rkoshak / openhab-rules-tools

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

Use `createTimer` instead of `createTimerWithArgument` #76

Closed florian-h05 closed 1 year ago

florian-h05 commented 1 year ago

Fixes #75.

@rkoshak Ping.

Please have a look at each commit message for some furher information.

I haven't tested these timerMgr changes yet, although the changes are small and a look at the code should be enough, I'd prefer to test that on my prod system. I'll inform you when I tested this.

florian-h05 commented 1 year ago

@rkoshak I‘ve tested this today, I found a bug that I fixed and I also refactored the timerMgrTests so that they are working again and easier to understand.

rkoshak commented 1 year ago

Looks great! Thanks a bunch for this.