Skip to content

Commit

Permalink
Add names for new parameters in Silvair DebugV2 Server
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiljanowski-silvair committed Mar 22, 2022
1 parent e76cf0f commit c101f30
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bluetooth_mesh/messages/silvair/debugV2.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,12 @@ class DebugV2ParameterTypes(IntEnum):
OCCUPANCY_HISTORY = 0x13
OCCUPANCY_HISTORY_RESOLUTION = 0x14
RADIO_STATS_PER_CHANNEL = 0x15
QUEUES_STATS = 0x16
QUEUES_MONITOR = 0x16
QUEUES_STATS = 0x17
UART_ERRORS = 0x18
UART_MODEL_INSTANCES = 0x19
APP_THREAD_LATENCY = 0x1A
IV_INDEX_INFO = 0x1B

NOT_KNOWN_PARAMETER = 0xFF

Expand Down

0 comments on commit c101f30

Please sign in to comment.