#371 fixed RTU configurator bug with empty peripherals or redstone, re-ordered settings load, added type checks

This commit is contained in:
Mikayla Fischler
2023-11-15 19:28:32 -05:00
parent 1fdf012f65
commit a048b0aa4a
5 changed files with 19 additions and 11 deletions

View File

@@ -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.7.2"
local RTU_VERSION = "v1.7.3"
local RTU_UNIT_TYPE = types.RTU_UNIT_TYPE
local RTU_UNIT_HW_STATE = databus.RTU_UNIT_HW_STATE