Fix indent and section names in binding config (#795)

Signed-off-by: Patrick Fink <mail@pfink.de>
pull/796/head
Patrick Fink 2018-10-22 19:39:13 +02:00 committed by Jerome Luckenbach
parent cc01c8f81d
commit 227196c739
1 changed files with 2 additions and 2 deletions

View File

@ -641,7 +641,7 @@ The first example shows a symbiosis of the network health Binding and the Wake-o
The second example shows a common use case for the [expire Binding]({{base}}/addons/bindings/expire1/readme.html) The second example shows a common use case for the [expire Binding]({{base}}/addons/bindings/expire1/readme.html)
where the mysensors Binding will update temperature readings regularly but the expire Binding will also listen and eventually modify the Item state. where the mysensors Binding will update temperature readings regularly but the expire Binding will also listen and eventually modify the Item state.
##### Exception `autoupdate` #### Parameter `autoupdate`
`autoupdate="false"` is a special instruction which keeps the current state of the item, even if a *command* has been received. `autoupdate="false"` is a special instruction which keeps the current state of the item, even if a *command* has been received.
This way, the Item is unchanged unless you explicitly post an *update* to the item. This way, the Item is unchanged unless you explicitly post an *update* to the item.