Multiple devices in "on" part
Posted: Saturday 12 January 2019 19:30
Hi,
I used this line (which works):
Now i got a second sensor so i tried this:
But i'm not sure if this is the correct way of doing it, could someone help me with this?
Regards,
I used this line (which works):
Code: Select all
on = { devices = {["Overloop_Sensor"] = {"on mon,tue,wed,thu,fri,sat,sun"}},Code: Select all
on = { devices = {["Overloop_Sensor" or "Overloop2_Sensor"] = {"on mon,tue,wed,thu,fri,sat,sun"}},Regards,