Update scripts and docs to reflect chnages in 3.2.7-beta9

This commit is contained in:
Evgeny
2021-07-29 09:20:26 +03:00
parent 091c7dcd0b
commit a4803268de
12 changed files with 30 additions and 19 deletions

View File

@@ -5,10 +5,10 @@ end
function onNetworkResult(result)
if result == "0" then
aio:showText("Сегодня рабочий день")
ui:showText("Сегодня рабочий день")
elseif result == "1" then
aio:showText("Сегодня выходной")
ui:showText("Сегодня выходной")
else
aio:showText("Ошибка")
ui:showText("Ошибка")
end
end