Skip to content

Commit

Permalink
add client_variant update
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Apr 25, 2023
1 parent bf6f25b commit 275571c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jacdac/system/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class SystemStatusCodes(IntEnum):
JD_REG_ACTIVE_THRESHOLD = const(0x6)
JD_REG_STREAMING_PREFERRED_INTERVAL = const(0x102)
JD_REG_VARIANT = const(0x107)
JD_REG_CLIENT_VARIANT = const(0x9)
JD_REG_STATUS_CODE = const(0x103)
JD_REG_INSTANCE_NAME = const(0x109)
JD_EV_ACTIVE = const(0x1)
Expand Down Expand Up @@ -70,6 +71,7 @@ class SystemStatusCodes(IntEnum):
JD_REG_ACTIVE_THRESHOLD: "i32",
JD_REG_STREAMING_PREFERRED_INTERVAL: "u32",
JD_REG_VARIANT: "u32",
JD_REG_CLIENT_VARIANT: "s",
JD_REG_STATUS_CODE: "u16 u16",
JD_REG_INSTANCE_NAME: "s",
JD_EV_STATUS_CODE_CHANGED: "u16 u16"
Expand Down

0 comments on commit 275571c

Please sign in to comment.