- Azure IoT Development Cookbook
- Yatish Patil
- 182字
- 2021-07-02 20:50:36
Device twins
Firstly, we need to understand what a device twin is. We will be following some steps to use a device twin to understand their purpose and where we can use the device twin in any IoT solution. The device twin is a JSON formatted document that describes the metadata, properties of any device created within IoT Hub. It describes the individual device specific information.
The device twin is made up of: tags, desired properties, and reported properties. The operations that can be done on an IoT device is to update the data or query for any IoT device. this feature can be built into the IoT Solution from where a Administrator user can initiate these.
Tags hold the device metadata that can be accessed from an IoT solution only. The desired properties are set from the IoT solution and can be accessed on the device. Whereas the reported properties are set on the device and retrieved at the IoT solution end.
As per Microsoft Azure, currently, the MQTT protocol is the only protocol supported for working with the device twin.
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- VMware View Security Essentials
- Visual C++程序設計學習筆記
- ASP.NET MVC4框架揭秘
- Pandas Cookbook
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- Rake Task Management Essentials
- Java Web應用開發技術與案例教程(第2版)
- 匯編語言程序設計(第3版)
- Julia高性能科學計算(第2版)
- Learning AWS
- Learning Kotlin by building Android Applications
- Drupal 8 Development Cookbook(Second Edition)
- Joomla!Search Engine Optimization
- Learning ECMAScript 6