Added known issue to MJPEG cameras, moved customize polling interval to its own category, minor fixes

This commit is contained in:
Lindsay Ward 2016-03-28 16:28:23 +10:00
parent 6138fff8ea
commit 2d085f9518
4 changed files with 10 additions and 6 deletions

View file

@ -31,3 +31,7 @@ Configuration variables:
- **name** *Optional*: This parameter allows you to override the name of your camera.
- **username** *Optional*: The username for accessing your camera.
- **password** *Optional*: The password for accessing your camera.
<p class='note'>
There is a <a href="https://github.com/shazow/urllib3/issues/800" target="_blank">known issue in urllib3</a> that you will get error messages in your logs like <code>[StartBoundaryNotFoundDefect(), MultipartInvariantViolationDefect()], unparsed data: ''</code> but the component still works fine. You can ignore the messages.
</p>