cleanup and refactors

This commit is contained in:
Mikayla Fischler
2024-03-05 21:24:17 -05:00
parent 0892a57d35
commit 4e789ab92d
4 changed files with 38 additions and 40 deletions

View File

@@ -70,7 +70,7 @@ function databus.tx_link_state(state)
end
-- transmit reactor enable state across the bus
---@param active boolean|nil reactor active
---@param active any reactor active
function databus.tx_reactor_state(active)
databus.ps.publish("reactor_active", active == true)
end