base_url/device/v1/base/device/type/find/by/id
post
参数 | 必选 | 类型 | 说明 | 示例 |
---|---|---|---|---|
id | 是 | Int | 建筑楼层物理区域映射获取到的节点id | |
type | 是 | Int | 建筑楼层物理区域映射获取到的type |
{
"baseDeviceType": [
{
"devices_type_id": 10023,
"devices_type_code": "10016",
"devices_type_name": "京源热表T188",
"devices_type_wired_wireless": 1,
"devices_type_category_id": 10003,
"devices_type_sort": 0,
"devices_type_charging": 0,
"category_name": "能量表"
}
]
}