I'm a bit of a domoticz but I really like it I'm probably missing in a glass of water.
I would like to be able to display the value of some variables in the log window using a dzevent script
can you give me suggestions Thanks


Moderator: leecollings
Code: Select all
domoticz.variables('XiaomiMP3').set(10004)
Code: Select all
return {
on = {
timer = {'every minute'},
},
execute = function(domoticz, triggeredItem)
print(domoticz.variables('XiaomiMP3').value)
end
}
Users browsing this forum: No registered users and 1 guest