From f2ed9841df2df4b06308e35c4ff01620fc221429 Mon Sep 17 00:00:00 2001 From: Jochen Klein Date: Sat, 23 Jan 2021 21:11:39 +0100 Subject: [PATCH] [mqtt.generic] Fix default values in switch/contact channels (#9760) Signed-off-by: Jochen Klein --- .../src/main/resources/OH-INF/config/switch-channel-config.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/bundles/org.openhab.binding.mqtt.generic/src/main/resources/OH-INF/config/switch-channel-config.xml b/bundles/org.openhab.binding.mqtt.generic/src/main/resources/OH-INF/config/switch-channel-config.xml index ae15f7e9a2..72d9e16124 100644 --- a/bundles/org.openhab.binding.mqtt.generic/src/main/resources/OH-INF/config/switch-channel-config.xml +++ b/bundles/org.openhab.binding.mqtt.generic/src/main/resources/OH-INF/config/switch-channel-config.xml @@ -83,13 +83,11 @@ A number (like 1, 10) or a string (like "enabled") that is additionally recognised as on/open state. You can use this parameter for a second keyword, next to ON (OPEN respectively on a Contact). - 1 A number (like 0, -10) or a string (like "disabled") that is additionally recognised as off/closed state. You can use this parameter for a second keyword, next to OFF (CLOSED respectively on a Contact). - 0 -- 2.47.3