#580 supervisor wired comms networking logic
This commit is contained in:
@@ -212,6 +212,13 @@ end
|
||||
|
||||
--#region ENUMERATION TYPES
|
||||
|
||||
---@enum LISTEN_MODE
|
||||
types.LISTEN_MODE = {
|
||||
WIRELESS = 0,
|
||||
WIRED = 1,
|
||||
ALL = 2
|
||||
}
|
||||
|
||||
---@enum TEMP_SCALE
|
||||
types.TEMP_SCALE = {
|
||||
KELVIN = 1,
|
||||
|
||||
Reference in New Issue
Block a user