#399 working unit data updating and unit waste control

This commit is contained in:
Mikayla Fischler
2024-11-17 19:46:04 -05:00
parent edde416889
commit 7b6b1de539
3 changed files with 13 additions and 3 deletions

View File

@@ -364,7 +364,7 @@ function pocket.new_session(id, s_addr, i_seq_num, in_queue, out_queue, timeout)
-- facility data
data[#db.units + 1] = {}
_send(CRDN_TYPE.API_GET_PROC, data)
_send(CRDN_TYPE.API_GET_WASTE, data)
else
log.debug(log_tag .. "handler received unsupported CRDN packet type " .. pkt.type)
end