diff --git a/rtu/panel/front_panel.lua b/rtu/panel/front_panel.lua index 4c4aa78..606abbb 100644 --- a/rtu/panel/front_panel.lua +++ b/rtu/panel/front_panel.lua @@ -44,7 +44,7 @@ local function init(panel, units) local system = Div{parent=panel,width=14,height=18,x=2,y=3} - local on = LED{parent=system,label="POWER",colors=cpair(colors.green,colors.red)} + local on = LED{parent=system,label="STATUS",colors=cpair(colors.green,colors.red)} local heartbeat = LED{parent=system,label="HEARTBEAT",colors=cpair(colors.green,colors.green_off)} on.update(true) system.line_break() diff --git a/rtu/startup.lua b/rtu/startup.lua index 451a06d..4cb90ac 100644 --- a/rtu/startup.lua +++ b/rtu/startup.lua @@ -28,7 +28,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.2.7" +local RTU_VERSION = "v1.2.8" local RTU_UNIT_TYPE = types.RTU_UNIT_TYPE local RTU_UNIT_HW_STATE = databus.RTU_UNIT_HW_STATE