explicitely return undef to avoid log messages
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3786 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -96,6 +96,7 @@ sub gcmsend_message($$$) {
|
||||
} elsif ($hash->{STATE} != "OK") {
|
||||
$hash->{STATE} = "OK";
|
||||
}
|
||||
return undef;
|
||||
}
|
||||
|
||||
sub gcmsend_notify($$)
|
||||
|
||||
Reference in New Issue
Block a user