#400 start of peripherals list app

This commit is contained in:
Mikayla Fischler
2025-08-24 18:46:07 -04:00
parent 83e29abea7
commit e3d0692dcc
3 changed files with 42 additions and 1 deletions

View File

@@ -55,7 +55,8 @@ local MGMT_TYPE = {
DIAG_TONE_GET = 6, -- (API) diagnostic: get alarm tones
DIAG_TONE_SET = 7, -- (API) diagnostic: set alarm tones
DIAG_ALARM_SET = 8, -- (API) diagnostic: set alarm to simulate audio for
INFO_LIST_CMP = 9 -- (API) info: list all computers on the network
INFO_LIST_CMP = 9, -- (API) info: list all computers on the network
INFO_LIST_PERI = 10 -- (API) info: list all peripherals on the network
}
---@enum CRDN_TYPE