git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10693 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -1616,7 +1616,7 @@ ZWave_mcCreateAll($$)
|
|||||||
}
|
}
|
||||||
$data =~ m/^046008(..)(..)/;
|
$data =~ m/^046008(..)(..)/;
|
||||||
my $nGrp = hex($2);
|
my $nGrp = hex($2);
|
||||||
for(my $c = 2; $c <= $nGrp; $c++) {
|
for(my $c = 1; $c <= $nGrp; $c++) {
|
||||||
ZWave_Get($hash, $hash->{NAME}, "mcCapability", $c);
|
ZWave_Get($hash, $hash->{NAME}, "mcCapability", $c);
|
||||||
}
|
}
|
||||||
return undef;
|
return undef;
|
||||||
|
|||||||
Reference in New Issue
Block a user