[Documentation] Markdown improvements f to m (#13866)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
This commit is contained in:
committed by
GitHub
parent
3c236b3103
commit
0e68936663
@@ -1,32 +1,30 @@
|
||||
# iAquaLink Binding
|
||||
|
||||
|
||||
This binding supports:
|
||||
|
||||
* Any iAquaLink based pool system
|
||||
* Reading auxiliary, temperature, pump, chemistry and system values
|
||||
* Controlling system, auxiliary, lighting, and temperature settings
|
||||
- Any iAquaLink based pool system
|
||||
- Reading auxiliary, temperature, pump, chemistry and system values
|
||||
- Controlling system, auxiliary, lighting, and temperature settings
|
||||
|
||||
## Binding Configuration
|
||||
|
||||
The binding requires the iAquaLink user name and password.
|
||||
If you have more then one pool system registered to an account, you may optionally specify the pool serial ID/Number to use, otherwise the first pool controller will be used.
|
||||
|
||||
|
||||
## Manual Thing Configuration
|
||||
|
||||
```
|
||||
```java
|
||||
Thing iaqualink:controller:pool [ userName="user@domain.com", password="somepassword"]
|
||||
```
|
||||
|
||||
## Channels
|
||||
|
||||
|
||||
The following is a list of supported channels.
|
||||
Auxiliary and OneTouch channels will be dynamically added depending on what a system reports as being supported.
|
||||
|
||||
Auxiliary channels that are of a number type represent lighting modes (typically 0-15).
|
||||
Auxiliary channels that are dimmer types can set the light value in increments of 25 (0,25,50,750,100).
|
||||
The Auxiliary channel type will be dynamically assigned based on the controller configuration.
|
||||
The Auxiliary channel type will be dynamically assigned based on the controller configuration.
|
||||
|
||||
Heater status can be OFF (0), Enabled/ON (3), or Heating (1).
|
||||
|
||||
@@ -85,12 +83,9 @@ Colors can be set, but only On or Off is reported back as the current state of t
|
||||
| "13" | | Fat Tuesday | | | Hold |
|
||||
| "14" | | Disco Tech | | | Recall |
|
||||
|
||||
|
||||
|
||||
|
||||
## Sample Items
|
||||
|
||||
```
|
||||
```java
|
||||
Group Group_AquaLink
|
||||
String AquaLinkStatus "Status [%s]" (Group_AquaLink) {channel="iaqualink:controller:pool:status"}
|
||||
Switch AquaLinkBoosterPump "Booster Pump" (Group_AquaLink) {channel="iaqualink:controller:pool:aux_1"}
|
||||
|
||||
Reference in New Issue
Block a user