You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This script switch ON the relay output with delay when power is restored. It's very usefull if you want to switch something with delay after power black out.
// Set this script to be enabled by default when device is powered
// Delay time in milliseconds (10 milliseconds for testing)
let delayTime = 300000;
let execution = 0;
let state = Shelly.getComponentStatus("switch", 1)["output"];