mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
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:
parent
82d7562a2f
commit
c8e1b31d6b
@ -589,8 +589,8 @@ FW_answerCall($)
|
|||||||
TcpServer_WriteBlocking($me,
|
TcpServer_WriteBlocking($me,
|
||||||
"HTTP/1.1 200 OK\r\n".
|
"HTTP/1.1 200 OK\r\n".
|
||||||
$FW_headercors.
|
$FW_headercors.
|
||||||
"Content-Type: application/octet-stream; charset=$FW_encoding\r\n\r\n".
|
"Content-Type: application/octet-stream; charset=$FW_encoding\r\n\r\n");
|
||||||
FW_roomStatesForInform($me));
|
# FW_roomStatesForInform($me)); # Hope we dont need it
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user