Hey guys…
I have a scene that tell us the weather in the morning… but I need to deal with temperature under 0 ![]()
local outsideTemp = luup.variable_get(TEMP_SID, "CurrentTemperature", 68)
my outsideTemp contain sometime something like “- 2” and I would need to convert the - to “moins” and convert + to “”
any idea…