Azure / iot-edge-modbus

Modbus protocol module for use with the Azure IoT Edge
Other
90 stars 71 forks source link

Report properties back to IoT Hub on change. #54

Closed kevin-benton closed 6 years ago

kevin-benton commented 6 years ago

Addresses #53 by uploading reported properties on desired property change. Will only upload valid properties and also handles independent updates of publish interval and slave configs.

New classes were created to prevent sending extra properties back to IoT Hub and also to prevent changing existing code base except where necessary.

msftclas commented 6 years ago

CLA assistant check
All CLA requirements met.

kevin-benton commented 6 years ago

Also available at krbenton/iotedgemodbus:0.0.7-amd64 for testing.

kevin-benton commented 6 years ago

Added update based on feedback.

stephenctw commented 6 years ago

@krb224 Thanks a lot for your contribution!