Authorization: ********************{
"alertUserList": [
{
"alertUserId": 0,
"alertType": -127,
"status": 0
}
],
"deviceId": "string",
"deviceName": "string",
"model": "string",
"stationId": "string",
"effectStatus": 0
}curl --location --request POST '/management/power-sensor/add' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"alertUserList": [
{
"alertUserId": 0,
"alertType": -127,
"status": 0
}
],
"deviceId": "string",
"deviceName": "string",
"model": "string",
"stationId": "string",
"effectStatus": 0
}'{
"code": "",
"msg": "",
"data": {
"id": 0,
"deviceId": "",
"deviceName": "",
"model": "",
"stationId": "",
"effectStatus": 0,
"createTime": "",
"modifyTime": "",
"tenantId": "",
"appId": ""
},
"stackTraceMsg": ""
}