From 026673108903c8474940286669ed681a4311c911 Mon Sep 17 00:00:00 2001 From: Youngmin Kim Date: Thu, 16 Dec 2021 07:40:04 +1000 Subject: [PATCH] Update lss.rst add a comment to check unconfigured state before running fastscan --- doc/lss.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/lss.rst b/doc/lss.rst index 2906e06b..f7604821 100644 --- a/doc/lss.rst +++ b/doc/lss.rst @@ -46,6 +46,8 @@ Or, you can call this method with 4 IDs if you want to switch only one slave:: Or, you can run fastscan procedure :: ret_bool, lss_id_list = network.lss.fast_scan() + +**NOTE**: Before you run fastscan, you have to make sure the devices are in non-configured or unconfigured state. Once one of sensors goes to CONFIGURATION state, you can read the current node id of the LSS slave::