get rid of get_ prefixes in main scripts

This commit is contained in:
Evgeny
2022-10-23 09:32:39 +04:00
parent ff5fc7648e
commit f8cfa4facf
8 changed files with 17 additions and 17 deletions

View File

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