#93 added reset RPS command to iocontrol/gui

This commit is contained in:
Mikayla Fischler
2022-10-07 10:19:37 -04:00
parent 62ac993dae
commit 9d60777223
5 changed files with 22 additions and 93 deletions

View File

@@ -44,6 +44,11 @@ function iocontrol.init(conf, comms)
log.debug(util.c("sent unit ", i, ": SCRAM"))
end,
reset_rps = function ()
comms.send_command(i, CRDN_COMMANDS.RESET_RPS)
log.debug(util.c("sent unit ", i, ": RESET_RPS"))
end,
set_burn = function (rate)
comms.send_command(i, CRDN_COMMANDS.SET_BURN, rate)
log.debug(util.c("sent unit ", i, ": SET_BURN = ", rate))