Skip to content

Release 1.6

Compare
Choose a tag to compare
@tropicoo tropicoo released this 17 Oct 23:25
· 86 commits to master since this release

Release info

Version: 1.6

Release date: October 18, 2022

Important

  1. Full reconfiguration is required (or manual editing of your current config.json config file)

New features

  1. Added new boolean config variable send_text to control sending an alert text message for every type of detection
...
      "alert": {
        "motion_detection": {
          ...
          "send_text": true
        },
        "line_crossing_detection": {
          ...
          "send_text": true
        },
        "intrusion_detection": {
          ...
          "send_text": true
        }
      },
...
  1. Added a new config section picture to control which channel is used for taking pictures. Useful when several cameras are accessible through one IP address or host.
...
      "picture": {
        "on_demand": {
          "channel": 101
        },
        "on_alert": {
          "channel": 101
        }
      },
...

Misc

N/A