mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 07:16:03 +00:00
HMInfo:Update clear, update localResetDisable
git-svn-id: https://svn.fhem.de/fhem/trunk@24033 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9eaa848f35
commit
4fb6cf5a32
@ -527,7 +527,7 @@ foreach my $al (keys %culHmModel){ # duplicate entries for alias devices
|
||||
confBtnTime =>{a=> 21.0,s=>1.0,l=>0,min=>1 ,max=>255 ,c=>'' ,p=>'n',f=>'' ,u=>'min' ,d=>0,t=>"255=permanent" ,lit=>{permanent=>255}},
|
||||
#repeater
|
||||
compMode =>{a=> 23.0,s=>0.1,l=>0,min=>0 ,max=>1 ,c=>'lit' ,p=>'n',f=>'' ,u=>'' ,d=>1,t=>"compatibility moden" ,lit=>{off=>0,on=>1}},
|
||||
localResDis =>{a=> 24.0,s=>1.0,l=>0,min=>1 ,max=>1 ,c=>'lit' ,p=>'n',f=>'' ,u=>'' ,d=>0,t=>"local reset disable" ,lit=>{off=>0,on=>200}},
|
||||
localResDis =>{a=> 24.0,s=>1.0,l=>0,min=>0 ,max=>1 ,c=>'lit' ,p=>'n',f=>'' ,u=>'' ,d=>0,t=>"local reset disable" ,lit=>{off=>0,on=>200}},
|
||||
globalBtnLock =>{a=> 25.0,s=>1.0,l=>0,min=>1 ,max=>255 ,c=>'lit' ,p=>'n',f=>'' ,u=>'' ,d=>0,t=>"global button lock" ,lit=>{off=>0,on=>200}},
|
||||
modusBtnLock =>{a=> 26.0,s=>1.0,l=>0,min=>1 ,max=>255 ,c=>'lit' ,p=>'n',f=>'' ,u=>'' ,d=>0,t=>"mode button lock" ,lit=>{off=>0,on=>200}},
|
||||
paramSel =>{a=> 27.0,s=>1.0,l=>0,min=>0 ,max=>4 ,c=>'lit' ,p=>'n',f=>'' ,u=>'' ,d=>1,t=>"data transfered to peer" ,lit=>{off=>0,T1=>1,T2=>2,T1_T2=>3,T2_T1=>4}},
|
||||
@ -1684,6 +1684,7 @@ $culHmRegChan{"HM-OU-CFM-TW02"} = $culHmRegChan{"HM-OU-CFM-PL02"};
|
||||
%culHmVrtGets = (
|
||||
param => "-param-",
|
||||
cmdList => "[({short}|long)]",
|
||||
deviceInfo => "[({short}|long)]",
|
||||
list => "[({normal}|full)]"
|
||||
);
|
||||
%culHmSubTypeGets = (
|
||||
@ -1709,7 +1710,7 @@ $culHmRegChan{"HM-OU-CFM-TW02"} = $culHmRegChan{"HM-OU-CFM-PL02"};
|
||||
);
|
||||
%culHmGlobalSetsVrtDev = (# virtuals and devices without subtype
|
||||
virtual => "[(1..50;1|{1})]"
|
||||
,clear => "[(readings|rssi|msgErrors|{msgErrors}|unknownDev)]"
|
||||
,clear => "[(readings|rssi|msgEvents|attack|{msgErrors}|unknownDev)]"
|
||||
);
|
||||
|
||||
%culHmReglSets = (# entities with regList
|
||||
|
Loading…
x
Reference in New Issue
Block a user