mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
76_SMAInverter.pm: contrib 2.12.0
git-svn-id: https://svn.fhem.de/fhem/trunk@20015 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
11502f97de
commit
feb9116452
@ -1443,14 +1443,14 @@ return;
|
||||
##########################################################################
|
||||
sub SMAInverter_SMAlogout($$) {
|
||||
# Parameters: host
|
||||
my ($hash,$host) = @_;
|
||||
my $name = $hash->{NAME};
|
||||
my $cmdheader = "534D4100000402A00000000100";
|
||||
my $pktlength = "22"; # length = 34 for logout command
|
||||
my $esignature = "0010606508A0";
|
||||
my $mysusyid = $hash->{HELPER}{MYSUSYID};
|
||||
my ($hash,$host) = @_;
|
||||
my $name = $hash->{NAME};
|
||||
my $cmdheader = "534D4100000402A00000000100";
|
||||
my $pktlength = "22"; # length = 34 for logout command
|
||||
my $esignature = "0010606508A0";
|
||||
my $mysusyid = $hash->{HELPER}{MYSUSYID};
|
||||
my $myserialnumber = $hash->{HELPER}{MYSERIALNUMBER};
|
||||
my $pkt_ID = $hash->{HELPER}{PKT_ID};
|
||||
my $pkt_ID = $hash->{HELPER}{PKT_ID};
|
||||
my ($cmd, $myID, $target_ID, $spkt_ID, $cmd_ID);
|
||||
my ($socket,$data,$size);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user