blob: 007736bce79a96b5c247f50fcf8a7290bc5b8512 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
-- this will be triggered by the digiline messages of the other luacontroller
if event.on then
F.ttp_station_display({
lines = {"E1_S", "E1_N"},
departure = {},
station = "Melinka",
title = "Melinka",
-- interval = 15,
display1 = "d1",
-- display2 = "d2",
})
end
|