rkoshak / openhab-rules-tools

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

Call a rule when Item first alerts, normalized UnDefType #100

Closed rkoshak closed 1 year ago

rkoshak commented 1 year ago

Normalizes NULL and UNDEF states to UnDefType so both are treated the same.

Allow a call to a rule when the Item first enters the alerting state to make it easier to handle motion sensor timer type use cases.