{
"userName": "", // 用户名
"userId": "", // 用户id
"deviceId": "", // 设备IotId
"value": 123.000 // 需要限制的功率值
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/deviceServe/limitPhotovoltaicPower' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"userName": "", // 用户名
"userId": "", // 用户id
"deviceId": "", // 设备IotId
"value": 123.000 // 需要限制的功率值
}'
{
"code": 0,
"message": "操作成功",
"data": "string",
"success": "true"
}