mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-30 05:57:08 +00:00
SMUtils.pm: Version 1.28.3
git-svn-id: https://svn.fhem.de/fhem/trunk@29570 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ff2d6c253a
commit
8292f95b65
@ -199,6 +199,7 @@ sub getClHash {
|
||||
$hash->{HELPER}{CL}{$i}->{NR} = $defs{$outdev}{NR};
|
||||
$hash->{HELPER}{CL}{$i}->{PEER} = $defs{$outdev}{PEER}; # IP-Adresse des FHEMWEB Servers
|
||||
$hash->{HELPER}{CL}{$i}->{SNAME} = $defs{$outdev}{SNAME}; # Name des aufrufenden FHEMWEB Devices
|
||||
$hash->{HELPER}{CL}{$i}->{SSL} = $defs{$outdev}{SSL} ? 1 : 0; # SSL-Verbindung?
|
||||
$hash->{HELPER}{CL}{$i}->{SPORT} = $defs{$defs{$outdev}{SNAME}}{PORT}; # Port des FHEMWEB SNAME! Devices
|
||||
$hash->{HELPER}{CL}{$i}->{COMP} = 1;
|
||||
$i++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user