git-svn-id: https://svn.fhem.de/fhem/trunk@5962 2b470e98-0d58-463d-a4d8-8e2adae1ed80

This commit is contained in:
tpoitzsch 2014-05-25 06:25:03 +00:00
parent 94a5a88993
commit 3aaa0acb33

View File

@ -1,5 +1,7 @@
# 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: new module 98_statistics.pm: hourly, daily, monthly, yearly
statistics for min/avg/max/delta/duration of selected readings
- added: new module 52_I2C_MCP23017.pm (klausw)
- feature: Dashboard Configuration-Dialog for Tabs
- feature: new module 33_readingsHistory.pm added (justme1968)