From 88a24a1fe8186fb81347ff2d61903ddfdb1752bc Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 20 Apr 2024 13:22:16 -0500 Subject: Finish communication of other items with dispatcher --- controllerfw.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'controllerfw.lua') diff --git a/controllerfw.lua b/controllerfw.lua index c2a3449..bbe7278 100644 --- a/controllerfw.lua +++ b/controllerfw.lua @@ -615,6 +615,9 @@ elseif event.type == "dispatchermsg" then elseif event.channel == "carcall" and mem.carstate == "normal" then mem.carcalls[event.msg] = true send(event.source,"status",mem) + elseif event.channel == "fs1switch" then + mem.fs1switch = event.msg + mem.fs1led = event.msg end end -- cgit v1.2.3