IT_10: Fix duplicated variable

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@12179 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dancer0705 2016-09-19 19:26:01 +00:00
parent d934881c0c
commit 0b6002b5a0

View File

@ -310,7 +310,6 @@ IT_Set($@)
} }
} }
my $v = $name ." ". join(" ", @a);
if ($hash->{READINGS}{protocol}{VAL} eq "V3") { if ($hash->{READINGS}{protocol}{VAL} eq "V3") {
if( AttrVal($name, "model", "") eq "itdimmer" ) { if( AttrVal($name, "model", "") eq "itdimmer" ) {
my @itvalues = split(' ', $v); my @itvalues = split(' ', $v);