mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
minor bug
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@6500 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0f1798802b
commit
f28c1e9eb2
@ -228,6 +228,7 @@ sub CUL_HM_updateConfig($){
|
||||
foreach ( "autoReadReg","actCycle","actStatus","burstAccess","serialNr"
|
||||
,"IODev","IOList","IOgrp","hmProtocolEvents","rssiLog");
|
||||
$hash->{helper}{role}{vrt} = 1;
|
||||
$hash->{helper}{role}{dev} = 1;
|
||||
next;
|
||||
}
|
||||
CUL_HM_ID2PeerList($name,"",1); # update peerList out of peerIDs
|
||||
@ -7517,8 +7518,8 @@ sub CUL_HM_tempListTmpl(@) { ##################################################
|
||||
<a href="#CUL_HMpeerChan">peerChan</a>.<br>
|
||||
</li>
|
||||
<li><B>peerBulk</B> <peerch1,peerch2,...> [set|unset]<a name="CUL_HMpeerBulk"></a><br>
|
||||
peerBulk will add peer channels to the channel. All peers in the
|
||||
list will be added. <br>
|
||||
peerBulk will add peer channels to the channel. All peers in the list will be added. <br>
|
||||
with unset option the peers in the list will be subtracted from the device's peerList.<br>
|
||||
peering sets the configuration of this link to its defaults. As peers are not
|
||||
added in pairs default will be as defined for 'single' by HM for this device. <br>
|
||||
More suffisticated funktionality is provided by
|
||||
|
@ -537,7 +537,7 @@ sub HMinfo_paramCheck(@) { ####################################################
|
||||
if (!$defs{$eName}{helper}{role}{vrt}){
|
||||
if ($pairId eq "undefined") { push @noID,$eName;}
|
||||
elsif ($pairId !~ m /$ioHmId/
|
||||
&& $IoDev ) { push @idMismatch,"$eName paired:$pairId IO attr: $ioHmId";}
|
||||
&& $IoDev ) { push @idMismatch,"$eName paired:$pairId IO attr: ${ioHmId}.";}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1338,7 +1338,7 @@ $culHmSubTypeDevSets{blindActuator} = $culHmSubTypeDevSets{switch};
|
||||
|
||||
%culHmGlobalSetsChn = (# all channels but virtuals
|
||||
sign => "[on|off]",
|
||||
peerBulk => "<peer1,peer2,...>",
|
||||
peerBulk => "<peer1,peer2,...> [set|unset]",
|
||||
);
|
||||
%culHmSubTypeSets = (# channels of this subtype
|
||||
switch =>{ "on-for-timer" =>"<ontime>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user