mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
01_FHEMWEB.pm: fix get result with websocket (Forum #71312)
git-svn-id: https://svn.fhem.de/fhem/trunk@14155 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1b687c87d9
commit
cd034be9a6
@ -499,6 +499,10 @@ FW_Read($$)
|
||||
|
||||
my $me = $FW_chash;
|
||||
my ($cmd, $cmddev) = FW_digestCgi($arg);
|
||||
if($FW_id) {
|
||||
$me->{FW_ID} = $FW_id;
|
||||
$me->{canAsyncOutput} = 1;
|
||||
}
|
||||
FW_initInform($me, 0) if($FW_inform);
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user