Partition, which is an independent control system of a security control panel, allows you to batch arm or disarm all zones in it. If the security control panel has two partitions, you have two independent systems for arming or disarming.
Function |
Description |
---|---|
Get Partition Configuration Capability |
Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/SecurityCP/Configuration/subSys/capabilities?format=json. And the configuration capability is returned in the message JSON_SubSysCap by the output parameter (lpOutputParam). |
Set Parameters of A Specific Partition |
Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/SecurityCP/Configuration/subSys/<ID>?format=json and set the input buffer (lpInBuffer) of the input parameter (lpInputParam) to the message JSON_SubSys. |
Get Parameters of All Partitions |
Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/SecurityCP/Configuration/subSys?format=json. And the parameters are returned in the message JSON_List_SubSys by the output buffer (lpOutBuffer) of the output parameter (lpOutputParam). |
Public partition is considered a special partition which can be shared by other partitions. It is usually applied to manage or control the public area related with other areas controlled by other partitions in one building. The public partition is armed automatically when all partitions linked with the public partition are in the arming status. The public partition is disarmed automatically when any of partitions linked with the public partition is in the disarming status. You can also arm or disarm the public partition independently.
Function |
Description |
---|---|
Get Configuration Capability of Public Partition |
Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/SecurityCP/Configuration/publicSubSys/capabilities?format=json. And the configuration capability is returned in the message JSON_PublicSubSysCap by the output parameter (lpOutputParam). |
Set Parameters of A Specific Public Partition |
Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/SecurityCP/Configuration/publicSubSys/<ID>?format=json and set the input buffer (lpInBuffer) of the input parameter (lpInputParam) to the message JSON_PublicSubSys. |
Get Parameters of All Public Partitions |
Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/SecurityCP/Configuration/publicSubSys?format=json. And the parameters are returned in the message JSON_List_PublicSubSys by the output buffer (lpOutBuffer) of the output parameter (lpOutputParam). |