I find the good script !
commandArray = {}
if (devicechanged['bouton_intrus']) == 'On' and otherdevices['rgbw_rgbw'] == 'Off' then
commandArray[1]={['OpenURL']='xxx:[email protected]/axis-cgi/io/virtualinput.cgi?action=6:/'}
commandArray[2]={['OpenURL']='xxx:[email protected]/axis-cgi/io ...
Search found 6 matches
- Tuesday 12 January 2016 21:45
- Forum: Cameras
- Topic: request http camera to Axis1034w not working.
- Replies: 7
- Views: 2199
- Wednesday 06 January 2016 16:23
- Forum: Cameras
- Topic: request http camera to Axis1034w not working.
- Replies: 7
- Views: 2199
Re: request http camera to Axis1034w not working.
Then I have news ...
With .lui but I can not do it by creating a scenario, I can access the sound file from my camera and play.
I pass your hand over the motion detector
the fact scenario LED strip light a red and 7 seconds after the sound of my camera resounded.
Here's the scenario:
scenario ...
With .lui but I can not do it by creating a scenario, I can access the sound file from my camera and play.
I pass your hand over the motion detector
the fact scenario LED strip light a red and 7 seconds after the sound of my camera resounded.
Here's the scenario:
scenario ...
- Wednesday 06 January 2016 13:02
- Forum: Cameras
- Topic: request http camera to Axis1034w not working.
- Replies: 7
- Views: 2199
Re: request http camera to Axis1034w not working.
but it does not work...
- Wednesday 06 January 2016 9:21
- Forum: Cameras
- Topic: request http camera to Axis1034w not working.
- Replies: 7
- Views: 2199
Re: request http camera to Axis1034w not working.
yes I do like that.JuanUil wrote:In the on action you end te line with /' and in the off action with \'
- Wednesday 06 January 2016 8:37
- Forum: Cameras
- Topic: request http camera to Axis1034w not working.
- Replies: 7
- Views: 2199
Re: request http camera to Axis1034w not working.
Thanks for your help. Is Google translation correct?
I redid the two scripts like this:
For On;
commandArray = {}
if (devicechanged['fgms001']) == 'On' then
commandArray['OpenURL']='http://192.168.1.99:99/axis-cgi/io/virtualinput.cgi?action=6:/'
end
return commandArray
For Off:
commandArray ...
I redid the two scripts like this:
For On;
commandArray = {}
if (devicechanged['fgms001']) == 'On' then
commandArray['OpenURL']='http://192.168.1.99:99/axis-cgi/io/virtualinput.cgi?action=6:/'
end
return commandArray
For Off:
commandArray ...
- Wednesday 06 January 2016 0:36
- Forum: Cameras
- Topic: request http camera to Axis1034w not working.
- Replies: 7
- Views: 2199
request http camera to Axis1034w not working.
Hello First I apologize for my English translated by Google.
I own a camera Axis1034W, I created an event in the camera to emit a sound with this address:
http://192.168.1.xx:xx/axis-cgi/io/virtualinput.cgi?action=6:/ is used to activate
http://192.168.1.xx:xx/axis-cgi/io/virtualinput.cgi?action ...
I own a camera Axis1034W, I created an event in the camera to emit a sound with this address:
http://192.168.1.xx:xx/axis-cgi/io/virtualinput.cgi?action=6:/ is used to activate
http://192.168.1.xx:xx/axis-cgi/io/virtualinput.cgi?action ...