CoRE would do is simply.
if [selected lights] are all off {
if FrontDoor Opens{
using [selected lights] {
turn on()
}
}
}
Assign the piston to only run in night mode.
CoRE would do is simply.
if [selected lights] are all off {
if FrontDoor Opens{
using [selected lights] {
turn on()
}
}
}
Assign the piston to only run in night mode.