rkoshak / openhab-rules-tools

Library functions, classes, and examples to reuse in the development of new Rules.
Other
62 stars 23 forks source link

Use ItemStateUpdatedEvent where ItemStateEvent was used #110

Open rkoshak opened 10 months ago

rkoshak commented 10 months ago

With OH 4 release the new ItemStateUpdatedEvent and GroupStateUpdatedEvent were introduced and ItemStateUpdatedEvent replaced ItemStateEvent. Rule templates that do something different based on the trigger need to be updated.