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

@@ -101,6 +101,11 @@ function rtu.new_session(id, in_queue, out_queue, advertisement)
unit = svrs_emachine.new(self.id, i, unit_advert, self.out_q)
elseif u_type == RTU_UNIT_TYPES.IMATRIX then
-- @todo Mekanism 10.1+
elseif u_type == RTU_UNIT_TYPES.SPS then
-- @todo Mekanism 10.1+
elseif u_type == RTU_UNIT_TYPES.SNA then
-- @todo Mekanism 10.1+
elseif u_type == RTU_UNIT_TYPES.ENV_DETECTOR then
else
log.error(log_header .. "bad advertisement: encountered unsupported RTU type")
end