mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
HMCCU: new version
git-svn-id: https://svn.fhem.de/fhem/trunk@10978 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2e5ed875ff
commit
136e0f3c18
@ -65,7 +65,7 @@ sub HMCCUCHN_Initialize ($)
|
||||
$hash->{GetFn} = "HMCCUCHN_Get";
|
||||
$hash->{AttrFn} = "HMCCUCHN_Attr";
|
||||
|
||||
$hash->{AttrList} = "IODev ccureadingfilter ccureadingformat:name,address,datapoint ccureadings:0,1 ccuverify:0,1 ccustate ccuget:State,Value controldatapoint statedatapoint statevals substitute stripnumber:0,1,2 ". $readingFnAttributes;
|
||||
$hash->{AttrList} = "IODev ccureadingfilter ccureadingformat:name,address,datapoint ccureadings:0,1 ccuverify:0,1 ccuget:State,Value controldatapoint statedatapoint statevals substitute stripnumber:0,1,2 ". $readingFnAttributes;
|
||||
}
|
||||
|
||||
#####################################
|
||||
@ -527,8 +527,10 @@ sub HMCCUCHN_SetError ($$)
|
||||
<li>ccureadings <0 | 1><br/>
|
||||
If set to 1 values read from CCU will be stored as readings. Default is 1.
|
||||
</li><br/>
|
||||
<li>ccureadingfilter <datapoint-expr><br/>
|
||||
Only datapoints matching specified expression are stored as readings.
|
||||
<li>ccureadingfilter <filter-rule[,...]><br/>
|
||||
Only datapoints matching specified expression are stored as readings.<br/>
|
||||
Syntax for filter rule is: [channel-no:]RegExp<br/>
|
||||
If channel-no is specified the following rule applies only to this channel.
|
||||
</li><br/>
|
||||
<li>ccuverify <0 | 1><br/>
|
||||
If set to 1 a datapoint is read for verification after set operation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user