Repeater Configuration

A repeater is an electronic device that receives a signal and retransmits it. It is used to extend transmissions so that the signal can cover longer distances or be received on the other side of an obstruction.

Function

Description

Get Repeater Configuration Capability

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

Get All Repeaters' Parameters

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

Set One Repeater's Parameters

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