FHEM: Deactivate FW_roomStatesForInform (Forum #30515)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@7263 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-12-19 15:26:20 +00:00
parent 82d7562a2f
commit c8e1b31d6b

View File

@ -589,8 +589,8 @@ FW_answerCall($)
TcpServer_WriteBlocking($me,
"HTTP/1.1 200 OK\r\n".
$FW_headercors.
"Content-Type: application/octet-stream; charset=$FW_encoding\r\n\r\n".
FW_roomStatesForInform($me));
"Content-Type: application/octet-stream; charset=$FW_encoding\r\n\r\n");
# FW_roomStatesForInform($me)); # Hope we dont need it
return -1;
}