Skip to content
Snippets Groups Projects
Commit 38823c1b authored by Peter Nerlich's avatar Peter Nerlich
Browse files

Fix typo `event.int_ext` (was switched around) leading to table update notifications not received

parent 83873a26
Branches
No related tags found
No related merge requests found
if event.punch or event.int or event.int_ext or (event.digiline and event.channel == "station_update") then if event.punch or event.int or event.ext_int or (event.digiline and event.channel == "station_update") then
local unique_terminal_identifier = "RZ.CODE display1" local unique_terminal_identifier = "RZ.CODE display1"
local lcds = {"public_lcd1", "public_lcd2", "public_lcd3", "public_lcd4"} local lcds = {"public_lcd1", "public_lcd2", "public_lcd3", "public_lcd4"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment