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:
klassm 2013-08-25 09:23:47 +00:00
parent 911994edab
commit c057ae5abb

View File

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