File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ JSON-RPC 2.0 protocol. Each RPC frame wrapped into the Websocket frame.
8
8
The RESTful API endpoints that the dashboard exports start with
9
9
` /api/v2/ ` . The endpoints that for the individual device start with
10
10
` /api/v2/devices/:id ` , where ` :id ` is the unique device ID, generated at
11
- the device registration together with the access token. Note: you cannot
12
- provide your own token, but you can provide your own ID.
11
+ the device registration together with the access token.
13
12
14
13
The dashboard gives a RESTful access to all RPC services exported by the device.
15
14
Thus, the dashboard acts as a JSON-RPC / RESTful bridge. The device's
28
27
29
28
When a device comes online, the ` dash ` library that is responsible for the
30
29
dashboard connection, sends a shadow update message with the information
31
- about the device: architecture, firmware version, etc.
30
+ about the device: architecture, firmware version, etc:
31
+
32
+ ![ ] ( dash12.png )
You can’t perform that action at this time.
0 commit comments