获取子设备列表

更新时间:2023-12-07 03:33:47下载pdf

本文介绍获取子设备列表的 API。

接口描述

获取配网成功的 Zigbee 子设备列表。

接口地址

GET: /v1.0/devices/{device_id}/list-sub

请求参数

参数名类型参数位置是否必填说明
device_idStringuritrue网关设备 ID
discovery_timeLonguritrue网关发现子设备时间,精确到秒

返回参数

参数名类型说明
resultArrayList 返回结果

result 说明

参数名类型说明
serial_version_u_i_dLong
_d_e_f_a_u_l_t__c_a_p_a_c_i_t_yInteger
_e_m_p_t_y__e_l_e_m_e_n_t_d_a_t_aObject[]
_d_e_f_a_u_l_t_c_a_p_a_c_i_t_y__e_m_p_t_y__e_l_e_m_e_n_t_d_a_t_aObject[]
element_dataObject[]
sizeInteger
_m_a_x__a_r_r_a_y__s_i_z_eInteger
mod_countInteger

请求示例

GET: /v1.0/devices/xxxid/list-sub?discovery_time=1566973348

返回示例

[
    {
        "owner_id": "5583425******",
        "active_time": 1566973357,
        "update_time": 1566973363,
        "product_id": "tob46aoq******",
        "name": "烟雾报警器",
        "online": true,
        "id": "xxxxx",
        "category": "ywbj"
    }
]

错误码

参考 错误码