Update details
This commit is contained in:
parent
17a37c7ad5
commit
b3cafec7d6
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ footer: true
|
|||
---
|
||||
|
||||
<img src='/images/supported_brands/arest.png' class='brand pull-right' />
|
||||
The arest switch platform allows you to toggle pins of your devices (like Arduino boards with a ethernet/wifi connection, the ESP8266, and the Raspberry Pi) running the [aREST](http://arest.io/) RESTful framework.
|
||||
The arest switch platform allows you to toggle pins of your devices (like Arduino boards with a ethernet/wifi connection, ESP8266 based devices, and the Raspberry Pi) running the [aREST](http://arest.io/) RESTful framework.
|
||||
|
||||
To use your aREST enabled device in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
|
@ -28,7 +28,7 @@ switch:
|
|||
|
||||
Configuration variables:
|
||||
|
||||
- **resource** (*Required*): IP address and schema of the device that is exposing an aREST API, e.g. http://192.168.1.10.
|
||||
- **resource** (*Required*): IP address and schema of the device that is exposing an aREST API, eg. http://192.168.1.10.
|
||||
- **pins** (*Required*): An array with all used pins of your board.
|
||||
- **name** (*Required*): The name of the pin you wish to toggle.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue