From 235abce53136b6a4a1b6b8d60890b917963456e4 Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Sun, 4 Feb 2024 04:16:18 -0700 Subject: [PATCH] [mqtt.generic] default STOP to null for rollershutter channel (#16345) Closes #16276 This is how it mostly works already anyway Signed-off-by: Cody Cutrer --- .../resources/OH-INF/config/rollershutter-channel-config.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/bundles/org.openhab.binding.mqtt.generic/src/main/resources/OH-INF/config/rollershutter-channel-config.xml b/bundles/org.openhab.binding.mqtt.generic/src/main/resources/OH-INF/config/rollershutter-channel-config.xml index bde8aa507b..b87161d70a 100644 --- a/bundles/org.openhab.binding.mqtt.generic/src/main/resources/OH-INF/config/rollershutter-channel-config.xml +++ b/bundles/org.openhab.binding.mqtt.generic/src/main/resources/OH-INF/config/rollershutter-channel-config.xml @@ -94,7 +94,6 @@ A string (like "STOP") that is sent when commanding the rollershutter to stop. - STOP true -- 2.47.3