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)
Moderator: leecollings
Code: Select all
local lat = tostring(domoticz.settings.latitude)
local lon = tostring(domoticz.settings.longitude)
Users browsing this forum: No registered users and 1 guest