rkoshak / openhab-rules-tools

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

Allow passing timer names to all libraries that create timers #70

Closed rkoshak closed 1 year ago

rkoshak commented 1 year ago

This impacts:

Note, some of the above depend on timerMgr so that should be done first.

The behavior should be as follows:

I think it might be best to centralize the creation of the actual timers to a utility function so we don't have to reproduce the above logic over and over again.