2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 10:46:53 +00:00

HMCCU: new version

git-svn-id: https://svn.fhem.de/fhem/trunk@10976 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
fhemzap 2016-03-02 16:27:18 +00:00
parent 9092b63c77
commit 9fc31fdc69

View File

@ -117,7 +117,7 @@ sub CCURPC_Shutdown ($)
if ($callbackurl && $shutdown == 0) {
Log ("Shutdown RPC server in progress");
$client->send_request("init", $callbackurl);
WriteQueue ("EX|SHUTDOWN|0");
WriteQueue ("EX|SHUTDOWN|$$");
$shutdown = 1;
}