Configuration ezfix (#6578)

* Configuration ezfix

#6385 related

* update int to integer

Documentation states "int" as possible type - a bit confusing
This commit is contained in:
Amir Hanan 2018-10-07 20:01:32 +03:00 committed by Franck Nijhof
parent a69a3e51fe
commit e673169e3e

View File

@ -27,10 +27,21 @@ switch:
filename: /dev/ttyUSB0 filename: /dev/ttyUSB0
``` ```
Configuration variables: {% configuration %}
filename:
- **filename** (*Required*): The pipe where the projector is connected to. description: The pipe where the projector is connected to.
- **name** (*Optional*): The name to use when displaying this switch. required: true
- **timeout** (*Optional*): Timeout for the connection in seconds. type: string
- **write_timeout** (*Optional*): Write timeout in seconds. name:
description: The name to use when displaying this switch.
required: false
type: string
timeout:
description: Timeout for the connection in seconds.
required: false
type: integer
write_timeout:
description: Write timeout in seconds.
required: false
type: integer
{% endconfiguration %}