DeviceInfoResponse
Haply::HardwareAPI::Devices::Inverse3::DeviceInfoResponse
Basic device information for the Inverse3.
Response from the DeviceWakeup method containing the basic information of the Inverse3 device represented by this object.
Index
Members
Name | Type | Description |
---|---|---|
device_id | uint16_t | Short non-unique device id for the device. |
device_id_ext | UUID | Unique UUID identifier for the device. |
device_model_number | uint8_t | Used to identify the type of device being used. |
hardware_version | uint8_t | Version of the device's hardware. |
firmware_version | uint8_t | Version of the device's firmware. |
Members
device_id
uint16_t device_id
Short non-unique device id for the device.
Device identifier for the Inverse3 device. This short device is not guaranteed to be unique and may be overloaded as the hardware_version and the device_model_number changes. For a unique identifier use the device_id_ext field instead.
device_id_ext
UUID device_id_ext
Unique UUID identifier for the device.
This identifier is guaranteed to unique regardless of the model number and device type currently being used.
device_model_number
uint8_t device_model_number
Used to identify the type of device being used.
DEPRECATED This field is being repurposed and should not be used or relied upon.
hardware_version
uint8_t hardware_version
Version of the device's hardware.
DEPRECATED This field is being repurposed and should not be used or relied upon.
firmware_version
uint8_t firmware_version
Version of the device's firmware.
DEPRECATED This field is being repurposed and should not be used or relied upon.