This function adds rules to the engine
addRule( "Gedimmte Beleuchtung OG Flur um 19.30 Uhr", function () { forceOn("Upstairs_Floor_Nightmode"); }, [timeTrigger("0 30 19 ? * *")]); Copy
addRule( "Gedimmte Beleuchtung OG Flur um 19.30 Uhr", function () { forceOn("Upstairs_Floor_Nightmode"); }, [timeTrigger("0 30 19 ? * *")]);
Generated using TypeDoc
This function adds rules to the engine