mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-04 15:34:19 +01:00
* relay: respect relay delay time when using NONE_OR_ONE sync * fixup! relay: respect relay delay time when using NONE_OR_ONE sync * calculate delay from flood window + existing delay * configure flood max changes too * oops, s -> ms * count other way around * interpret delay differently with sync_one/none_or_one * instead of accumulation, ensure that max delay time is selected (if it is there at all) * global interlock delay setting, allow to set change_delay before relayStatus(id, status) changes it * fixup! global interlock delay setting, allow to set change_delay before relayStatus(id, status) changes it * (finally) use lock attr to avoid user changing state while target != current state * fix building with 2.3.0 * postpone wspost after all relays are processed, remove change_start refresh, snapshot relaySync value in configure * fix warning * add another timer for ONE