91_sequence.pm: showtime attribute (Forum #30636)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7256 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user