From 33906ac2b276881ea429c11c2a6b3a573f0104b9 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/fhem@12125 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/98_gcmsend.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/98_gcmsend.pm b/contrib/98_gcmsend.pm index c07a9ba49..f8ad92424 100644 --- a/contrib/98_gcmsend.pm +++ b/contrib/98_gcmsend.pm @@ -110,6 +110,7 @@ sub gcmsend_sendPayload($%) { my $data = "{". "\"registration_ids\":".gcmsend_array_to_json(@registrationIds).",". + "\"priority\": \"high\"" . "," . "\"data\": $jsonPayload". "}";