coordinator handle SPS low power ack

This commit is contained in:
Mikayla Fischler
2024-09-08 16:49:23 -04:00
parent f56d68d972
commit 35134822a9
2 changed files with 12 additions and 5 deletions

View File

@@ -592,7 +592,7 @@ function coordinator.comms(version, nic, sv_watchdog)
elseif cmd == FAC_COMMAND.SET_PU_FB then
process.pu_fb_ack_handle(packet.data[2])
elseif cmd == FAC_COMMAND.SET_SPS_LP then
---@todo
process.sps_lp_ack_handle(packet.data[2])
else
log.debug(util.c("received facility command ack with unknown command ", cmd))
end