#647 coordinator status light functionality

This commit is contained in:
Mikayla Fischler
2025-11-15 23:37:34 -05:00
parent 68ae061ed3
commit ebfdec2294
3 changed files with 47 additions and 6 deletions

View File

@@ -59,9 +59,9 @@ local function init(panel, config)
local status = LED{parent=system,label="STATUS",colors=cpair(colors.green,colors.red)}
local heartbeat = LED{parent=system,label="HEARTBEAT",colors=led_grn}
status.update(true)
system.line_break()
status.register(ps, "status", status.update)
heartbeat.register(ps, "heartbeat", heartbeat.update)
if config.WirelessModem and config.WiredModem then