diff --git a/bundles/org.openhab.binding.xmppclient/README.md b/bundles/org.openhab.binding.xmppclient/README.md index db7d9c04a2fd6..dfe3a429f2055 100644 --- a/bundles/org.openhab.binding.xmppclient/README.md +++ b/bundles/org.openhab.binding.xmppclient/README.md @@ -76,7 +76,7 @@ rule "Turn off all lights with separator and reply" when Channel "xmppclient:xmppBridge:xmpp:xmpp_command" triggered then - var actionName = receivedEvent.getEvent().split("#") + var actionName = receivedEvent.getEvent().split("##") if(actionName.get(1).toLowerCase() == "turn off lights") { Group_Light_Home_All.sendCommand(OFF)