Access Module Configuration

Function

Description

Get the capability of adding zones, relays, or sirens to the access module according to the access module type

Call NET_DVR_STDXMLConfig to transmit the request URI: POST /ISAPI/SecurityCP/Configuration/accessModule/addType/capabilities?format=json and set lpInputParam to the message JSON_accessModuleType.

The capability is returned in the message JSON_AccessModuleAddTypeCap by lpOutputParam.

Set parameters for adding zones, relays, or sirens to the access module

Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/SecurityCP/Configuration/accessModule/addType?format=json and set lpInputParam to the message JSON_accessModuleAddType.

The returned information after adding a zone/peripheral is in the message JSON_accessModuleAddResult by lpOutputParam.