From 2950e39ee6da53b333bd35220a5c010b180aa2d8 Mon Sep 17 00:00:00 2001 From: justme-1968 Date: Thu, 27 Jan 2022 15:54:56 +0000 Subject: [PATCH] 31_HUEDevice.pm: v2effect icon fix git-svn-id: https://svn.fhem.de/fhem/trunk@25569 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/31_HUEDevice.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/31_HUEDevice.pm b/fhem/FHEM/31_HUEDevice.pm index 01a030189..ecde79c2d 100644 --- a/fhem/FHEM/31_HUEDevice.pm +++ b/fhem/FHEM/31_HUEDevice.pm @@ -2027,7 +2027,7 @@ HUEDevice_Parse($$) } $readings{dynamics_status} = 'none' if( !$on && defined($hash->{helper}{dynamics_status}) && !defined($readings{dynamics_status}) ); - $readings{v2effect} = 'none' if( !$on && defined($hash->{helper}{v2effect}) && !defined($readings{v2effect}) ); + $readings{v2effect} = 'no_effect' if( !$on && defined($hash->{helper}{v2effect}) && !defined($readings{v2effect}) ); if( $pct != $hash->{helper}{pct} ) {readingsBulkUpdate($hash,"pct", $pct);} #if( $pct != $hash->{helper}{pct} ) {readingsBulkUpdate($hash,"level", $pct . ' %');}