toggledbits / DelayLight

A plugin for Vera home automation to provide off- and on-delay of controlled loads.
GNU General Public License v3.0
4 stars 1 forks source link

AddTimer action duplicates children on openLuup #7

Closed toggledbits closed 6 years ago

toggledbits commented 6 years ago

On openLuup (only), the AddTimer action will occasionally add two timers rather than one at a time. This is actually due to a race condition between openLuup and ALTUI which isn't really worth fixing (akbooer and I agreed), and the enduring workaround is to change the run tag in the action implementation to a job, so that the action happens asynchronously from the ALTUI action request. Easy change, and works on Vera as well.

toggledbits commented 6 years ago

Fixed in develop branch.

toggledbits commented 6 years ago

Release in v1.3