#8 base class for RTU unit sessions, handle MODBUS error responses

This commit is contained in:
Mikayla Fischler
2022-05-17 17:16:04 -04:00
parent 31ede51c42
commit 9c034c366b
7 changed files with 349 additions and 304 deletions

View File

@@ -13,7 +13,7 @@ local svsessions = require("supervisor.session.svsessions")
local config = require("supervisor.config")
local supervisor = require("supervisor.supervisor")
local SUPERVISOR_VERSION = "alpha-v0.3.7"
local SUPERVISOR_VERSION = "alpha-v0.3.8"
local print = util.print
local println = util.println