on_event_start
- Type: String
- Range / Valid values: Max 4095 characters
- Default: Not defined
- Group: Script Execution
Command to be executed when an event starts. An event starts at first motion detected after a period of no motion defined by gap. You can use
ConversionSpecifiers and spaces as part of the command., Command to be executed when an event starts. An event starts at first motion detected after a period of no motion defined by gap. You can use
ConversionSpecifiers and spaces as part of the command.
Full path name of the program/script.
This can be any type of program or script. Remember to set the execution bit in the ACL and if it is a script type program such as perl or bash also remember the shebang line (e.g. #!/user/bin/perl) as the first line of the script.
The command is run when an event starts. I.e. the first motion is detected since the last event.
This option replaces the former options 'mail', 'sms' and 'execute'