Code: Select all
-- Round temperatures to 2 decimal places
local oloTempRounded = tonumber(string.format('%.2f', OlohuTemp.temperature))
local alakTempRounded = tonumber(string.format('%.2f', AlakTemp.temperature))
Code: Select all
-- Round temperatures to 2 decimal places
local oloTempRounded = tonumber(string.format('%.2f', OlohuTemp.temperature))
local alakTempRounded = tonumber(string.format('%.2f', AlakTemp.temperature))
Code: Select all
local lat = tostring(domoticz.settings.latitude)
local lon = tostring(domoticz.settings.longitude)
Code: Select all
.btn-number.stop {width: 88px !important;height: 50px !important; border: 1px solid rgba(255,255,255,0.7);background: red; border-radius: 5px;font-size:20px !important;}