damienpontifex / azure-iot-sdk-rs

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

Handle twin property updates and reporting #7

Open damienpontifex opened 4 years ago

damienpontifex commented 4 years ago

Be able to set device twin properties or reporting updated values from client

ghost commented 4 years ago

Hi - I have a patch to add support for sending reported properties. If you're interested, I'd be happy to contribute it. It allows you to send a JSON of your device properties to Azure, and I have verified that it works correctly (at least I was able to see values from the device reflected in the cloud).

damienpontifex commented 4 years ago

Definitely interested @basusamit :)