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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user