#224 fix for RTU unit indexing on supervisor when virtual units were present

This commit is contained in:
Mikayla Fischler
2023-05-11 20:54:43 -04:00
parent a81fd49604
commit f6610489c2
3 changed files with 5 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v0.15.7"
local SUPERVISOR_VERSION = "v0.15.8"
local println = util.println
local println_ts = util.println_ts