How to know the last update data for Scene?
Posted: Tuesday 07 March 2017 10:09
Hi all,
in domoticz in a Lua script I can retrieve the last update data for a variable or a device:
But I don't know if is possible to know the last update data for a scene.
It's possible?
Many thanks.
in domoticz in a Lua script I can retrieve the last update data for a variable or a device:
Code: Select all
updTime = uservariables_lastupdate['xxx']
updTime = otherdevices_lastupdate['yyy']
It's possible?
Many thanks.