2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 23:09:26 +00:00

fixed typo

git-svn-id: https://svn.fhem.de/fhem/trunk@6219 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2014-07-08 08:19:02 +00:00
parent fc8e2e1d25
commit 72061a2b02

View File

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