Update zmtrigger.pl.in

mention the %Q placholder when using showtext
pull/1328/head
Andrew Bauer 2016-03-10 10:13:38 -06:00
parent a0f81b2315
commit 4606d2fbca
1 changed files with 9 additions and 8 deletions

View File

@ -54,14 +54,15 @@ B<id>|B<action>|B<score>|B<cause>|B<text>|B<showtext>
Valid actions are 'on', 'off', 'cancel' or 'show' where Valid actions are 'on', 'off', 'cancel' or 'show' where
'on' forces an alarm condition on; 'on' forces an alarm condition on;
'off' forces an alarm condition off; 'off' forces an alarm condition off;
'cancel' negates the previous 'on' or 'off'. 'cancel' negates the previous 'on' or 'off';
'show' updates the auxiliary text represented by the %Q
placeholder, which can optionally be added to the affected monitor's
timestamp label format.
The 'show' action merely updates some auxiliary text which can optionally Ordinarily you would use 'on' and 'cancel', 'off' would tend to be
be displayed in the images captured by the monitor. Ordinarily you would used to suppress motion based events. Additionally 'on' and 'off' can
use 'on' and 'cancel', 'off' would tend to be used to suppress motion take an additional time offset, e.g. on+20 which automatically
based events. Additionally 'on' and 'off' can take an additional time cancel's the previous action after that number of seconds.
offset, e.g. on+20 which automatically 'cancel's the previous action
after that number of seconds.
=item B<score> =item B<score>