diff --git a/fhem/CHANGED b/fhem/CHANGED index aa880bce2..f68f7d0fc 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -371,6 +371,7 @@ - feature: contrib/82_M232Voltage.pm (by Boris, 24.12) - feature: delattr renamed to deleteattr (Rudi, 29.12) - feature: device spec (list/range/regexp) for most commands implemented + - feature: %NAME, %EVENT, %TYPE parameters in notify definition - TODO emem -2.5kW / getDevData for emwz -1 diff --git a/fhem/HISTORY b/fhem/HISTORY index 9ffd349af..7f8354ee3 100644 --- a/fhem/HISTORY +++ b/fhem/HISTORY @@ -170,3 +170,7 @@ it may contain a list of devices, a range of devices, or multiple devices identified by regexp. Following commands take a devicespec as argument: attr, deleteattr, delete, get, list, set, setstate, trigger + +- Boris Sat Dec 29 16:56:00 CET 2007 + - %NAME, %EVENT, %TYPE parameters in notify definition, commandref.html update +