Get

Function

This API contains parameters for setting light and sound sirens.

Request Message

None.

Sample:

POST /API/PreviewChannel/ManualAlarm/Get HTTP/1.1
{
    "version": "1.0",
    "data":{
    }
}

Response Message

Parameter Description

Table 1
ParameterRangeTypeDescription
Local->1boolLocal->1 channel alarm switch
......bool......
Loca->xboolLocal->x channel alarm switch
IP_CH1->1boolIP_CH1->1 channel alarm switch
......bool......
IP_CHx->xboolIP_CHx->x channel alarm switch

Sample:

HTTP/1.1 200 OK
Content-Type: application/json
{
    "result":"success",
    "data":{
        "Local->1": false,
        "IP_CH1->1": false,
        "IP_CH12->1": false
    }
}

Error Code

See Response Messages Body and Common error_code for more information.