From 94109e355cfdb485d59f942a3ad523468da97728 Mon Sep 17 00:00:00 2001 From: Charles Spirakis Date: Wed, 30 Mar 2016 15:25:40 -0700 Subject: [PATCH] Dcoument zwave's test_network for 0.17 Documents the test_network service which is a call through to openzwave's TestNetwork() method. --- source/_components/zwave.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/zwave.markdown b/source/_components/zwave.markdown index 5e1d15f7b18..83c13ff0325 100644 --- a/source/_components/zwave.markdown +++ b/source/_components/zwave.markdown @@ -119,3 +119,4 @@ The Z-Wave component exposes two services to help maintain the network. | remove_node | | | heal_network | | | soft_reset | | +| 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".|