Create MULTI_CHANNEL 1, as workaround

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2779 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-02-21 08:52:27 +00:00
parent eedf47ff5f
commit 670099eadc

View File

@@ -415,7 +415,7 @@ ZWave_mcCapability($$)
}
return "mcCapability_$chid:no classes" if(!@classes);
if(hex($chid) > 1 && !$modules{ZWave}{defptr}{"$homeId $id$chid"}) {
if(!$modules{ZWave}{defptr}{"$homeId $id$chid"}) {
my $lid = hex("$id$chid");
my $lcaps = substr($caps, 2);
$id = hex($id);