Update details

This commit is contained in:
Fabian Affolter 2015-10-09 14:45:37 +02:00
parent 17a37c7ad5
commit b3cafec7d6

View File

@ -10,7 +10,7 @@ footer: true
--- ---
<img src='/images/supported_brands/arest.png' class='brand pull-right' /> <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: To use your aREST enabled device in your installation, add the following to your `configuration.yaml` file:
@ -28,7 +28,7 @@ switch:
Configuration variables: 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. - **pins** (*Required*): An array with all used pins of your board.
- **name** (*Required*): The name of the pin you wish to toggle. - **name** (*Required*): The name of the pin you wish to toggle.