Skip to content

Commit

Permalink
Minimize breaking changes
Browse files Browse the repository at this point in the history
Signed-off-by: Gaël L'hopital <[email protected]>
  • Loading branch information
clinique committed Nov 26, 2024
1 parent e7a866d commit 7f963e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundles/org.openhab.binding.openwebnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* @author Massimo Valla - Initial contribution
*/

@ThingActionsScope(name = "openwebnet-bridge")
@ThingActionsScope(name = "openwebnet")
@NonNullByDefault
public class OpenWebNetBridgeActions implements ThingActions {

Expand Down

0 comments on commit 7f963e3

Please sign in to comment.