From 906d311f5089cb0aaf472f9ed4089f5992883a64 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 10 Feb 2021 09:14:40 +0100 Subject: [PATCH] Remove an advanced instruction from Z-Wave JS documentation (#16486) --- source/_integrations/zwave_js.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_integrations/zwave_js.markdown b/source/_integrations/zwave_js.markdown index 63d198d598a..f03e223526d 100644 --- a/source/_integrations/zwave_js.markdown +++ b/source/_integrations/zwave_js.markdown @@ -347,7 +347,3 @@ Correct. Only a few devices actually support having their name stored in the har When trying to determine why something isn't working as you expect, or when reporting an issue with the integration, it is helpful to know what Z-Wave JS sees as the current state of your Z-Wave network. To get a dump of your current network state, follow the menu: **Configuration** -> **Integrations** -> **Z-Wave JS** -> **Configure** -> **Download a dump of your network to help diagnose issues** - -### Watch traffic between the server and the integration (Advanced Users) - -Z-Wave JS Server comes with a client that can be used to see the messages that the server is sending and to check the state of a node/all nodes as well. Visit the [`zwave-js-server` repository](https://github.com/zwave-js/zwave-js-server/) and follow the instructions in the README.