diff --git a/fhem/CHANGED b/fhem/CHANGED index bdbcb49b9..025474834 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -536,8 +536,9 @@ - bugfix: loosing data when sending FS20 messages in a group - bugfix: better handling of disconnected CUN - feature: softfhtbuffer added to CUL - - bugfix: pgm3: Pulldown-Menu without selected FHTDEV not possible any more + - bugfix: pgm3: Pulldown-Menu FHTDEV with error-check (MartinH) - feature: duplicate buffer added for multi-cul/-fhz setups - feature: 20_OWFS.pm for 1-Wire via OWFS added (Martin Fischer) - feature: 21_OWTEMP.pm for 1-Wire Digital Thermometer added (Martin Fischer) - feature: CUL_FHTTK from Kai + - feature: pgm3: Google-Weather, Battery-Check, Log-View added (MartinH) diff --git a/fhem/HISTORY b/fhem/HISTORY index ccebbd7ec..3a5a710b2 100644 --- a/fhem/HISTORY +++ b/fhem/HISTORY @@ -444,3 +444,10 @@ Duplicates within 0.5 seconds are filtered if they are not reported by the same IO Unit. Existing check for IODev removed from BS USF1000 FS20 FHT HMS KS300 CUL_WS CUL_EM X10. + +- Mon Nov 16 2009 (MartinH) + - pgm3: Google-Weather-Api added. Display of all Logs including the + FS20-devices (grep on fhem.log) The status of the batteries of FHT and HMS + are shown in the graphics. php4 disabled. Now only php5 is supported. A + lot of examples of the UserDefs are added. The pgm3-section of fhem.html was + changed. diff --git a/fhem/docs/fhem.html b/fhem/docs/fhem.html index 35280b99b..2a6a02811 100644 --- a/fhem/docs/fhem.html +++ b/fhem/docs/fhem.html @@ -216,25 +216,27 @@ If you are using cygwin for your perl installation you can follow the guidelines

Web frontend 3 (webfrontend/pgm3)