Skip to content

Commit d291868

Browse files
authored
Update control-panel.markdown
Updates for new services and buttons.
1 parent 6f553ed commit d291868

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/_docs/z-wave/control-panel.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,20 @@ Here is where you [include and exclude](/docs/z-wave/adding/) Z-Wave devices fro
2828
* **Stop Network** stops the Z-Wave network
2929
* **Soft Reset** tells the controller to do a "soft reset." This is not supposed to lose any data, but different controllers can behave differently to a "soft reset" command, and may cause the Z-Wave network to hang.
3030
* **Test Network** tells the controller to send no-op commands to each node and measure the time for a response. In theory, this can also bring back nodes which have been marked "presumed dead".
31+
* **Save Config** Saves the current cache of the network to zwcfg_[home_id].xml
3132

3233
## {% linkable_title Z-Wave Node Management %}
3334

3435
* **Refresh Node** refreshes the information on the node and its entities. If used on a battery powered device, the device will first need to wake for this to work.
3536
* **Remove Failed Node** will remove a failed node from the network. The node needs to be on the controller's Failed Node List (marked as `is_failed: true`), otherwise this command will fail.
3637
* **Replace Failed Node** will replace a failed device with another. If the node is not in the controller's Failed Node List, or the node responds, this command will fail.
3738
* **Print Node** prints all state of Z-Wave node to the console log
38-
3939
* **Rename Node** sets a node's name
4040

41+
* **Heal Node** starts healing of the node.(Update neighbour list and update return routes)
42+
43+
* **Test Node** sends no_op test messages to the node. This could in theory bring back a dead node.
44+
4145
<p class='note'>
4246
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.
4347
</p>

0 commit comments

Comments
 (0)