2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 07:56:03 +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:
rudolfkoenig 2013-02-21 08:52:27 +00:00
parent c0df9f6b07
commit 1513e48540

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);