Release 1.6
Release info
Version: 1.6
Release date: October 18, 2022
Important
- Full reconfiguration is required (or manual editing of your current
config.json
config file)
New features
- 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
}
},
...
- 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