blob: 750be29074868e493b4c9322d1170e6f3b0b0cd3 (
plain)
1
2
3
4
5
6
7
|
--do return end
if event.type == "punch" then
for i = 1, 4, 1 do
cancel_route("mary4-testsignal-"..tostring(i))
end
digiline_send("lcd", tostring(os.time()).."\nRoutes canceled")
end
|