#580 supervisor network configurator updates

This commit is contained in:
Mikayla Fischler
2025-10-26 15:17:15 -04:00
parent d412f61a5f
commit 22208e91aa
4 changed files with 157 additions and 56 deletions

View File

@@ -214,9 +214,9 @@ end
---@enum LISTEN_MODE
types.LISTEN_MODE = {
WIRELESS = 0,
WIRED = 1,
ALL = 2
WIRELESS = 1,
WIRED = 2,
ALL = 3
}
---@enum TEMP_SCALE