[Documentation] Markdown improvements n to s (#13948)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
This commit is contained in:
committed by
GitHub
parent
d73218d882
commit
1ca9baf157
@@ -62,7 +62,6 @@ To access the serial port of the Stick on Linux, the user running openHAB needs
|
||||
| measurementInterval | | 60 | The energy measurement interval (in minutes) (5 to 60) |
|
||||
| temporarilyNotInNetwork | | false | Stops searching for an unplugged device on the ZigBee network traffic (true or false) |
|
||||
|
||||
|
||||
### Scan
|
||||
|
||||
| Configuration Parameter | Required | Default | Description |
|
||||
@@ -74,7 +73,6 @@ To access the serial port of the Stick on Linux, the user running openHAB needs
|
||||
| wakeupInterval | | 1440 | The interval in which the Scan wakes up at least once (in minutes) (5 to 1440) |
|
||||
| wakeupDuration | | 10 | The number of seconds the Scan stays awake after it woke up (10 to 120) |
|
||||
|
||||
|
||||
### Sense
|
||||
|
||||
| Configuration Parameter | Required | Default | Description |
|
||||
@@ -90,7 +88,6 @@ To access the serial port of the Stick on Linux, the user running openHAB needs
|
||||
| wakeupInterval | | 1440 | The interval in which the Sense wakes up at least once (in minutes) (5 to 1440) |
|
||||
| wakeupDuration | | 10 | The number of seconds the Sense stays awake after it woke up (10 to 120) |
|
||||
|
||||
|
||||
### Switch
|
||||
|
||||
| Configuration Parameter | Required | Default | Description |
|
||||
@@ -99,7 +96,6 @@ To access the serial port of the Stick on Linux, the user running openHAB needs
|
||||
| wakeupInterval | | 1440 | The interval in which the Switch wakes up at least once (in minutes) (5 to 1440) |
|
||||
| wakeupDuration | | 10 | The number of seconds the Switch stays awake after it woke up (10 to 120) |
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
| Channel Type ID | Item Type | Description | Thing Types |
|
||||
@@ -121,7 +117,7 @@ To access the serial port of the Stick on Linux, the user running openHAB needs
|
||||
|
||||
demo.things
|
||||
|
||||
```
|
||||
```java
|
||||
Bridge plugwise:stick:demostick [ serialPort="/dev/ttyUSB0", messageWaitTime=150 ]
|
||||
|
||||
Thing plugwise:circle:fan (plugwise:stick:demostick) [ macAddress="000D6F0000A1A1A1", measurementInterval=15 ]
|
||||
@@ -150,7 +146,7 @@ Thing plugwise:switch:lightswitches (plugwise:stick:demostick) [ macAddress="000
|
||||
|
||||
demo.items
|
||||
|
||||
```
|
||||
```java
|
||||
/* Circle */
|
||||
Switch Fan_Switch "Switch" <switch> { channel="plugwise:circle:fan:state" }
|
||||
String Fan_Clock "Clock [%s]" <clock> { channel="plugwise:circle:fan:clock" }
|
||||
@@ -194,7 +190,7 @@ DateTime Light_Switches_Last_Seen "Last seen [%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$t
|
||||
|
||||
demo.sitemap
|
||||
|
||||
```
|
||||
```perl
|
||||
sitemap demo label="Main Menu"
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user