diff --git a/fhem/CHANGED b/fhem/CHANGED index 68e221fc9..7686ad682 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # 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. + - bugfix: 70_PushNotifier: remove messages fron FHEM-logfile - feature: 49_SSCam: function "snap" for taking snapshots added, - bugfix: 49_SSCam: fixed a bug that functions may impact each other - feature: 31_MilightDevice: Add restoreAtStart attribute so group devices (slot 'A') do not restore state by default at startup diff --git a/fhem/FHEM/70_PushNotifier.pm b/fhem/FHEM/70_PushNotifier.pm index d133bded1..b586ced94 100644 --- a/fhem/FHEM/70_PushNotifier.pm +++ b/fhem/FHEM/70_PushNotifier.pm @@ -145,7 +145,7 @@ PushNotifier_Send_Message $result.="Regex ".$hash->{deviceID}." seems not to fit on any of your devices."; } - return $result; + return; } 1;