Update Z-Wave documentation to mention Wake (#3291)

* Update Z-Wave documentation to mention Wake

Adding a note that battery powered devices need to be awake to update their settings, since this trips up many folks new to Z-Wave

* Updated documentation as per discussion
This commit is contained in:
DubhAd 2017-09-02 21:53:47 +01:00 committed by Franck Nijhof
parent 2112525d2a
commit 4e1c04c951

View File

@ -101,6 +101,10 @@ An easy script to generate a random key:
cat /dev/urandom | tr -dc '0-9A-F' | fold -w 32 | head -n 1 | sed -e 's/\(..\)/0x\1, /g'
```
### {% linkable_title Battery Powered Devices %}
Battery powered devices need to be awake before you can use the Z-Wave control panel to update their settings. How to wake your device is device specific, and some devices will stay awake for only a couple of seconds. Please refer to the manual of your device for more details.
### {% linkable_title Events %}
#### {% linkable_title zwave.network_complete %}