If you would like to use a GJD IP detector to trigger a digital alarm on a LILIN NVR use the code below:
http://<username>:<password>@<IP Address>/trigger?digitalinput=0
Working Example
http://admin:1111@192.168.0.111/trigger?digitalinput=0
The link above will trigger a digital alarm for channel 1 on the NVR. To trigger a different channel on the NVR, adjust the last digit in the URL.
0 = Channel 1
1 = channel 2
15 = channel 16
So to trigger the digital alarm input for NVR channel 7 you would use the following URL:
http://admin:1111@192.168.0.111/trigger?digitalinput=6
0 Comments