curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/gateway-water/collection/' \
--header 'Authorization: ' \
--header 'Content-Type: Content-Type: application/x-www-form-urlencoded'
{
"type": true,
"code": 200,
"data": [
{
"id": 11153, //节点主键Id
"name": "1#空气湿度", // 节点名称
"newestData": 25.6, // 最新数据
"newestTime": "2023-11-01 16:07:30", // 最新上报时间
"node": "1", // 节点
"circuit": "airH", // 节点回路
"sensorType": null, // 传感器类型
"protocol": "simple",
"extraNode": null,
"typeId": null,
"concentratorId": 10231,
"online": 1, // 是否在线,0=离线,1=在线
"unit": "%", // 单位
"description": "" //描述
},more...数组形式数组中的值与上面对象类似
]
}