seaside1 / jrule

openHAB Java Rules Engine
Eclipse Public License 2.0
29 stars 15 forks source link

Added more methods #193

Closed seaside1 closed 7 months ago

seaside1 commented 9 months ago

Added more methods for item handler

seaside1 commented 8 months ago

This is a small PR to be able to link channel to items, as well as registering items dynamically from JRule. I use it from here: https://github.com/seaside1/jrule-sonos/blob/main/src/main/java/org/openhab/automation/jrule/rules/user/SonosRuleModule.java

Woule be good to merge since I plan on updating the sonos-jrule to support cancelAudioOverlay notifications and publish it on openHAB Addon-Store