简要描述:
- 查询设备最新详情
请求URL:
[http://120.26.60.111:8081/v1/api/schedule/add](http://127.0.0.1:9090/v1/api/device/add)
请求方式:
- POST/JSON
参数:
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| clientId | 是 | string | 客户端Id,16位长度 |
| topic | 是 | string | 格式:/device/cmd/down/${productKey/6}/${deviceId/16} |
| payload | 是 | string | json格式,{“type”:”cmd”,”payload”:{“x1”:11,”x2”:22}} |
| qos | 是 | int | 服务质量,取值:0/1/2 |
返回示例
{"code": 10000,"msg": "ok","data": null}
