diff --git a/rtu/startup.lua b/rtu/startup.lua index f052ff2..c085221 100644 --- a/rtu/startup.lua +++ b/rtu/startup.lua @@ -31,7 +31,7 @@ local sna_rtu = require("rtu.dev.sna_rtu") local sps_rtu = require("rtu.dev.sps_rtu") local turbinev_rtu = require("rtu.dev.turbinev_rtu") -local RTU_VERSION = "v1.12.2" +local RTU_VERSION = "v1.12.3" local RTU_UNIT_TYPE = types.RTU_UNIT_TYPE local RTU_HW_STATE = databus.RTU_HW_STATE @@ -441,7 +441,7 @@ local function main() log.warning(util.c("sys_config> failed to check if '", name, "' is a formed dynamic tank multiblock")) end elseif type == "inductionPort" or type == "reinforcedInductionPort" then - -- induction matrix multiblock (reinforced or normal) + -- induction matrix multiblock (normal or reinforced) if not validate_assign(true) then return false end rtu_type = RTU_UNIT_TYPE.IMATRIX