2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 23:06:37 +00:00

Pushover: use HTTP/1.1

git-svn-id: https://svn.fhem.de/fhem/trunk@13388 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2017-02-11 13:34:30 +00:00
parent c44a1945e6
commit 4649d19354

View File

@ -264,6 +264,7 @@ sub Pushover_SendCommand($$;$\%) {
service => $service,
cmd => $cmd,
type => $type,
httpversion => "1.1",
callback => \&Pushover_ReceiveCommand,
}
);