Set
Function
This API is used to set Channel > POE Power page parameters.
Request Message
Parameter | Range | Type | Description |
---|---|---|---|
total_power_value | 0-560 | int | Customize the total POE power value. |
Sample:
POST /API/ChannelConfig/PoePower/Set HTTP/1.1
{
"version": "1.0",
"data": {
"total_power_value":128
}
}
Response Message
Sample:
HTTP/1.1 200 OK
Content-Type: application/json
{
"result": "success",
"data": {}
}
Error Code
See Response Messages Body and Common error_code for more information.