Device Information Channel
Channel Category: device_information
Provides metadata about the device, including manufacturer details, model information, firmware version, and connection status.
Required Properties
| Property | Data Type | Range/Values | Unit | Permissions |
|---|---|---|---|---|
manufacturer | String | - | - | RO (Read-Only) |
model | String | - | - | RO (Read-Only) |
serial_number | String | - | - | RO (Read-Only) |
Property Details
manufacturer
Device manufacturer name
model
Device model identifier
serial_number
Device serial number
Optional Properties
| Property | Data Type | Range/Values | Unit | Permissions |
|---|---|---|---|---|
firmware_revision | String | - | - | RO (Read-Only) |
hardware_revision | String | - | - | RO (Read-Only) |
link_quality | Uchar | 0–100 | % | RO (Read-Only) |
connection_type | Enum | wired, wifi, zigbee, bluetooth | - | RO (Read-Only) |
status | Enum | connected, disconnected, init, ready, running, sleeping, stopped, lost, alert, unknown | - | RO (Read-Only) |
fault | Uchar | 0–255 | - | RO (Read-Only) |
Property Details
firmware_revision
Firmware version
hardware_revision
Hardware version
link_quality
connection_type
status
Current operational status
fault
Fault code or diagnostic indicator (0 = no fault)
Last updated on