mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-06 18:28:44 +00:00
use ne instead of != for strings ...
git-svn-id: https://svn.fhem.de/fhem/trunk@5149 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
76954a94da
commit
af7b695035
@ -718,7 +718,7 @@ HUEDevice_GetUpdate($)
|
|||||||
readingsEndUpdate($hash,defined($hash->{LOCAL} ? 0 : 1));
|
readingsEndUpdate($hash,defined($hash->{LOCAL} ? 0 : 1));
|
||||||
|
|
||||||
my $RGB = CommandGet("","$name rgb");
|
my $RGB = CommandGet("","$name rgb");
|
||||||
CommandTrigger( "", "$name RGB: $RGB" ) if( $RGB != $hash->{helper}{RGB} );
|
CommandTrigger( "", "$name RGB: $RGB" ) if( $RGB ne $hash->{helper}{RGB} );
|
||||||
$hash->{helper}{RGB} = $RGB;
|
$hash->{helper}{RGB} = $RGB;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user