Actions with daytime and nighttime
Posted: Tuesday 27 March 2018 16:04
Is this allow? So the script will trigger every minute (for some actions that will be done at nighttime)
And when device will be uses it will only triggered when daytime or nighttime.
And when device will be uses it will only triggered when daytime or nighttime.
Code: Select all
on = {
timer = {'every minutes at nighttime'},
devices = {
[LogitechOff] = { 'at nighttime' },
[LogitechAppleTV] = { 'at nighttime' },
[LogitechTV] = { 'at nighttime' },
[LogitechDay] = { 'at daytime' },
iPhonePeter,
iPhoneKay,
[KodiStatus] = { 'at nighttime' },
BulbMasterBedroom
}
},