Skip to content

Apple Script Issues with 4.2.11

edited June 2019 in SecuritySpy
I'm having problems with my apple scripts since upgrading to 4.2.11.

For example: the following script:

tell application "SecuritySpy"
disarm mode All
end tell


returns an error:

error "SecuritySpy got an error: Invalid camera" number 5010
( I don't have a camera by this number)

If I specify a single camera by name, then everything is fine.

Thanks in advance for your help.

Comments

  • This command requires you to specify a camera, either by number or by name, for example:

    disarm camera number 0 mode All

    To have the command apply to all cameras, specify a camera number of -1.
  • That worked great. Thanks so much.
Sign In or Register to comment.