Extension Module Configuration

An extension module, such as wired or wireless output module, wireless receiver, wired zone, and so on, can be connected to a security control panel to extend functions.

Function

Description

Get Configuration Capability of Extension Module

Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/SecurityCP/Configuration/extensionModule/capabilities?format=json.

And the configuration capability is returned in the message JSON_ExtensionModuleCap by lpOutputParam.

Set Parameters of A Specific Extension Module

Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/SecurityCP/Configuration/extensionModule/<ID>?format=json and set lpInBuffer of lpInputParam to the message JSON_ExtensionModule.

Get Parameters of All Extension Modules

Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/SecurityCP/Configuration/extensionModule?format=json.

And the parameters are returned in the message JSON_List_ExtensionModule by lpOutBuffer of lpOutputParam.