issues
search
openhab
/
openhab-jruby
A Helper Library for Writing openHAB Automations in Ruby
https://www.openhab.org/addons/automation/jrubyscripting/
Eclipse Public License 2.0
5
stars
5
forks
source link
Fix timed command expire
#337
Closed
jimtng
closed
1 month ago
jimtng
commented
1 month ago
Regression from #312
There were two problems
When timed command expired, the cancel rule got called because it wasn't disabled
In the timed command block, it was possible to call resume when the timed command had expired, resulting in an expired timed command that isn't cleaned up / removed.
Regression from #312
There were two problems