2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2024-11-22 02:59:49 +00:00

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
This commit is contained in:
klassm 2016-09-06 15:58:44 +00:00
parent 03aa7ff2a7
commit d87c93ae88

View File

@ -110,6 +110,7 @@ sub gcmsend_sendPayload($%) {
my $data =
"{".
"\"registration_ids\":".gcmsend_array_to_json(@registrationIds).",".
"\"priority\": \"high\"" . "," .
"\"data\": $jsonPayload".
"}";