- 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
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Network Automation Cookbook
- Learning Concurrent Programming in Scala
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Red Hat Enterprise Linux Troubleshooting Guide
- 零基礎學Python編程(少兒趣味版)
- Web Developer's Reference Guide
- Vue.js光速入門及企業項目開發實戰
- JSP編程教程
- Clojure High Performance Programming
- 開源心法
- LabVIEW虛擬儀器項目開發與實踐
- HTML5+CSS3+JavaScript從入門到精通(微課精編版)
- 零基礎學C# 3.0
- Build Applications with Meteor