diff --git a/fhem/contrib/99_gcmsend.pm b/fhem/contrib/99_gcmsend.pm index c35c48e00..1c887ff22 100644 --- a/fhem/contrib/99_gcmsend.pm +++ b/fhem/contrib/99_gcmsend.pm @@ -96,6 +96,7 @@ sub gcmsend_message($$$) { } elsif ($hash->{STATE} != "OK") { $hash->{STATE} = "OK"; } + return undef; } sub gcmsend_notify($$)