#143 #103 #101 #102 work in progress auto control, added coordinator controls, save/auto load configuration, auto enable/disable on reactor PLC for auto control (untested)

This commit is contained in:
Mikayla Fischler
2023-01-26 18:26:26 -05:00
parent e808ee2be0
commit e9562a140c
17 changed files with 750 additions and 161 deletions

View File

@@ -35,6 +35,15 @@ types.TRI_FAIL = {
FULL = 2
}
---@alias PROCESS integer
types.PROCESS = {
INACTIVE = 0,
SIMPLE = 1,
BURN_RATE = 2,
CHARGE = 3,
GEN_RATE = 4
}
---@alias WASTE_MODE integer
types.WASTE_MODE = {
AUTO = 1,
@@ -164,6 +173,9 @@ types.ALARM_STATE = {
---| "sys_fail"
---| "force_disabled"
---@alias auto_scram_cause
---| "ok"
---@alias rtu_t string
types.rtu_t = {
redstone = "redstone",