Skip to content

Commit

Permalink
improve quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian committed Apr 16, 2019
1 parent 6b99c01 commit b34f291
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/docs/quickstart.md
Expand Up @@ -81,8 +81,6 @@ Configuration: <none>
``` ```
In this case, the device sent a datapoint `abc` with the value `1337` at `20:53:41`. In this case, the device sent a datapoint `abc` with the value `1337` at `20:53:41`.


Thank you for your time and if you have any questions don't hesitate to get in touch with us! We are grateful for any improvements to the platform or this documentation, just send us a PR.

## Send states from the platform to the device ## Send states from the platform to the device
Sending states (`desired states`) to a device is very simple. You only need to know the deviceID. Sending states (`desired states`) to a device is very simple. You only need to know the deviceID.
Use the API, or just the CLI. Use the API, or just the CLI.
Expand All @@ -99,3 +97,7 @@ inf state get 0x9c
``` ```


The state is visible in the `desired` section. The state is visible in the `desired` section.

## Thank you

Many thanks for your time and if you have any questions don't hesitate to get in touch with us! We are grateful for any improvements to the platform or this documentation, just send us a PR.

0 comments on commit b34f291

Please sign in to comment.