Fix indent and section names in binding config (#795)
Signed-off-by: Patrick Fink <mail@pfink.de>pull/796/head
parent
cc01c8f81d
commit
227196c739
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue