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:
klassm
2013-08-25 09:23:47 +00:00
parent 4dac5dd866
commit 96fed68c6f

View File

@@ -96,6 +96,7 @@ sub gcmsend_message($$$) {
} elsif ($hash->{STATE} != "OK") {
$hash->{STATE} = "OK";
}
return undef;
}
sub gcmsend_notify($$)