#367 reject and record bad or duplicate RTU IDs

This commit is contained in:
Mikayla
2024-08-16 18:08:53 +00:00
parent bee96ed12e
commit ab97f8935d
4 changed files with 113 additions and 35 deletions

View File

@@ -21,7 +21,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v1.4.3"
local SUPERVISOR_VERSION = "v1.5.0"
local println = util.println
local println_ts = util.println_ts