2
0
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:
dancer0705 2016-09-19 19:26:01 +00:00
parent b4273ba447
commit c7f4fec443

View File

@ -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);