Changed: OPENWEATHER added

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6942 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch
2014-11-10 19:24:00 +00:00
parent 461b845e4e
commit 79baaf2555

View File

@@ -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)