mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 07:24:21 +00:00
31_HUEDevice.pm: scenes fix
git-svn-id: https://svn.fhem.de/fhem/trunk@20689 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b58b7622f9
commit
c9d4b281c7
@ -999,7 +999,7 @@ HUEDevice_Set($@)
|
||||
}
|
||||
}
|
||||
|
||||
if( $hash->{IODev} && defined($hash->{IODev}{modelid}) && $hash->{IODev}{modelid} ne 'deCONZ' ) {
|
||||
if( $hash->{IODev} && defined($hash->{IODev}{modelid}) && $hash->{IODev}{modelid} eq 'deCONZ' ) {
|
||||
if( my $scenes = $hash->{helper}{scenes} ) {
|
||||
my @names;
|
||||
for my $scene (@{$scenes}) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user