rkoshak / openhab-rules-tools

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

Changed trigger to support changes in core #83

Closed rkoshak closed 1 year ago

rkoshak commented 1 year ago

There were changes in core to the GenericEventTrigger and GenericEventCondition: https://github.com/openhab/openhab-core/pull/3299 which required changes to this rule template's trigger. The properties changed names and the topic is now a glob instead or regex. While I was at it I updated the label and description.