add tasker module description and samples

This commit is contained in:
Evgeny
2022-06-10 07:33:22 +03:00
parent f661a31b7b
commit 17317c9247
5 changed files with 85 additions and 1 deletions

3
samples/command-test.lua Normal file
View File

@@ -0,0 +1,3 @@
function on_command(text)
ui:show_text(txt)
end