From: Z0l Date: Sun, 30 Jul 2023 07:32:37 +0000 (+0200) Subject: Update README.md (#15334) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=222270472aa5851b10cfb27fe34591241664a3c5;p=openhab-addons.git Update README.md (#15334) Removed quotes from the statement to make it work with OH4. Signed-off-by: Z0l --- diff --git a/bundles/org.openhab.binding.dscalarm/README.md b/bundles/org.openhab.binding.dscalarm/README.md index f9652f3a9e..20948ff24b 100644 --- a/bundles/org.openhab.binding.dscalarm/README.md +++ b/bundles/org.openhab.binding.dscalarm/README.md @@ -204,7 +204,7 @@ String PANEL_MESSAGE "Panel Message: [%s]" (DSCAlarmPanel) {channel="dscalarm:pa Number PANEL_COMMAND "Panel Commands" (DSCAlarmPanel) {channel="dscalarm:panel:MyBridgeName:panel:panel_command"} String PANEL_SYSTEM_ERROR "Panel System Error: [%s]" (DSCAlarmPanel) {channel="dscalarm:panel:MyBridgeName:panel:panel_system_error"} -String PANEL_TROUBLE_MESSAGE "Panel Trouble Message: [%s]" <"shieldGreen"> (DSCAlarmPanel) {channel="dscalarm:panel:MyBridgeName:panel:panel_trouble_message"} +String PANEL_TROUBLE_MESSAGE "Panel Trouble Message: [%s]" (DSCAlarmPanel) {channel="dscalarm:panel:MyBridgeName:panel:panel_trouble_message"} Switch PANEL_TROUBLE_LED "Panel Trouble LED" (DSCAlarmPanel) {channel="dscalarm:panel:MyBridgeName:panel:panel_trouble_led"} Switch PANEL_SERVICE_REQUIRED (DSCAlarmPanel) {channel="dscalarm:panel:MyBridgeName:panel:panel_service_required"} Switch PANEL_AC_TROUBLE (DSCAlarmPanel) {channel="dscalarm:panel:MyBridgeName:panel:panel_ac_trouble"}