blob: e0ed6bc272e5d93914ea8bc83c263ab909a6812f (
plain)
1
2
3
4
5
6
|
if event.type=="digiline" then
if event.channel=="shunt_type" then
S.yards.S27.shunt_type = event.msg
digiline_send("lcd","====== | Shunt | Split | "..tostring(S.yards.S27.shunt_type).." | ======")
end
end
|