fixed typo
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6219 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -670,7 +670,7 @@ HUEDevice_Parse($$)
|
||||
Log3 $name, 4, "parse status message for $name";
|
||||
|
||||
if( $hash->{helper}->{group} ) {
|
||||
$hash->{lighes} = join( ",", @{$result->{lights}} );
|
||||
$hash->{lights} = join( ",", @{$result->{lights}} );
|
||||
|
||||
foreach my $id ( @{$result->{lights}} ) {
|
||||
my $code = $hash->{IODev}->{NAME} ."-". $id;
|
||||
|
||||
Reference in New Issue
Block a user