Lacrosse (#4430)
* fix typo
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
* add new configuration parameter documentation
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
* fix syntax errors
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
* ✏️ Minor spelling changes
This commit is contained in:
parent
6fbbb019ba
commit
12346dba05
1 changed files with 21 additions and 1 deletions
|
@ -41,7 +41,7 @@ sensor:
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
device:
|
device:
|
||||||
description: The serial baudrate.
|
description: The serial device.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
default: /dev/ttyUSB0
|
default: /dev/ttyUSB0
|
||||||
|
@ -50,6 +50,26 @@ sensor:
|
||||||
required: true
|
required: true
|
||||||
type: int
|
type: int
|
||||||
default: 57600
|
default: 57600
|
||||||
|
led:
|
||||||
|
description: Activate or deactivate the Jeelink LED.
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
frequency:
|
||||||
|
description: Initial frequency in 5kHz steps.
|
||||||
|
required: false
|
||||||
|
type: int
|
||||||
|
datarate:
|
||||||
|
description: "Set the data rate in kbps. Special values for well-known settings are: `0`: 17.241 kbps, `1`: 9.579 kbps, `2`: 8.842 kbps."
|
||||||
|
required: false
|
||||||
|
type: int
|
||||||
|
toggle_mask:
|
||||||
|
description: "The following values can be combined bitwise: `1` = 17.241 kbps, `2` = 9.579 kbps, `4` = 8.842 kbps"
|
||||||
|
required: false
|
||||||
|
type: int
|
||||||
|
toggle_interval:
|
||||||
|
description: Enable the toggle mode and set the interval in seconds.
|
||||||
|
required: false
|
||||||
|
type: int
|
||||||
sensors:
|
sensors:
|
||||||
description: A list of your sensors.
|
description: A list of your sensors.
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue