查询家庭下的设备列表

更新时间:2023-06-01 06:20:17下载pdf

本文介绍查询家庭下的设备列表的 API。

接口描述

根据家庭 ID查询家庭下的设备列表。

接口地址

GET: /v1.0/homes/{home_id}/devices

请求参数

参数名 类型 参数位置 是否必填 说明
home_id Long uri true 家庭ID

返回参数

参数名 类型 说明
result List

result 说明

参数名 类型 说明
id String 设备ID
uuid String 设备唯一标识
uid String 用户ID
biz_type Integer 应用bizType
name String 设备名称
time_zone String 时区
ip String 设备ip
local_key String 密钥
sub Boolean 判断是否为子设备,true 是,false 不是
model String 产品型号
create_time Long 设备初次配网时间
update_time Long 设备状态更新时间
active_time Long 设备上次配网时间
status List 设备功能状态
owner_id String 设备拥有者ID
product_id String 产品ID
product_name String 产品名
category String 产品类别
icon String 设备图标
online Boolean 是否在线,true 在线,false 不在线
node_id String sub=true 时存在,即子设备存该值
lat String 纬度

status 说明

参数名 类型 说明
code String 功能code
value Object 功能值

请求示例

GET: /v1.0/homes/3196002/devices
{}

错误码

参考 错误码