Clarity edit for timelapse and file path (#4744)

* Clarity edit for timelapse and file path

Existing wording for timelapse implies that a value of 1000 results in pictures being taken every millisecond, so the value is in microseconds.

Added link for the whitelist to make it easier to find the relevant config section.

* Shorter URL
This commit is contained in:
DubhAd 2018-02-25 11:21:42 +00:00 committed by Fabian Affolter
parent ac17ed9e2c
commit 50f693badf

View File

@ -61,7 +61,7 @@ vertical_flip:
default: 0 default: 0
type: int type: int
timelapse: timelapse:
description: Takes a picture every millisecond. description: Takes a picture every this many milliseconds (thousands of a second) - the default means one picture a second.
required: false required: false
default: 1000 default: 1000
type: int type: int
@ -72,5 +72,5 @@ file_path:
type: string type: string
{% endconfiguration %} {% endconfiguration %}
The given **file_path** must be an existing file because the camera platform setup performs a writeable check on it. Also, keep in mind that the path should be whitelisted. The given **file_path** must be an existing file because the camera platform setup performs a writeable check on it. Also, keep in mind that the path should be [whitelisted](/docs/configuration/basic/).