From d87c93ae88cf5c9b6d3c2e56d6613bef1259a6e5 Mon Sep 17 00:00:00 2001 From: klassm <> Date: Tue, 6 Sep 2016 15:58:44 +0000 Subject: [PATCH] 98_gcmsend: Set priority of GCM messages to high, so that messages are delivered instantly git-svn-id: https://svn.fhem.de/fhem/trunk@12125 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/98_gcmsend.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/contrib/98_gcmsend.pm b/fhem/contrib/98_gcmsend.pm index c07a9ba49..f8ad92424 100644 --- a/fhem/contrib/98_gcmsend.pm +++ b/fhem/contrib/98_gcmsend.pm @@ -110,6 +110,7 @@ sub gcmsend_sendPayload($%) { my $data = "{". "\"registration_ids\":".gcmsend_array_to_json(@registrationIds).",". + "\"priority\": \"high\"" . "," . "\"data\": $jsonPayload". "}";