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:
parent
c44a1945e6
commit
4649d19354
@ -264,6 +264,7 @@ sub Pushover_SendCommand($$;$\%) {
|
||||
service => $service,
|
||||
cmd => $cmd,
|
||||
type => $type,
|
||||
httpversion => "1.1",
|
||||
callback => \&Pushover_ReceiveCommand,
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user