damienpontifex / azure-iot-sdk-rs

A rust library for connecting devices to Microsoft Azure IoT Hub
MIT License
14 stars 11 forks source link

Support pnp_model_id in the IoTHubClientBuilder #64

Open laumann opened 3 years ago

laumann commented 3 years ago

This PR supercedes #61 - instead of adding IoTHubClient::new_with_pnp(), add a pnp_model_id() function to the new IoTHubClientBuilder.

Depends on #62, #63

laumann commented 3 years ago

@damienpontifex Only the last two commits 05226a6 and f9d3f5d should be reviewed here.