I am messing around with zwave smoke detectors and I'm trying to catch false triggers. I don't know why but every once in a while these devices fail to report in time I guess and this would then falsely trigger the alarm. But firing a trigger and then do the check feels wrong. Blocky does allow for ...
..sorry, I'm probably staring at it to long.. I'm searching for something to delay the initial trigger. .cancelQueuedCommands() seems like a solution but it only seems to work for switch commands if ( device(1) == on ) --[i]for more then 20 sec[/i] then device(2).switchOn().checkFirst().afterSec(30 ...