[Documentation] Markdown improvements t to z (#14371)
* Apply markdown fixes for bindings with letter _t_ * Apply markdown fixes for bindings with letter _u_ * Apply markdown fixes for bindings with letter _v_ * Apply markdown fixes for bindings with letter _w_ * Apply markdown fixes for bindings with letter _x_ * Apply markdown fixes for bindings with letter _y_ * Apply markdown fixes for bindings with letter _z_ Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
This commit is contained in:
committed by
GitHub
parent
69a09ed825
commit
ce3f673380
@@ -11,19 +11,17 @@ TouchWand products are compatible with most major Z-Wave products, IP controlled
|
||||
This binding supports switches, shutters dimmers alarm sensors and wall controllers configured in Touchwand Wanderfull™ Hub Controller.
|
||||
The binding also supports [AcWand™](https://www.touchwand.com/products/touchwand-acwand/) - smart control for your air conditioner controller.
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
## Control and Status
|
||||
|
||||
1. **switch** - control - ON/OFF
|
||||
2. **shutter** - control - UP/DOWN/STOP
|
||||
3. **dimmer** - control - ON/OFF/BRIGHTNESS
|
||||
4. **wallcontroller** - control - LONG/SHORT
|
||||
5. **alarmsensor** - status channels depend on alarm sensor type
|
||||
5. **bsensor** - binary status channels depend on alarm sensor type (motion, door , smoke)
|
||||
6. **thermostat** - AcWand™ smart control for your air conditioner
|
||||
1. **shutter** - control - UP/DOWN/STOP
|
||||
1. **dimmer** - control - ON/OFF/BRIGHTNESS
|
||||
1. **wallcontroller** - control - LONG/SHORT
|
||||
1. **alarmsensor** - status channels depend on alarm sensor type
|
||||
1. **bsensor** - binary status channels depend on alarm sensor type (motion, door , smoke)
|
||||
1. **thermostat** - AcWand™ smart control for your air conditioner
|
||||
|
||||
## Discovery
|
||||
|
||||
@@ -42,8 +40,6 @@ Auto discovery scans priodically and add to the Inbox new devices added to the T
|
||||
| port | Management port (default 80) | integer | no |
|
||||
| addSecondaryUnits | If the controller is primary, add secondary controllers units as well | bool | no |
|
||||
|
||||
|
||||
|
||||
## Thing Configuration
|
||||
|
||||
No thing configuration is needed
|
||||
@@ -53,7 +49,7 @@ No thing configuration is needed
|
||||
note **Touchwand Wanderfull™** supports various types of alarm sensors such as water leak, door/window sensor and motion sensor.
|
||||
Alarm Sensor thing represents a generic sensor, relevant sensor channels will be displayed once a sensor is added as a Thing.
|
||||
|
||||
## Switch Shutters Channels
|
||||
## Switch Shutters Channels
|
||||
|
||||
| Channel Type ID | Item Type | Description
|
||||
|-------------------|--------------------|-----------------------------------------------------------------------|
|
||||
@@ -62,9 +58,9 @@ Alarm Sensor thing represents a generic sensor, relevant sensor channels will be
|
||||
| brightness | Dimmer | This channel supports adjusting the brightness value. |
|
||||
| wallaction | String | This channel indicate SHORT or LONG wallcontroller button pressed |
|
||||
|
||||
## Alarm Sensors Channels
|
||||
## Alarm Sensors Channels
|
||||
|
||||
| Channel Type ID | Item Type | Description
|
||||
| Channel Type ID | Item Type | Description
|
||||
|-------------------|--------------------|-----------------------------------------------------------------------|
|
||||
| illumination | Number:Illuminance | This channel shows the current illuminance measured by the sensor. |
|
||||
| temperature | Number:Temperature | This channel shows the current temperature measured by the sensor. |
|
||||
@@ -75,9 +71,9 @@ Alarm Sensor thing represents a generic sensor, relevant sensor channels will be
|
||||
| battery_level | Number | This channel shows the battery level. |
|
||||
| battery_low | Switch | This channel indicates whether the battery is low or not. |
|
||||
|
||||
## Thermostat Channels
|
||||
## Thermostat Channels
|
||||
|
||||
| Channel Type ID | Item Type | Description
|
||||
| Channel Type ID | Item Type | Description
|
||||
|-------------------|--------------------|-----------------------------------------------------------------------|
|
||||
| State | Switch | Set and read the device state ON or OFF. |
|
||||
| targetTemperature | Number:Temperature | Shows the current set point of the thrermostat. |
|
||||
@@ -92,13 +88,13 @@ Alarm Sensor thing represents a generic sensor, relevant sensor channels will be
|
||||
Things can be defined manually
|
||||
The syntax for touchwand this is
|
||||
|
||||
```xtend
|
||||
```java
|
||||
Thing <binding_id>:<type_id>:<thing_id> "Label" @ "Location"
|
||||
```
|
||||
|
||||
Where <thing_id> is the unit id in touchwand hub.
|
||||
|
||||
```
|
||||
```java
|
||||
Bridge touchwand:bridge:1921681116 [ipAddress="192.168.1.116", username="username" , password="password"]{
|
||||
Thing switch 408 "Strairs light"
|
||||
Thing switch 411 "South Garden light"
|
||||
@@ -111,13 +107,13 @@ Thing shutter 346 "Living Room South shutter"
|
||||
|
||||
### touchwand.items
|
||||
|
||||
```
|
||||
```java
|
||||
/* Shutters */
|
||||
Rollershutter Rollershutter_345 "Living Room North shutter" {channel="touchwand:shutter:1921681116:345:shutter"}
|
||||
Rollershutter Rollershutter_346 "Living Room South shutter" {channel="touchwand:shutter:1921681116:346:shutter"}
|
||||
```
|
||||
|
||||
```
|
||||
```java
|
||||
/* Switches and Dimmers */
|
||||
Switch Switch_408 "Stairs light" {channel="touchwand:switch:1921681116:408:switch"}
|
||||
Switch Switch_411 "South Garden light" {channel="touchwand:switch:1921681116:411:switch"}
|
||||
|
||||
Reference in New Issue
Block a user