mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
12_HProtocolTank: fix type
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@18596 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
dab84b2603
commit
23f5103553
@ -103,8 +103,8 @@ sub HProtocolTank_Attr (@) {
|
||||
my $hash = $defs{$name};
|
||||
my $msg = '';
|
||||
|
||||
if ($attr eq 'strappingTable') {
|
||||
$attr{$name}{strappingTable} = $val;
|
||||
if ($attr eq 'type') {
|
||||
$attr{$name}{type} = $val;
|
||||
} elsif ($attr eq 'mode') {
|
||||
$attr{$name}{mode} = $val;
|
||||
} elsif ($attr eq 'product') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user