#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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user