From cd146cf822b8b5ab413451d912819bc43d0b199a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Thu, 27 Oct 2016 11:12:15 -0300 Subject: [PATCH] README Fix updateInterval for currentweather, weatherforecast: Fix milliseconds in the example for the updateInterval option --- modules/default/currentweather/README.md | 2 +- modules/default/weatherforecast/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/default/currentweather/README.md b/modules/default/currentweather/README.md index 067dce54..84d4e2c5 100644 --- a/modules/default/currentweather/README.md +++ b/modules/default/currentweather/README.md @@ -68,7 +68,7 @@ The following properties can be configured: updateInterval How often does the content needs to be fetched? (Milliseconds)

Possible values: 1000 - 86400000 -
Default value: 300000 (10 minutes) +
Default value: 600000 (10 minutes) diff --git a/modules/default/weatherforecast/README.md b/modules/default/weatherforecast/README.md index 0d321aa3..df89ffe9 100644 --- a/modules/default/weatherforecast/README.md +++ b/modules/default/weatherforecast/README.md @@ -84,7 +84,7 @@ The following properties can be configured: updateInterval How often does the content needs to be fetched? (Milliseconds)

Possible values: 1000 - 86400000 -
Default value: 300000 (10 minutes) +
Default value: 600000 (10 minutes)