[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
@@ -76,7 +76,6 @@ The account has the following parameters:
|
||||
| email | required | E-mail address identifying this account. This exists only to distinguish accounts. If the address is changed after authorization then the account needs to be authorized again. |
|
||||
| locale | optional | The locale to use for full text channels of things from this account. Possible values are `en`, `de`, `da`, `es`, `fr`, `it`, `nl`, `nb`. Default is `en`. |
|
||||
|
||||
|
||||
### Appliance Configuration
|
||||
|
||||
The binding configuration UI will show a things-file template containing things for all supported appliances from the paired account.
|
||||
@@ -88,7 +87,6 @@ All Miele cloud appliance things have the following parameters:
|
||||
| ---------------- | --------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| deviceIdentifier | required | Technical device identifier uniquely identifying the Miele appliance. Use the discovery result or the things-file template to obtain it. |
|
||||
|
||||
|
||||
## Channels
|
||||
|
||||
The following table lists all available channels.
|
||||
@@ -493,7 +491,7 @@ The following chapters list the properties offered by appliances.
|
||||
|
||||
### demo.things:
|
||||
|
||||
```
|
||||
```java
|
||||
Bridge mielecloud:account:home [ email="me@openhab.org", locale="en" ] {
|
||||
Thing coffee_system 000703261234 "Coffee machine CVA7440" [ deviceIdentifier="000703261234" ]
|
||||
Thing hob 000160102345 "Cooktop KM7677" [ deviceIdentifier="000160102345" ]
|
||||
@@ -502,7 +500,7 @@ Bridge mielecloud:account:home [ email="me@openhab.org", locale="en" ] {
|
||||
|
||||
### demo.items:
|
||||
|
||||
```
|
||||
```java
|
||||
// Coffee system
|
||||
Switch coffee_system_remote_control_can_be_started { channel="mielecloud:coffee_system:home:000703261234:remote_control_can_be_started" }
|
||||
Switch coffee_system_remote_control_can_be_stopped { channel="mielecloud:coffee_system:home:000703261234:remote_control_can_be_stopped" }
|
||||
@@ -541,7 +539,7 @@ String hob_plate_6_power_step { channel="mielecloud:hob:home:00016010
|
||||
|
||||
### demo.sitemap:
|
||||
|
||||
```
|
||||
```perl
|
||||
sitemap demo label="Kitchen"
|
||||
{
|
||||
Frame {
|
||||
@@ -620,4 +618,3 @@ Here are some ideas on what could be done with this binding. You have more ideas
|
||||
## Acknowledgements
|
||||
|
||||
The development of this binding was initiated and sponsored by Miele & Cie. KG.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user