#150 save and automatically set priority groups, added checks to set waste and set group commands, restore waste mode control if operation failed

This commit is contained in:
Mikayla Fischler
2023-02-03 16:40:58 -05:00
parent 72791d042b
commit a117d5ee97
6 changed files with 36 additions and 7 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 = "beta-v0.9.9"
local SUPERVISOR_VERSION = "beta-v0.9.10"
local print = util.print
local println = util.println