Update some scene config variables (#6604)

scene.lifx_cloud
scene.hunterdouglas_powerview
This commit is contained in:
Emeric 2018-10-08 20:26:32 +02:00 committed by Franck Nijhof
parent c34762430e
commit ee99916d09
2 changed files with 17 additions and 7 deletions

View File

@ -23,6 +23,9 @@ scene:
address: IP_ADDRESS
```
Configuration variables:
- **address** (*Required*): IP address of the PowerView Hub, eg. 192.168.1.10.
{% configuration %}
address:
description: IP address of the PowerView Hub, eg. 192.168.1.10.
required: true
type: string
{% endconfiguration %}

View File

@ -21,10 +21,17 @@ scene:
token: YOUR_LIFX_TOKEN
```
Configuration variables:
- **token** (*Required*): The API token for your LIFX Cloud account.
- **timeout** (*Optional*): Network timeout in seconds (defaults to 10).
{% configuration %}
token:
description: The API token for your LIFX Cloud account.
required: true
type: string
timeout:
description: Network timeout in seconds.
required: false
default: 10
type: integer
{% endconfiguration %}
### Getting an API token