#176 generator trip detection on supervisor

This commit is contained in:
Mikayla Fischler
2023-04-02 09:57:57 -04:00
parent 8b1e7cb933
commit 0f735d049e
3 changed files with 28 additions and 24 deletions

View File

@@ -14,7 +14,7 @@ local svsessions = require("supervisor.session.svsessions")
local config = require("supervisor.config")
local supervisor = require("supervisor.supervisor")
local SUPERVISOR_VERSION = "v0.14.0"
local SUPERVISOR_VERSION = "v0.14.1"
local print = util.print
local println = util.println