option to show rain amount

This commit is contained in:
Joseph Bethge
2016-10-14 23:07:13 +02:00
parent 84dc1fa151
commit bd49bd6e33
3 changed files with 27 additions and 1 deletions

View File

@@ -72,6 +72,14 @@ The following properties can be configured:
<br>This value is optional. By default the weatherforecast module will return 7 days.
</td>
</tr>
<tr>
<td><code>showRainAmount</code></td>
<td>Should the predicted rain amount be displayed?<br>
<br><b>Possible values:</b> <code>true</code> or <code>false</code>
<br><b>Default value:</b> <code>false</code>
<br>This value is optional. By default the weatherforecast module will not display the predicted amount of rain.
</td>
</tr>
<tr>
<td><code>updateInterval</code></td>
<td>How often does the content needs to be fetched? (Milliseconds)<br>