Remove details about default

This commit is contained in:
Fabian Affolter 2015-12-10 07:45:22 +01:00
parent be08601875
commit c2c4ddd545
3 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ Configuration variables:
- **name** (*Optional*): The name of the variable you wish to monitor.
- **unit_of_measurement** (*Optional*): Defines the unit of measurement of the sensor, if any.
- **correction_factor** (*Optional*): A float value to do some basic calculations.
- **decimal_places** (*Optional*): Number of decimal places of the value. Default is 0.
- **decimal_places** (*Optional*): Number of decimal places of the value.
The variables in the `monitored_variables` array must be available in the response of the device. As a starting point you could use the one of the example sketches (eg. [Ethernet](https://raw.githubusercontent.com/marcoschwartz/aREST/master/examples/Ethernet/Ethernet.ino) for an Arduino with Ethernet shield). In those sketches are two variables (`temperature` and `humidity`) available which will act as endpoints.

View File

@ -32,7 +32,7 @@ Configuration variables:
- **name** (*Optional*): Name of the command sensor.
- **unit_of_measurement** (*Optional*): Defines the unit of measurement of the sensor, if any.
- **correction_factor** (*Optional*): A float value to do some basic calculations.
- **decimal_places** (*Optional*): Number of decimal places of the value. Default is 0.
- **decimal_places** (*Optional*): Number of decimal places of the value.
## {% linkable_title Examples %}

View File

@ -53,7 +53,7 @@ Configuration variables:
- **name** (*Optional*): Name of the REST sensor.
- **unit_of_measurement** (*Optional*): Defines the unit of measurement of the sensor, if any.
- **correction_factor** (*Optional*): A float value to do some basic calculations.
- **decimal_places** (*Optional*): Number of decimal places of the value. Default is 0.
- **decimal_places** (*Optional*): Number of decimal places of the value.
<p class='note warning'>
Make sure that the URL matches exactly your endpoint or resource.