From 026673108903c8474940286669ed681a4311c911 Mon Sep 17 00:00:00 2001 From: Youngmin Kim Date: Thu, 16 Dec 2021 07:40:04 +1000 Subject: [PATCH 1/3] 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:: From 2217489a9d893913e701277b546433729d9aa5e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frieder=20Sch=C3=BCler?= Date: Thu, 7 May 2026 08:30:08 +0200 Subject: [PATCH 2/3] Apply suggestion from @christiansandberg Co-authored-by: Christian Sandberg --- doc/lss.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/lss.rst b/doc/lss.rst index f7604821..33c6d662 100644 --- a/doc/lss.rst +++ b/doc/lss.rst @@ -47,7 +47,8 @@ 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. +.. 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:: From 3663a24078993a7c76fd4755c168ca8df90de2e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Colomb?= Date: Thu, 7 May 2026 12:36:14 +0200 Subject: [PATCH 3/3] whitespace --- doc/lss.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/lss.rst b/doc/lss.rst index 33c6d662..d37e3c0a 100644 --- a/doc/lss.rst +++ b/doc/lss.rst @@ -46,9 +46,10 @@ 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. + 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::