[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,7 +1,7 @@
|
||||
# Miele@home Binding
|
||||
|
||||
This binding integrates Miele@home appliances.
|
||||
Miele@home allows controlling Miele appliances that are equipped with special communication modules.
|
||||
Miele@home allows controlling Miele appliances that are equipped with special communication modules.
|
||||
There are devices that communicate through ZigBee and others that use WiFi.
|
||||
|
||||
See [www.miele.de](https://www.miele.de) for the list of available appliances.
|
||||
@@ -11,7 +11,7 @@ See [www.miele.de](https://www.miele.de) for the list of available appliances.
|
||||
This binding requires the XGW3000 gateway from Miele as all integration with openHAB is done through this gateway.
|
||||
While users with ZigBee-enabled Miele appliances usually own such a gateway, this is often not the case for people that have only WiFi-enabled appliances.
|
||||
|
||||
The types of appliances that are supported by this binding are:
|
||||
The types of appliances that are supported by this binding are:
|
||||
|
||||
- Coffeemachine
|
||||
- Dishwasher
|
||||
@@ -37,7 +37,7 @@ To avoid this, there is a discovery configuration parameter `removalGracePeriod`
|
||||
The default value is 15 seconds.
|
||||
If you want to change this value just add the following line to your `$OPENHAB_CONF/services/runtime.cfg` file.
|
||||
|
||||
```
|
||||
```text
|
||||
discovery.miele:removalGracePeriod=30
|
||||
```
|
||||
|
||||
@@ -407,7 +407,7 @@ See oven.
|
||||
|
||||
## things/miele.things
|
||||
|
||||
```
|
||||
```java
|
||||
Bridge miele:xgw3000:home [ipAddress="192.168.0.18", interface="192.168.0.5"] {
|
||||
Things:
|
||||
Thing fridgefreezer freezer [uid="00124b000424be44#2"]
|
||||
@@ -425,7 +425,7 @@ Bridge miele:xgw3000:home [ipAddress="192.168.0.18", interface="192.168.0.5"] {
|
||||
|
||||
## items/miele.items
|
||||
|
||||
```
|
||||
```java
|
||||
String Dishwasher_State {channel="miele:dishwasher:home:dishwasher:state"}
|
||||
Number Dishwasher_RawState {channel="miele:dishwasher:home:dishwasher:rawState"}
|
||||
String Dishwasher_Program "Program [%s]" {channel="miele:dishwasher:home:dishwasher:program"}
|
||||
@@ -473,7 +473,7 @@ DateTime TumbleDryer_FinishTime "Remaining time" <time> {channel="miele:tumb
|
||||
|
||||
## sitemaps/miele.sitemap
|
||||
|
||||
```
|
||||
```perl
|
||||
sitemap miele label="Miele" {
|
||||
Frame label="Miele" {
|
||||
Text item=Oven_State label="Oven [%s]" icon="kitchen" {
|
||||
|
||||
Reference in New Issue
Block a user