mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
10_CUL_HM:actionDetector
git-svn-id: https://svn.fhem.de/fhem/trunk@8441 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3d294bff04
commit
8434e1a4be
@ -138,10 +138,9 @@ sub CUL_HM_Initialize($) {
|
||||
$hash->{AttrFn} = "CUL_HM_Attr";
|
||||
$hash->{Attr}{dev} = "ignore:1,0 dummy:1,0 " # -- device only attributes
|
||||
."IODev IOList IOgrp "
|
||||
."actCycle " # also for action detector
|
||||
."hmProtocolEvents:0_off,1_dump,2_dumpFull,3_dumpTrigger "
|
||||
."rssiLog:1,0 " # enable writing RSSI to Readings (device only)
|
||||
."actAutoTry:0_off,1_on "
|
||||
."actCycle " # also for action detector
|
||||
;
|
||||
$hash->{Attr}{devPhy} = # -- physical device only attributes
|
||||
"serialNr firmware .stc .devInfo "
|
||||
@ -160,6 +159,7 @@ sub CUL_HM_Initialize($) {
|
||||
."rawToReadable unit "#"KFM-Sensor" only
|
||||
."expert:0_off,1_on,2_full "
|
||||
."param "
|
||||
."actAutoTry:0_off,1_on "
|
||||
;
|
||||
$hash->{AttrList} =
|
||||
$hash->{Attr}{glb}
|
||||
@ -9977,7 +9977,7 @@ sub CUL_HM_tempListTmpl(@) { ##################################################
|
||||
<li><a href="#readingFnAttributes">readingFnAttributes</a></li>
|
||||
<li><a name="#CUL_HMactAutoTry">actAutoTry</a>
|
||||
actAutoTry 0_off,1_on<br>
|
||||
setzen der Option erlaubt dem ActionDetector ein statusrequest zu senden falls das Device dead markiert werden soll.
|
||||
setzen erlaubt dem ActionDetector ein statusrequest zu senden falls das Device dead markiert werden soll.
|
||||
Das Attribut kann fuer Devices nützlich sein, welche sich nicht von selbst zyklisch melden.
|
||||
</li>
|
||||
<li><a href="#actCycle">actCycle</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user