fix for warning if device channel is > 9

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4267 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2013-11-22 17:27:56 +00:00
parent e48394d468
commit 22c084920c

View File

@@ -216,7 +216,7 @@ PCA301_Parse($$)
$rhash->{PCA301_lastRcv} = TimeNow();
if( $rhash->{channel} != $channel ) {
if( $rhash->{channel} ne $channel ) {
Log3 $rname, 3, "PCA301 $rname, channel changed from $rhash->{channel} to $channel";
$rhash->{channel} = $channel;