Last Updated on: 2024-09-10 07:19:13
Get the specifications and properties of the device by the device ID, including the instruction set and status set.
Parameter name | Type | Description |
---|---|---|
result | FunctionStatusRes |
Description of result
Parameter name | Type | Description |
---|---|---|
category | String | Product category |
functions | List | Instruction set |
status | List | Status set |
Description of functions
Parameter name | Type | Description |
---|---|---|
name | String | Instruction name |
desc | String | Description |
code | String | Instruction |
type | String | Instruction type |
values | String | The input parameter range of the instruction |
Description of status
Parameter name | Type | Description |
---|---|---|
code | String | Status code |
name | String | Status name |
type | String | Type |
values | String | The input parameter range |
For more information, see error code.