Getting setting info to script
Posted: Saturday 03 May 2025 20:31
Hi,
I like to read out the LAT and LAT from the settings menu in to a Dzvents script
Is this possible and how can i do this ?
SOemthing like this, but that doesn't work
I like to read out the LAT and LAT from the settings menu in to a Dzvents script
Is this possible and how can i do this ?
Code: Select all
local lat = tostring(domoticz.settings.latitude)
local lon = tostring(domoticz.settings.longitude)