Web server, address all cameras similar to AppleScript -1?
# No override
curl "http://127.0.0.1:8000/++ssSetOverride?auth=dXNlcjpwYXNz&cameraNum=-1&mode=A&id=0"
Can I address all cameras with one line /request in a script? Thanks!
curl "http://127.0.0.1:8000/++ssSetOverride?auth=dXNlcjpwYXNz&cameraNum=-1&mode=A&id=0"
Can I address all cameras with one line /request in a script? Thanks!
Comments
-
I want to clear all overrides with a web request.
-
Good ideal. Currently this is not possible (each camera has to be set individually via this web command) but we'll make sure to add the "-1" wildcard for "all cameras" in the next update.
-
That's great! Thanks very much.
-
This has now been added to the latest beta version of SecuritySpy (currently 5.2.1b8) so please test this and confirm it works as expected.
