[Documentation] Markdown improvements for bindings a to e (#13859)

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
This commit is contained in:
Jerome Luckenbach
2022-12-07 21:09:32 +01:00
committed by GitHub
parent 72efc1cfed
commit caf71f72e6
86 changed files with 1740 additions and 1822 deletions

View File

@@ -7,16 +7,15 @@ It uses your Honeywell Total Connect Comfort account to access your locations an
The binding supports the following things:
* evohome Account
* evotouch control display
* Heating zones
- evohome Account
- evotouch control display
- Heating zones
### evohome Account
This thing functions as the bridge between all the other things.
It contains your credentials and connects to the Honeywell web API.
### evotouch
This thing represents the central display controller.
@@ -26,7 +25,7 @@ It is used to view and change the current system mode.
The heating zone thing represents the evohome heating zone.
It displays the current temperature, the temperature set point and the status of the set point.
It also allows you to permanently override the current temperature set point as well as canceling any active overrides.
It also allows you to permanently override the current temperature set point as well as canceling any active overrides.
## Discovery
@@ -70,11 +69,12 @@ None
| Temperature | Number | Allows for viewing the current actual temperature of the zone. |
| SetPointStatus | String | Allows for viewing the current set point mode of the zone. |
| SetPoint | Number | Allows for viewing and permanently overriding the temperature set point of the zone. Sending 0 cancels any active set point overrides. |
## Full Example
### demo.things
```
```java
Bridge evohome:account:your_account_alias [ username="your_user_name", password="your_password" ]
{
display your_display_alias [ id="1234" ]
@@ -84,7 +84,7 @@ Bridge evohome:account:your_account_alias [ username="your_user_name", password=
### demo.items
```
```java
// evohome Display
String DemoMode { channel="evohome:display:your_account_alias:your_display_alias:SystemMode" }
@@ -96,7 +96,7 @@ Number DemoZoneSetPoint { channel="evohome:heatingzone:your_account_alias:
### demo.sitemap
```
```perl
sitemap evohome label="evohome Menu"
{
Frame label="evohome display" {