rkoshak / openhab-rules-tools

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

[TimerMgr] Provide ability to replace `func` on a reschedule #108

Open rkoshak opened 1 year ago

rkoshak commented 1 year ago

Support the use case where if the timer already exists recreate the timer with the new parameters (including func) instead of just canceling it.

Maybe a new method to call? That might let us avoid breaking changes.