mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@10693 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c56ad3a549
commit
ec2e1df37a
@ -1616,7 +1616,7 @@ ZWave_mcCreateAll($$)
|
||||
}
|
||||
$data =~ m/^046008(..)(..)/;
|
||||
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);
|
||||
}
|
||||
return undef;
|
||||
|
Loading…
Reference in New Issue
Block a user