- 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
推薦閱讀
- Spring 5.0 Microservices(Second Edition)
- Kali Linux Web Penetration Testing Cookbook
- Visual FoxPro程序設計教程
- Learning Bayesian Models with R
- Data Analysis with IBM SPSS Statistics
- Building Cross-Platform Desktop Applications with Electron
- Building Mapping Applications with QGIS
- MySQL數(shù)據(jù)庫基礎(chǔ)實例教程(微課版)
- Apex Design Patterns
- Mastering Linux Network Administration
- Spring Boot企業(yè)級項目開發(fā)實戰(zhàn)
- Java程序設計
- C語言程序設計習題與實驗指導
- Django 5企業(yè)級Web應用開發(fā)實戰(zhàn)(視頻教學版)
- GitHub入門與實踐