]> www.vanbest.org Git - motioneye-debian/commitdiff
accept zero value motion gap
authorJoo Aun Saw <jasaw@dius.com.au>
Tue, 6 Jun 2017 03:17:39 +0000 (13:17 +1000)
committerJoo Aun Saw <jasaw@dius.com.au>
Tue, 6 Jun 2017 03:17:39 +0000 (13:17 +1000)
motioneye/templates/main.html

index eb6ff4965f54cd4332d6e27a759378ffe2379495..0cd4c29878848390e4e632837f47283664d0cdb7 100644 (file)
                     <tr class="settings-item advanced-setting">
                         <td colspan="100"><div class="settings-item-separator"></div></td>
                     </tr>
-                    <tr class="settings-item advanced-setting" min="1" max="86400" required="true">
+                    <tr class="settings-item advanced-setting" min="0" max="86400" required="true">
                         <td class="settings-item-label"><span class="settings-item-label">Motion Gap</span></td>
                         <td class="settings-item-value"><input type="text" class="number styled motion-detection camera-config" id="eventGapEntry"><span class="settings-item-unit">seconds</span></td>
                         <td><span class="help-mark" title="sets the number of seconds of silence (i.e. no motion) that mark the end of a motion event">?</span></td>