mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
91_sequence.pm: showtime attribute (Forum #30636)
git-svn-id: https://svn.fhem.de/fhem/trunk@7256 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0a68523694
commit
c232d6c28b
@ -15,7 +15,7 @@ sequence_Initialize($)
|
||||
$hash->{DefFn} = "sequence_Define";
|
||||
$hash->{UndefFn} = "sequence_Undef";
|
||||
$hash->{NotifyFn} = "sequence_Notify";
|
||||
$hash->{AttrList} = "disable:0,1 triggerPartial:1,0 reportEvents:1,0";
|
||||
$hash->{AttrList} = "disable:0,1 triggerPartial:1,0 showtime:1,0 reportEvents:1,0";
|
||||
}
|
||||
|
||||
|
||||
@ -167,6 +167,7 @@ sequence_Undef($$)
|
||||
<b>Attributes</b>
|
||||
<ul>
|
||||
<li><a href="#disable">disable</a></li>
|
||||
<li><a href="#showtime">showtime</a></li>
|
||||
<li><a href="#triggerPartial">triggerPartial</a><br>
|
||||
if set (to 1), and not all the events of a sequence are received, then a
|
||||
partial_X event is generated by the sequence. Example:<br><code><ul>
|
||||
@ -253,6 +254,7 @@ sequence_Undef($$)
|
||||
<b>Attributes</b>
|
||||
<ul>
|
||||
<li><a href="#disable">disable</a></li>
|
||||
<li><a href="#showtime">showtime</a></li>
|
||||
<li><a href="#triggerPartial">triggerPartial</a><br>
|
||||
Falls gesetzt (auf 1), und nicht alle erwarteten Events eingetroffen
|
||||
sind, dann wird ein partial_X Event generiert, wobei X durch Anzahl der
|
||||
|
Loading…
Reference in New Issue
Block a user