curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/inverter?name=&page=1&size=10' \
--header 'Authorization: ' \
--header 'Content-Type: application/x-www-form-urlencoded'
{
"type": true,
"code": 200,
"data": {
"totalPages": 1,
"totalElements": 1,
"numberOfElements": 1,
"size": 1,
"number": 0,
"content": [
{
"inverterId": 101, // 主键Id
"concentratorId": 177, // 网关Id
"name": "4636556555", // 设备名称
"online": 0, //在线状态,0 = 离线,1 = 在线
"eui": "213465654613454", // 设备编号
"deviceType": "inverter", //设备类型(变频器)
"status": 0 // 初始添加为0,开启状态为1,关闭状态为3
} more...数组形式数组中的值与上面对象类似
],
"empty": false
}
}