POST /protocols/ips-luminaire/luminaires/{luminairePositionID}/reset
FROM API REVISION 5.0
If this parameter is not in the request, the Application/Json will be chosen by default.
There are multiple possible values (according the resource):
The first two are the most often used.
There are multiple possible values according the resource:
If this parameter is not present during the request, and error 415 Unsupported Media Type will be thrown.
The Content-Length entity-header field indicates the size of the entity-body.
This is the luminairePositionID
property of a Luminaire object.
Object Name: LuminaireReset
Property Name | Type | Description | Method |
---|---|---|---|
Timeout | Integer | This the the time the command will be advertised. Min Value: 1 Max Value: 30 Default Value: 1 |
POST |
URL Example: https://0.0.0.0/api/rest/v1/protocols/ips-luminaire/luminaires/1/reset
{
"timeout": 10
}
Url Example: https://0.0.0.0/api/rest/v1/protocols/ips-luminaire/luminaires/1/reset
<?xml version="1.0" encoding="utf-8"?>
<LuminaireReset>
<Timeout>10</Timeout>
</LuminaireReset>