From 79baaf2555bba4bff9aa73efbfbbb996bf21208e Mon Sep 17 00:00:00 2001 From: tpoitzsch Date: Mon, 10 Nov 2014 19:24:00 +0000 Subject: [PATCH] Changed: OPENWEATHER added git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6942 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index abc067252..c153a5ee6 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,11 +1,12 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - added: OPENWEATHER: captures weather forecast from API of www.wetter.com - fhem 5.6 released - 2014-11-09 (5.6) - bugfix: FB_CALLMONITOR: fixing race condition of missing events while performing multiple calls - - added: PROPLANTA: captures weather forecast from www.proplanta.de + - added: PROPLANTA: captures weather forecast from web page www.proplanta.de - feature: 15_CUL_EM added attribute maxPeak (arnoaugustin) - bugfix: 10_IT changed "setstate" to avoid eventMap errors (arnoaugustin) - feature: new module 37_harmony.pm added (justme1968)