This commit is contained in:
Mikayla Fischler
2022-06-04 10:49:36 -04:00
parent 3bb95eb441
commit fc7b83a18a
6 changed files with 123 additions and 2 deletions

View File

@@ -56,7 +56,10 @@ local RTU_UNIT_TYPES = {
TURBINE = 3, -- turbine
TURBINE_VALVE = 4, -- turbine, mekanism 10.1+
EMACHINE = 5, -- energy machine
IMATRIX = 6 -- induction matrix
IMATRIX = 6, -- induction matrix
SPS = 7, -- SPS
SNA = 8, -- SNA
ENV_DETECTOR = 9 -- environment detector
}
comms.PROTOCOLS = PROTOCOLS

View File

@@ -41,7 +41,10 @@ types.rtu_t = {
turbine = "turbine",
turbine_valve = "turbine_valve",
energy_machine = "emachine",
induction_matrix = "induction_matrix"
induction_matrix = "induction_matrix",
sps = "sps",
sna = "sna",
env_detector = "environment_detector"
}
---@alias rps_status_t string