curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/inverter/' \
--header 'Authorization: ' \
--header 'Content-Type: application/x-www-form-urlencoded'
{
"type": true,
"code": 200,
"data": {
"id": 1468, // 网关Id
"name": "变频器4232", 设备名称
"eui": "8454556465567891", // 设备编号
"deviceType": "inverter", // 设备类型
"online": 1, // 在线状态,0 = 离线,1 = 在线
"status": 3, // 初始添加为0,开启状态为1,关闭状态为3
"sort": 0, // 排序
"iccid": null, // 物联网卡号
"tenantId": 12, //租户Id
"remark": null, // 备注
"inverterId": 119, // 变频器Id
"givenPressure": 5.0, // 给定压力
"maxPressure": null, // 最大压力
"minPressure": null, // 最小压力
"fault": null, // 故障码
"concentratorId": 1468, // 网关Id
"period": 10, //上传周期,单位:分钟
"inverterRealData": { // 最新数据
"freq": 30.0, // 运行频率(单位:Hz,分辨率:0.01)
"voltage": 50.0, // 母线电压(单位:V,分辨率:0.1)
"current": 60.0, // 输出电流(单位:A,分辨率:0.1)
"realPress": 8.0, // 实时反馈压力(单位:KPa,分辨率:1)
"uploadTime": "1684997031745", // 上发时间
"objectId": "1234567498" // 数据唯一标识
"newestTime": "1684997031745", // 上发时间
}
}
}