mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-09 13:45:33 +00:00
70_PushNotifier: remove messages in FHEM-logfile
git-svn-id: https://svn.fhem.de/fhem/trunk@10211 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
236fef3880
commit
1736d83761
@ -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
|
||||
|
@ -145,7 +145,7 @@ PushNotifier_Send_Message
|
||||
$result.="Regex ".$hash->{deviceID}." seems not to fit on any of your devices.";
|
||||
}
|
||||
|
||||
return $result;
|
||||
return;
|
||||
}
|
||||
|
||||
1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user