Skip to content

Commit 01284ec

Browse files
committed
Dash arch
1 parent 0c98030 commit 01284ec

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

mdash/architecture.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ JSON-RPC 2.0 protocol. Each RPC frame wrapped into the Websocket frame.
88
The RESTful API endpoints that the dashboard exports start with
99
`/api/v2/`. The endpoints that for the individual device start with
1010
`/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.
1312

1413
The dashboard gives a RESTful access to all RPC services exported by the device.
1514
Thus, the dashboard acts as a JSON-RPC / RESTful bridge. The device's
@@ -28,4 +27,6 @@ curl \
2827

2928
When a device comes online, the `dash` library that is responsible for the
3029
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)

mdash/dash12.png

205 KB
Loading

0 commit comments

Comments
 (0)