mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-19 18:56:03 +00:00
12_HProtocolTank: fix type
git-svn-id: https://svn.fhem.de/fhem/trunk@18596 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a3004feefd
commit
d33fb197ab
@ -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