From 8d66ecb598da54b6589d508b5a92c613ad414dd2 Mon Sep 17 00:00:00 2001 From: justme1968 Date: Sat, 26 Aug 2017 18:10:59 +0000 Subject: [PATCH] 31_Aurora.pm: fixed effect list for new api git-svn-id: https://svn.fhem.de/fhem/trunk@14962 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/31_Aurora.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/31_Aurora.pm b/fhem/FHEM/31_Aurora.pm index 7b6983aa9..1c22d3cbc 100644 --- a/fhem/FHEM/31_Aurora.pm +++ b/fhem/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;