Start commande after alarm
Posted: Fri Sep 26, 2014 4:46 pm
Hi
I have two cam
When alarm is detected on camera "derriere"
I wan t to start this command
So i create filters and start command but nothing
Do you have a example for start command after alarm
Thanks
I have two cam
When alarm is detected on camera "derriere"
I wan t to start this command
Code: Select all
#!/usr/bin/python
import urllib2
urllib2.urlopen("http://10.0.0.1:8080/json.htm?type=command¶m=switchlight&idx=43&switchcmd=On")
Do you have a example for start command after alarm
Thanks