31_HUEDevice.pm: createGroupReadings fix

git-svn-id: https://svn.fhem.de/fhem/trunk@16089 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2018-02-05 08:48:07 +00:00
parent 72cafceaaf
commit 48440d1c1f

View File

@@ -355,7 +355,7 @@ sub HUEDevice_Define($$)
$attr{$name}{'color-icons'} = 2 if( !defined( $attr{$name}{'color-icons'} ) && $icon_path =~ m/openautomation/ );
addToDevAttrList($name, "createActionReadings:1,0");
addToDevAttrList($name, "createGroupReadings,0");
addToDevAttrList($name, "createGroupReadings:1,0");
} elsif( $hash->{helper}->{devtype} eq 'S' ) {
$hash->{DEF} = "sensor $id $args[3] IODev=$iodev" if( $iodev );