Bosch LHN-UC15L-SIP User Manual page 42

Table of Contents

Advertisement

42
en | Direct Bosch camera integration via ATSL
Example Script
In the example, the camera defines two areas that activate two different messages via VGPIs
at the IP Horn loudspeaker/IP Amplifier module.
2023.02 | V01 | F.01U.389.835
HttpCommand sendHttpOn:={
Command("api/ext/v1/vgpis/1")SSL(true)Port(443)IP("10.30.201.236")
Password("pwd12345")UserName("API_username")Method(POST)ForceBasicAuth(true)
ContentType("application/json")
Payload("true")
Name("Http Command 1")
};
HttpCommand sendHttpOff:={
Command("api/ext/v1/vgpis/1")SSL(true)Port(443)IP("10.30.201.236")
Password("pwd12345")UserName("API_username")Method(POST)ForceBasicAuth(true)
ContentType("application/json")
Payload("false")
Name("Http Command 1")
};
HttpCommand sendHttp_2On:={
Command("api/ext/v1/vgpis/2")SSL(true)Port(443)IP("10.30.201.236")
Password("pwd12345")UserName("API_username")Method(POST)ForceBasicAuth(true)
ContentType("application/json")
Payload("true")
Name("Http Command 2")
HttpCommand sendHttp_2Off:={
Command("api/ext/v1/vgpis/2")SSL(true)Port(443)IP("10.30.201.236")
Password("pwd12345")UserName("API_username")Method(POST)ForceBasicAuth(true)
ContentType("application/json")
Payload("false")
Name("Http Command 2")
};
if(VCARule(1,2)) then sendHttpOn else sendHttpOff;
if(VCARule(1,1)) then sendHttp_2On else sendHttp_2Off;
Number of VGPI
IP address of the device
Username and Password of the API user
LHN‑UC15L‑SIP | LHN‑UC15W‑SIP | AMN‑P15‑SIP
User manual
Bosch Security Systems B.V.

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Lhn-uc15w-sipAmn-p15-sip

Table of Contents