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