open API如何接收设备上报数据问题
现用open API开发应用,使用API接口设置数据点后,请问如何通过接口或者其他方式获取设备上传回来的状态数据?可以先查看log,查看是否有数据。然后查看对应的接口。 请求示例
curl --include \
--header "Content-Type: application/json" \
--header "X-Gizwits-Application-Id: {appid}" \
'http://api.gizwits.com/app/devices?product_key=product_key&mac=112233445566' 通过 Open API 只能查询对应的设备状态。需要接收上报的话,要支持原生通信协议。
页:
[1]