- Azure IoT Development Cookbook
- Yatish Patil
- 95字
- 2021-07-02 20:50:36
There's more...
Device identities are represented as JSON documents. They consists of properties such as:
- deviceId: This represents the unique identification or the IoT device
- ETag: This is a string representing a weak ETag for the device identity
- symkey: This is a composite object containing a primary and a secondary key, stored in base64 format
- status: If enabled, the device can connect with IoT Hub. If disabled, this device cannot access any device-facing endpoint
- statusReason: A string that can be used to store the reason for status changes
- connectionState: It can be connected or disconnected
推薦閱讀
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- Microsoft Dynamics 365 Extensions Cookbook
- 少年輕松趣編程:用Scratch創作自己的小游戲
- Vue.js 3.0源碼解析(微課視頻版)
- Python計算機視覺編程
- 人臉識別原理及算法:動態人臉識別系統研究
- MATLAB實用教程
- 鋒利的SQL(第2版)
- Backbone.js Blueprints
- Kinect for Windows SDK Programming Guide
- Jenkins Continuous Integration Cookbook(Second Edition)
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- RealSenseTM互動開發實戰
- Everyday Data Structures
- Getting Started with JUCE