README Fix updateInterval for currentweather, weatherforecast:

Fix milliseconds in the example for the updateInterval option
This commit is contained in:
Rodrigo Ramírez Norambuena 2016-10-27 11:12:15 -03:00
parent ced412372c
commit cd146cf822
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ The following properties can be configured:
<td><code>updateInterval</code></td>
<td>How often does the content needs to be fetched? (Milliseconds)<br>
<br><b>Possible values:</b> <code>1000</code> - <code>86400000</code>
<br><b>Default value:</b> <code>300000</code> (10 minutes)
<br><b>Default value:</b> <code>600000</code> (10 minutes)
</td>
</tr>
<tr>

View File

@ -84,7 +84,7 @@ The following properties can be configured:
<td><code>updateInterval</code></td>
<td>How often does the content needs to be fetched? (Milliseconds)<br>
<br><b>Possible values:</b> <code>1000</code> - <code>86400000</code>
<br><b>Default value:</b> <code>300000</code> (10 minutes)
<br><b>Default value:</b> <code>600000</code> (10 minutes)
</td>
</tr>
<tr>