DeviceTwinInfoProperties interface
Properties JSON element.
Properties
desired | A portion of the properties that can be written only by the application back-end, and read by the device. |
reported | A portion of the properties that can be written only by the device, and read by the application back-end. |
Property Details
desired
A portion of the properties that can be written only by the application back-end, and read by the device.
desired?: DeviceTwinProperties
Property Value
reported
A portion of the properties that can be written only by the device, and read by the application back-end.
reported?: DeviceTwinProperties
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript