Output Module Configuration

Here, the output module is a physical relay, an electrically operated switch. The terminal on the relay can be powered on or off immediately, which make normal close or normal open terminal pull in or out for opening or closing the door.

Function

Description

Get Output Module Configuration Capability

Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/SecurityCP/Configuration/outputModules/capabilities?format=json, and the capability is returned in the message of JSON_OutputModuleCap.

Get All Output Modules' Parameters

Call NET_DVR_STDXMLConfig to transmit the request URI: GET /ISAPI/SecurityCP/Configuration/outputModules?format=json, and the configuration parameters are returned in the message of JSON_List_OutputModule.

Set One Output Module's Parameters

Call NET_DVR_STDXMLConfig to transmit the request URI: PUT /ISAPI/SecurityCP/Configuration/outputModules/<ID>?format=json, and set the request message to JSON_OutputModule.