From c2c4ddd545667dad18b5994452334ca89ad2d72d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 10 Dec 2015 07:45:22 +0100 Subject: [PATCH] Remove details about default --- source/_components/sensor.arest.markdown | 2 +- source/_components/sensor.command_sensor.markdown | 2 +- source/_components/sensor.rest.markdown | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/sensor.arest.markdown b/source/_components/sensor.arest.markdown index 72ea9666200..c6b908bb5e6 100644 --- a/source/_components/sensor.arest.markdown +++ b/source/_components/sensor.arest.markdown @@ -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. diff --git a/source/_components/sensor.command_sensor.markdown b/source/_components/sensor.command_sensor.markdown index 37bcb507570..0de1ae499b3 100644 --- a/source/_components/sensor.command_sensor.markdown +++ b/source/_components/sensor.command_sensor.markdown @@ -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 %} diff --git a/source/_components/sensor.rest.markdown b/source/_components/sensor.rest.markdown index 5418981fff9..546a0624b4c 100644 --- a/source/_components/sensor.rest.markdown +++ b/source/_components/sensor.rest.markdown @@ -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.

Make sure that the URL matches exactly your endpoint or resource.