diff --git a/FHEM/31_Aurora.pm b/FHEM/31_Aurora.pm index 7b6983aa9..1c22d3cbc 100644 --- a/FHEM/31_Aurora.pm +++ b/FHEM/31_Aurora.pm @@ -283,7 +283,7 @@ Aurora_dispatch($$$;$) InternalTimer(gettimeofday()+1, "Aurora_GetUpdate", $hash, 0); } } elsif( $param->{type} eq 'effects' ) { - $hash->{helper}{effects} = $json->{list}; + $hash->{helper}{effects} = $json->{effectsList}; if( my $effect = $json->{select} ) { if( $effect ne $hash->{helper}{effect} ) { readingsSingleUpdate($hash, 'effect', $effect, 1 ) }; $hash->{helper}{effect} = $effect;