Onenet云平台(Android Studio++HTTPAPI+postman)

发布时间:2026/6/28 8:53:40
Onenet云平台(Android Studio++HTTPAPI+postman) 一、上报数据本文作者:CZJ1、填写鉴权信息,post方式,onenet云平台创建时为云平台直连设备方式,最好是直连设备mqtt协议protocolmqtt2、设备post如下https://open.iot.10086.cn/fuse/http/device/thing/property/post?topic$sys/设备id/设备名称/thing/property/postprotocolmqtt如上文描述填写设备id和产品id既可3、post的body示例其中id可以在启用Onenet数据上报调试处获得。二、Get获取数据1、Get示例https://iot-api.heclouds.com/thingmodel/query-device-property2、填写token完成操作三、android关键代码