Skip to content

Commit

Permalink
Add device types.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Diamond committed Apr 17, 2024
1 parent 6b3613f commit 1d37967
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/fusion_engine_client/messages/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,9 @@ class DeviceType(IntEnum):
LG69T_AM = 2
LG69T_AP = 3
LG69T_AH = 4
NEXAR_BEAM2K = 5,
SSR_LG69T = 6,
SSR_DESKTOP = 7,


class DeviceIDMessage(MessagePayload):
Expand Down
6 changes: 6 additions & 0 deletions src/point_one/fusion_engine/messages/control.h
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,12 @@ enum class DeviceType : uint8_t {
LG69T_AP = 3,
/** Device is a Quectel LG69T-AH system. */
LG69T_AH = 4,
/** Device is a Nexar Beam2K system. */
NEXAR_BEAM2K = 5,
/** Device is an SSR system on a LG69T. */
SSR_LG69T = 6,
/** Device is an SSR system on a desktop. */
SSR_DESKTOP = 7,
};

/**
Expand Down

0 comments on commit 1d37967

Please sign in to comment.