#200 work on pocket comms

This commit is contained in:
Mikayla
2024-03-07 17:27:25 +00:00
parent ce37a672a3
commit f0f2aadf53
3 changed files with 49 additions and 27 deletions

View File

@ -64,7 +64,9 @@ local CRDN_TYPE = {
FAC_CMD = 3, -- faility command
UNIT_BUILDS = 4, -- build of each reactor unit (reactor + RTUs)
UNIT_STATUSES = 5, -- state of each of the reactor units
UNIT_CMD = 6 -- command a reactor unit
UNIT_CMD = 6, -- command a reactor unit
API_GET_FAC = 7, -- API: get all the facility data
API_GET_UNITS = 8 -- API: get all the reactor unit data
}
---@enum ESTABLISH_ACK