Code: Select all
return {
on = {
devices = {
'Sun azimuth'
}
},
execute = function(domoticz, device)
end
}
2019-12-04 21:02:03.043 Status: dzVents: Info: Handling events for: "Sun azimuth", value: "296.4"
I cannot find a way to grab the device value. device.name returns the device name, but device.data returns nil. device.Data doesn't work either.
What are the Dummy device attributes?