LimitlessLed port number and version formatting correction (#6844)

Correction of the port number and version formatting to match with the rest of the limitlessled documentation.
This commit is contained in:
Touliloup 2018-10-16 23:33:01 +02:00 committed by Fabian Affolter
parent 6ce5487992
commit 746a06e864
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -61,7 +61,7 @@ Configuration variables:
- **bridges** array (*Required*):
- **host** (*Required*): IP address of the device, eg. `192.168.1.32`
- **version** (*Optional*): Bridge version (default is `6`).
- **port** (*Optional*): Bridge port. Defaults to 5987. For older bridges than v6 choose `8899`.
- **port** (*Optional*): Bridge port. Defaults to `5987`. For older bridges than `v6` choose `8899`.
- **groups** array (*Required*): The list of available groups.
- **number** (*Required*): Group number (`1`-`4`). Corresponds to the group number on the remote. These numbers may overlap only if the type is different.
- **name** (*Required*): Any name you'd like. Must be unique among all configured groups.