From f7eebc08dd41dd2b0198df7c88f265a4d8bd6982 Mon Sep 17 00:00:00 2001 From: dcmartin Date: Thu, 19 Nov 2020 04:09:14 +0000 Subject: [PATCH] lgtm --- sh/run.motion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/run.motion.sh b/sh/run.motion.sh index 402b62bfd..c06d1dc50 100755 --- a/sh/run.motion.sh +++ b/sh/run.motion.sh @@ -5,7 +5,7 @@ HOSTID=$(uname -n | sed 's/[-+#]*//g') # container LABEL='motion' -IMAGE='dcmartin/addon-motion-video0:0.10.13' +IMAGE='dcmartin/addon-motion-video0:0.10.14' # defaults OPTIONS='{"log_level":"info","log_motion_level":"info","log_motion_type":"ALL","default":{"changes":"on","event_gap":5,"framerate":5,"minimum_motion_frames":10,"post_pictures":"best","text_scale":2,"threshold_maximum":100000,"threshold_percent":1,"username":"username","password":"password","netcam_userpass":"username:password","width":640,"height":480},"mqtt":{"host":"127.0.0.1","port":1883,"username":"username","password":"password"},"group":"motion","device":"rpi0w","client":"rpi0w","timezone":"America/Los_Angeles","cameras":[{"name":"local","framerate":5,"palette":8,"type":"local","device":"/dev/video0","width":640,"height":480}]}'