#647 supervisor status light functionality

This commit is contained in:
Mikayla Fischler
2025-11-15 23:05:36 -05:00
parent 965fa0c7d1
commit 7f951a985b
3 changed files with 20 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v1.8.0"
local SUPERVISOR_VERSION = "v1.8.1"
local println = util.println
local println_ts = util.println_ts