rkoshak / openhab-rules-tools

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

[loopingTimer] Do not loop if the scheduled time is in the past #72

Closed rkoshak closed 1 year ago

rkoshak commented 1 year ago

If the function that is called on each loop of the looping timer returns a time that is in the past, end the loop with an error rather than continuing the loop.