You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exclude battery cams from scheduled RTSP snapshots (#970)
New ENV/Options:
MOTION_API=True to enable motion events. (Default: False)
MOTION_INT=<float> number of seconds between motion checks. (Default: 1.5)
MOTION_START=True to have the bridge initiate a connection to the camera on a motion event. (Default: False)
MOTION_WEBHOOK=<str> webhooks url. Can use {cam_name} in the url to make a request to a url with the camera name. Image url and title are available in the request header.
MOTION_WEBHOOK_<CAM-NAME>=<str> Same as MOTION_WEBHOOK but for a specific camera.