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
1000
- 86400000
- 300000
(10 minutes)
+ 600000
(10 minutes)
updateInterval
1000
- 86400000
- 300000
(10 minutes)
+ 600000
(10 minutes)