2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 13:26:02 +00:00

THINKINGCLEANER: use HTTP/1.1

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

View File

@ -1102,6 +1102,7 @@ sub THINKINGCLEANER_SendCommand($$;$$) {
service => $service,
cmd => $cmd,
type => $type,
httpversion => "1.1",
callback => \&THINKINGCLEANER_ReceiveCommand,
}
);