From 4f71679b9a337c8760fa1c2d41f14a98cbf2b04e Mon Sep 17 00:00:00 2001 From: autocommitter Date: Mon, 22 Apr 2024 14:55:26 +0200 Subject: State at 2021-12-15 --- il_timetable/init_code.lua | 4 +++- il_timetable/nodes/(1973,42,8383).lua | 10 ++++++++++ il_timetable/nodes/(1976,5,7914).lua | 1 + 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 il_timetable/nodes/(1973,42,8383).lua (limited to 'il_timetable') diff --git a/il_timetable/init_code.lua b/il_timetable/init_code.lua index 191dfc0..4a61c7f 100644 --- a/il_timetable/init_code.lua +++ b/il_timetable/init_code.lua @@ -497,5 +497,7 @@ if p.display2 then end digiline_send(p.display2, text2) end -schedule_in(p.interval or 30,"foo") +--if not p.notimer then +-- schedule_in(p.interval or 30,"foo") +--end end diff --git a/il_timetable/nodes/(1973,42,8383).lua b/il_timetable/nodes/(1973,42,8383).lua new file mode 100644 index 0000000..59c796b --- /dev/null +++ b/il_timetable/nodes/(1973,42,8383).lua @@ -0,0 +1,10 @@ +F.ttp_station_display({ + lines = {"CFE_S", "NRG_W", "NRG_E"}, + departure = {}, + station = "Azena Transirejo", + title = "Azena Transirejo", + interval = 30, + display1 = "display1", + display2 = "display2", + notimer = true, +}) \ No newline at end of file diff --git a/il_timetable/nodes/(1976,5,7914).lua b/il_timetable/nodes/(1976,5,7914).lua index 313ac90..29accc6 100644 --- a/il_timetable/nodes/(1976,5,7914).lua +++ b/il_timetable/nodes/(1976,5,7914).lua @@ -5,4 +5,5 @@ F.ttp_station_display({ title = "Malvarma Akvo", interval = 60, display1 = "disp1", + notimer=true, }) -- cgit v1.2.3