更新时间:2023-12-07 03:33:54下载pdf
本文介绍获取设备规格属性的 API。
获取设备规格属性,包含指令集和状态集。
GET: /v1.1/devices/{device_id}/specifications
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
device_id | String | uri | true | 设备 ID |
参数名 | 类型 | 说明 |
---|---|---|
result | DeviceSpecificationsV2Res |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
category | String | 产品类别 |
functions | List | 指令集 |
status | List | 状态集 |
functions
说明
参数名 | 类型 | 说明 |
---|---|---|
dp_id | Integer | 功能点 ID |
code | String | 指令码 |
type | String | 类型 |
values | String | 参数范围 |
status
说明
参数名 | 类型 | 说明 |
---|---|---|
dp_id | Integer | 功能点 ID |
code | String | 状态码 |
type | String | 类型 |
values | String | 参数范围 |
GET: /v1.1/devices/vdevo****/specifications
{
"functions": [
{
"code": "switch_led",
"values": "{}",
"dpId": 1,
"type": "Boolean"
}
],
"category": "dj",
"status": [
{
"code": "switch_led",
"values": "{}",
"dpId": 2,
"type": "Boolean"
}
]
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈