blob: 9e79f935b73b380e7d6678026c20d9c5a990cedf (
plain)
1
2
3
4
5
6
7
8
9
|
-- E/W
local tr="E11"
S.ttp[tr.."_E"].force_tt_reset = true
S.ttp[tr.."_W"].force_tt_reset = true
print(tr.." resetting timetable")
--print(rwt.get_time())
--print(rwt.to_secs(rwt.now()))
|