diff --git a/bundles/org.openhab.binding.openwebnet/README.md b/bundles/org.openhab.binding.openwebnet/README.md index 01789c3befab7..bd1c01974ca9d 100644 --- a/bundles/org.openhab.binding.openwebnet/README.md +++ b/bundles/org.openhab.binding.openwebnet/README.md @@ -584,7 +584,7 @@ When activated it sends a "virtual short press" event (where=212, button=5) on t when Item iCENPlusProxyItem received command then - val actions = getActions("openwebnet","openwebnet:bus_cenplus_scenario_control:mybridge:212") + val actions = getActions("openwebnet-cen","openwebnet:bus_cenplus_scenario_control:mybridge:212") actions.virtualPress("SHORT_PRESS", 5) end diff --git a/bundles/org.openhab.binding.openwebnet/src/main/java/org/openhab/binding/openwebnet/internal/actions/OpenWebNetBridgeActions.java b/bundles/org.openhab.binding.openwebnet/src/main/java/org/openhab/binding/openwebnet/internal/actions/OpenWebNetBridgeActions.java index fa265b76d0008..e841621e16e0c 100644 --- a/bundles/org.openhab.binding.openwebnet/src/main/java/org/openhab/binding/openwebnet/internal/actions/OpenWebNetBridgeActions.java +++ b/bundles/org.openhab.binding.openwebnet/src/main/java/org/openhab/binding/openwebnet/internal/actions/OpenWebNetBridgeActions.java @@ -44,7 +44,7 @@ * @author Massimo Valla - Initial contribution */ -@ThingActionsScope(name = "openwebnet-bridge") +@ThingActionsScope(name = "openwebnet") @NonNullByDefault public class OpenWebNetBridgeActions implements ThingActions {