sys/{product_id}/{device_id}/thing/properties/gateway/get/all
{
"id": "123",
"version": "1.0",
"method": "thing.properties.gateway.get.all"
}
参数 | 类型 | 说明 |
---|---|---|
id | String | 消息ID,用于标识每一条Payload,每个消息ID在当前设备中具有唯一性 |
version | String | 协议版本号,目前协议版本号唯一取值为1.0 |
method | String | 请求方法。例如:thing.properties.gateway.get.all |
Topic
用于触发对应网关下所有设备的全量数据查询(数据同步),回复的数据通过设备 - 属性 - 批量属性上报进行上报