]> git.basschouten.com Git - openhab-addons.git/commitdiff
updated example to match frontdoor_lockstates (#13441)
authormartin1338 <martinhorras@web.de>
Wed, 28 Sep 2022 19:33:21 +0000 (21:33 +0200)
committerGitHub <noreply@github.com>
Wed, 28 Sep 2022 19:33:21 +0000 (21:33 +0200)
command numbers where changed, see lines 80 and following -> adjusted the example and reorderd the commands

bundles/org.openhab.binding.nuki/README.md

index d42225f0d108889ce5345d59e8e5e580fb422c73..e4611d3f3e0bf5fa0f23adf3d83a5382c94f5260 100644 (file)
@@ -198,7 +198,7 @@ sitemap nuki label="Nuki Smart Lock" {
                Switch item=Frontdoor_Lock
        }
        Frame label="Channel State used for lock actions" {
-               Switch item=Frontdoor_LockState mappings=[2="Unlock", 7="Unlatch", 1002="LnGo", 1007="LnGoU", 4="Lock"]
+               Switch item=Frontdoor_LockState mappings=[1="Unlock", 2="Lock", 3="Unlatch", 4="LnGo", 5="LnGoU"]
        }
        Frame label="Channel State" {
                Text item=Frontdoor_LockState label="Lock State [MAP(nukilockstates.map):%s]"