From f74f3ecd026fb36cd23695e58f986d63c6c7e08d Mon Sep 17 00:00:00 2001 From: martin1338 Date: Wed, 28 Sep 2022 21:33:21 +0200 Subject: [PATCH] updated example to match frontdoor_lockstates (#13441) command numbers where changed, see lines 80 and following -> adjusted the example and reorderd the commands --- bundles/org.openhab.binding.nuki/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.nuki/README.md b/bundles/org.openhab.binding.nuki/README.md index d42225f0d..e4611d3f3 100644 --- a/bundles/org.openhab.binding.nuki/README.md +++ b/bundles/org.openhab.binding.nuki/README.md @@ -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]"