Device Twin: how to read/write properties in c#
问题 I have registered the devices in IoT and the client application (device) can read/update reported twin properties. The properties are the wollowing : "EbbyVersion": { "Major": 2, "Minor": 1, "Revision": 0 }, "Telemetry": { "CachingInterval": 60, "SendingInterval": 480, "UploadTimeout": 10 }, "Power": { "MaximumAvailable": 3500, "Thresholds": { "Low": 2500, "Medium": 3000, "High": 3500 } }, "Lighting": { "R": 32, "G": 64, "B": 128, "W": 255 }, I write the following code to connect to IoT