mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 19:36:02 +00:00
Create MULTI_CHANNEL 1, as workaround
git-svn-id: https://svn.fhem.de/fhem/trunk@2779 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c0df9f6b07
commit
1513e48540
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user