dev #16

Merged
marko merged 6 commits from dev into main 2023-11-17 20:18:28 +00:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 638cbba10b - Show all commits

View File

@ -1,2 +1,2 @@
UPD 2023-11-15_19:19:41 19028 FHEM/82_LGTV_WebOS.pm
UPD 2023-11-15_19:19:45 55994 lib/FHEM/Devices/LGTV/LGTVWebOS.pm
UPD 2023-11-16_19:43:35 55993 lib/FHEM/Devices/LGTV/LGTVWebOS.pm

View File

@ -666,8 +666,9 @@ sub Open {
KeepAlive => 1,
Timeout => $timeout
)
or return ::Log3( $name, 4,
"LGTV_WebOS ($name) Couldn't connect to $host:$port" ); # open Socket
or
return ::Log3( $name, 4, "LGTV_WebOS ($name) Couldn't connect to $host" )
; # open Socket
$hash->{FD} = $socket->fileno();
$hash->{CD} = $socket; # sysread / close won't work on fileno