diff --git a/radio/src/lua_api.cpp b/radio/src/lua_api.cpp index f37fc7ab4..8587c2ea5 100644 --- a/radio/src/lua_api.cpp +++ b/radio/src/lua_api.cpp @@ -722,6 +722,7 @@ static int luaModelGetInput(lua_State *L) lua_pushtableinteger(L, "source", expo->srcRaw); lua_pushtableinteger(L, "weight", expo->weight); lua_pushtableinteger(L, "offset", expo->offset); + lua_pushtableinteger(L, "switch", expo->swtch); } else { lua_pushnil(L);