The timer of security control panel or partition can be used to set arming or disarming schedule, control the enter delay or exit delay, and set the alarm delay time, audio warning duration, or heartbeat interval.
Function |
Description |
---|---|
Get Timer Configuration Capability |
Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/SecurityCP/Configuration/subSysTime/capabilities?format=json And the capability is returned in the message JSON_SubSysTimeCap by the output parameter (lpOutputParam). |
Get All Timers' Parameters |
Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/SecurityCP/Configuration/subSysTime?format=json And the parameters are returned in the message of JSON_List_SubSysTime by the output buffer (lpOutBuffer) of the output parameter (lpOutputParam). |
Set One Timer's Parameters |
Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/SecurityCP/Configuration/subSysTime/<ID>?format=json, and set the input buffer (lpInBuffer) of the input parameter (lpInputParam) to the message JSON_SubSysTime. |
Function |
Description |
---|---|
Get Configuration Capability of Security Control Panel Timer |
Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/SecurityCP/Configuration/deviceTime/capabilities?format=json. And the configuration capability is returned in the message JSON_DeviceTimeCap by the output parameter (lpOutputParam). |
Get Parameters of Security Control Panel Timer |
Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/SecurityCP/Configuration/deviceTime?format=json. And the parameters are returned in the message JSON_DeviceTime by the output buffer (lpOutBuffer) of the output parameter (lpOutputParam). |
Set Parameters of Security Control Panel Timer |
Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/SecurityCP/Configuration/deviceTime?format=json and set the input buffer (lpInBuffer) of the input parameter (lpInputParam) to the message JSON_DeviceTime. |