Cleanup main scripts

This commit is contained in:
Evgeny
2025-05-03 10:14:22 +08:00
parent b9d73171ed
commit d68ab0934f
3 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ function on_alarm()
end
function redraw()
local color = ui:colors()
local color = aio:colors()
if unit == "temperature" then
sum = round(f[units[unit][unit_from]..units[unit][unit_to]](amount),3)
else