mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
IT_10: Fix duplicated variable
git-svn-id: https://svn.fhem.de/fhem/trunk@12179 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b4273ba447
commit
c7f4fec443
@ -310,7 +310,6 @@ IT_Set($@)
|
||||
}
|
||||
}
|
||||
|
||||
my $v = $name ." ". join(" ", @a);
|
||||
if ($hash->{READINGS}{protocol}{VAL} eq "V3") {
|
||||
if( AttrVal($name, "model", "") eq "itdimmer" ) {
|
||||
my @itvalues = split(' ', $v);
|
||||
|
Loading…
Reference in New Issue
Block a user