mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
explicitely return undef to avoid log messages
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3786 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
911994edab
commit
c057ae5abb
@ -96,6 +96,7 @@ sub gcmsend_message($$$) {
|
||||
} elsif ($hash->{STATE} != "OK") {
|
||||
$hash->{STATE} = "OK";
|
||||
}
|
||||
return undef;
|
||||
}
|
||||
|
||||
sub gcmsend_notify($$)
|
||||
|
Loading…
x
Reference in New Issue
Block a user