Changes

complete for rutx
Line 181: Line 181:  
----
 
----
   −
 
+
The <b>General</b> section allows you to create automated Actions based on selected Inputs and their trigger state.
 +
The figure below is an example of Conditions section.
    
[[File:Networking_rutx_manual_input_output_iojuggler_general_v1.png]]
 
[[File:Networking_rutx_manual_input_output_iojuggler_general_v1.png]]
Line 187: Line 188:  
====Modify Input configuration====
 
====Modify Input configuration====
 
----
 
----
 +
 +
You can find explanation about fields in the table below this illustration.
    
[[File:Networking_rutx_manual_input_output_iojuggler_general_modify_v1.png]]
 
[[File:Networking_rutx_manual_input_output_iojuggler_general_modify_v1.png]]
 +
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>Field</th>
 +
      <th>Value</th>
 +
      <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
        <td>Enabled</td>
 +
        <td>off {{!}} on; default: <b>off</b> </td>
 +
        <td>Changes current profile to specified one when action triggers.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Trigger interval</td>
 +
        <td>positive integer; default: <b>none</b></td>
 +
        <td>Specifies what is the shortest amount of seconds between triggers.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Trigger</td>
 +
        <td>Rising {{!}} Falling {{!}} Both; default: <b>Rising</b> </td>
 +
        <td>Specifies on which trigger state this rule will be activated.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Add actions</td>
 +
        <td>actions; default: <b>none</b> </td>
 +
        <td>Specifies actions which have to be met for rule to be executed. Actions are optional.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Add conditions</td>
 +
        <td>conditions; default: <b>none</b> </td>
 +
        <td>Specifies conditions which have to be met for action to occur. Conditions are optional.</td>
 +
    </tr>
 +
</table>
    
===Actions===
 
===Actions===
 
----
 
----
 +
 +
The <b>Actions</b> section lets you manage your created Actions for IO Juggler inputs.
 +
The figure below is an example of Actions section.
    
[[File:Networking_rutx_manual_input_output_iojuggler_actions_v1.png]]
 
[[File:Networking_rutx_manual_input_output_iojuggler_actions_v1.png]]
Line 200: Line 239:  
[[File:Networking_rutx_manual_input_output_iojuggler_actions_modify_v1.png]]
 
[[File:Networking_rutx_manual_input_output_iojuggler_actions_modify_v1.png]]
    +
Above is an example of what action configuration window looks like. Below is a table with detailed explanations on
 +
how to configure the action and what each of the fields mean. To avoid redundancy, screenshots for the other actions
 +
will not be provided, since the structures, syntax and the overall look of the configuration windows for each action
 +
are very similar. Instead, only tables containing information on how to edit each action will be provided.
 +
 +
=====Profile=====
 +
----
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>Field</th>
 +
      <th>Value</th>
 +
      <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
        <td>Type</td>
 +
        <td>Profile</td>
 +
        <td>Changes current profile to specified one when action triggers.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Execution delay</td>
 +
        <td>positive integer; default: <b>none</b></td>
 +
        <td>How many seconds will pass before the action is excecuted after it's triggered.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Profile</td>
 +
        <td>profile; default: <b>default</b> </td>
 +
        <td>Choose a profile that will be applied when the action triggers.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Add conditions</td>
 +
        <td>conditions; default: <b>none</b> </td>
 +
        <td>Specifies conditions which have to be met for action to occur. Conditions are optional.</td>
 +
    </tr>
 +
</table>
 +
 +
=====Email=====
 +
----
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>Field</th>
 +
      <th>Value</th>
 +
      <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
        <td>Type</td>
 +
        <td>Email</td>
 +
        <td>Sends email when action triggers.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Subject</td>
 +
        <td>string; default: <b>none</b></td>
 +
        <td>Subject of email.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Text message</td>
 +
        <td>string; default: <b>none</b> </td>
 +
        <td>Text message to be sent in email. Below this field you can find device information and
 +
        their codes, which can be included in messages to send device information.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Execution delay</td>
 +
        <td>positive integer; default: <b>none</b></td>
 +
        <td>How many seconds will pass before the action is excecuted after it's triggered.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Email user</td>
 +
        <td>email user; default: <b>none</b></td>
 +
        <td>Configured email user.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Recipient's email address</td>
 +
        <td>string; default: <b>none</b></td>
 +
        <td>Email receiver(s).</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Add conditions</td>
 +
        <td>conditions; default: <b>none</b> </td>
 +
        <td>Specifies conditions which have to be met for action to occur. Conditions are optional.</td>
 +
    </tr>
 +
</table>
 +
{{#ifeq:{{{mobile}}}|1|
 +
=====SMS=====
 +
----
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>Field</th>
 +
      <th>Value</th>
 +
      <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
        <td>Type</td>
 +
        <td>SMS</td>
 +
        <td>Sends sms when action triggers.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Text message</td>
 +
        <td>string; default: <b>none</b> </td>
 +
        <td>Text message to be sent in sms. Below this field you can find device information and
 +
        their codes, which can be included in messages to send device information.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Execution delay</td>
 +
        <td>positive integer; default: <b>none</b></td>
 +
        <td>How many seconds will pass before the action is excecuted after it's triggered.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Recipients</td>
 +
        <td><span style="color:red;">Single number</span> {{!}} <span style="color:blue;">Group</span>; default: <b>Single number</b></td>
 +
        <td>How many recipients will get the message.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:red;">Recipient's phone number</span></td>
 +
        <td>number; default: <b>none</b></td>
 +
        <td>SMS receiver.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:blue;">Phone group</span></td>
 +
        <td>phone group; default: <b>none</b></td>
 +
        <td>SMS receivers.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Add conditions</td>
 +
        <td>conditions; default: <b>none</b> </td>
 +
        <td>Specifies conditions which have to be met for action to occur. Conditions are optional.</td>
 +
    </tr>
 +
</table>
 +
|}}
 +
=====Output=====
 +
----
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>Field</th>
 +
      <th>Value</th>
 +
      <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
        <td>Type</td>
 +
        <td>Output</td>
 +
        <td>Changes Output state when action triggers.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Execution delay</td>
 +
        <td>positive integer; default: <b>none</b></td>
 +
        <td>How many seconds will pass before the action is excecuted after it's triggered.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Control</td>
 +
        <td>output/relay; default: <b>Output(4)</b></td>
 +
        <td>Specifies the output/relay of which the state will be changed.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Revert</td>
 +
        <td>integer; default: <b>0</b> </td>
 +
        <td>After how many seconds the state will revert. If left 0 or empty the state will not revert.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Maintain</td>
 +
        <td>off | on; default: <b>on</b></td>
 +
        <td>Maintain this IO state after reboot.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Invert</td>
 +
        <td>off | on; default: <b>off</b></td>
 +
        <td>On action inverts pin state.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>State copying</td>
 +
        <td>off | on; default: <b>off</b></td>
 +
        <td>Copies the state from selected input to selected output.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>State</td>
 +
        <td>High | Low; default: <b>High</b></td>
 +
        <td>Specifies what state the output pin will be set to.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Add conditions</td>
 +
        <td>conditions; default: <b>none</b> </td>
 +
        <td>Specifies conditions which have to be met for action to occur. Conditions are optional.</td>
 +
    </tr>
 +
</table>
 +
 +
=====HTTP=====
 +
----
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>Field</th>
 +
      <th>Value</th>
 +
      <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
        <td>Type</td>
 +
        <td>HTTP</td>
 +
        <td>Sends HTTP request when action triggers.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Execution delay</td>
 +
        <td>positive integer; default: <b>none</b></td>
 +
        <td>How many seconds will pass before the action is excecuted after it's triggered.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Method</td>
 +
        <td>Get {{!}} Post; default: <b>Get</b></td>
 +
        <td>Specifies the output/relay of which the state will be changed.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>URL</td>
 +
        <td>string; default: <b>none</b> </td>
 +
        <td>URL to send request to.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Verify</td>
 +
        <td>off | on; default: <b>off</b></td>
 +
        <td>Verifies the validity of certificates, only works for https.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Parameters</td>
 +
        <td>string; default: <b>none</b></td>
 +
        <td>Parameters and their value from device for usage in Post or Get requests.
 +
Possible values: Time stamp, UNIX time, WAN MAC, Wired WAN IP, Network info, Product code, LAN MAC address, LAN IP address, Serial number, Current FW version, Monitoring status, Input Name, Input state change trigger, RSCP, ECIO, SIM slot in use, CELLID, RSRQ, SINR, RSRP, SIM State, SIM pin state, Modem model, IMSI, Modem serial number , Network State, Data connection state, Connection type, Mobile IP, Operator name, Signal strenght, IMEI, ICCID, Neighbour cells, Network serving.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Add conditions</td>
 +
        <td>conditions; default: <b>none</b> </td>
 +
        <td>Specifies conditions which have to be met for action to occur. Conditions are optional.</td>
 +
    </tr>
 +
</table>
 +
 +
=====Script=====
 +
----
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>Field</th>
 +
      <th>Value</th>
 +
      <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
        <td>Type</td>
 +
        <td>Script</td>
 +
        <td>Runs script when action triggers.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Execution delay</td>
 +
        <td>positive integer; default: <b>none</b></td>
 +
        <td>How many seconds will pass before the action is excecuted after it's triggered.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Specify path</td>
 +
        <td><span style="color:red;">Upload a script</span> {{!}} <span style="color:blue;">Specify path</span>; default: <b>Upload a cript</b></td>
 +
        <td>Selection to upload a script or specify its absolute path in device.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:red;">Custom script</span></td>
 +
        <td>-(interactive button)</td>
 +
        <td>Shows file upload window on click.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:blue;">Script file</span></td>
 +
        <td>string; default: <b>none</b></td>
 +
        <td>Absolute path to script file in device.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Arguments</td>
 +
        <td>string; default: <b>none</b> </td>
 +
        <td>Optional arguments which can be provided for the script. You can include device information with values given below this input field.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Add conditions</td>
 +
        <td>conditions; default: <b>none</b> </td>
 +
        <td>Specifies conditions which have to be met for action to occur. Conditions are optional.</td>
 +
    </tr>
 +
</table>
 +
 +
=====Reboot=====
 +
----
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>Field</th>
 +
      <th>Value</th>
 +
      <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
        <td>Type</td>
 +
        <td>Reboot</td>
 +
        <td>Reboots device when action triggers.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Execution delay</td>
 +
        <td>positive integer; default: <b>none</b></td>
 +
        <td>How many seconds will pass before the action is excecuted after it's triggered.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Add conditions</td>
 +
        <td>conditions; default: <b>none</b> </td>
 +
        <td>Specifies conditions which have to be met for action to occur. Conditions are optional.</td>
 +
    </tr>
 +
</table>
 +
{{#ifeq:{{{mobile}}}|1|
 +
=====Change sim=====
 +
----
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>Field</th>
 +
      <th>Value</th>
 +
      <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
        <td>Type</td>
 +
        <td>Change sim</td>
 +
        <td>Changes active sim card when action triggers.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Execution delay</td>
 +
        <td>positive integer; default: <b>none</b></td>
 +
        <td>How many seconds will pass before the action is excecuted after it's triggered.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Flip</td>
 +
        <td><span style="color:red;">off</span> {{!}} on; default: <b>off</b></td>
 +
        <td>Switches to a different sim card.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:red;">Target</span></td>
 +
        <td>Sim1 {{!}} Sim2; default: <b>Sim1</b></td>
 +
        <td>Switches to a selected sim card.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Add conditions</td>
 +
        <td>conditions; default: <b>none</b> </td>
 +
        <td>Specifies conditions which have to be met for action to occur. Conditions are optional.</td>
 +
    </tr>
 +
</table>
 +
|}}
 
===Conditions===
 
===Conditions===
 
----
 
----
Line 211: Line 583:  
----
 
----
   −
Table below provides information on the fields contained in this section:
+
[[File:Networking_rutx_manual_input_output_iojuggler_conditions_modify_v1.png]]
 +
 
 +
Above is an example of what condition configuration window looks like. Below is a table with detailed explanations on
 +
how to configure the condition and what each of the fields mean. To avoid redundancy, screenshots for the other conditions
 +
will not be provided, since the structures, syntax and the overall look of the configuration windows for each condition
 +
are very similar. Instead, only tables containing information on how to edit each condition will be provided.
 +
 
 +
=====Boolean group=====
 +
----
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>Field</th>
 +
      <th>Value</th>
 +
      <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
        <td>Condition type</td>
 +
        <td>Boolean group</td>
 +
        <td>A type of condition.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Boolean type</td>
 +
        <td>AND {{!}} NAND {{!}} OR {{!}} NOR; default: <b>AND</b></td>
 +
        <td>Type of boolean condition.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Add conditions</td>
 +
        <td>conditions; default: <b>none</b> </td>
 +
        <td>Specifies conditions which have to be met for action to occur. Conditions are optional.</td>
 +
    </tr>
 +
</table>
 +
 
 +
=====I/O=====
 +
----
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>Field</th>
 +
      <th>Value</th>
 +
      <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
        <td>Condition type</td>
 +
        <td>I/O</td>
 +
        <td>A type of condition.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>I/O</td>
 +
        <td>inputs/outputs; default: <b>Output(4)</b></td>
 +
        <td>Specifies the I/O to which the condition is listening to.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>State</td>
 +
        <td>High {{!}} Low; default: <b>High</b> </td>
 +
        <td>Specifies in what state the pin has to be.</td>
 +
    </tr>
 +
</table>
 +
 
 +
=====Minute=====
 +
----
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>Field</th>
 +
      <th>Value</th>
 +
      <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
        <td>Condition type</td>
 +
        <td>Minute</td>
 +
        <td>A type of condition.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Inverted function</td>
 +
        <td>off {{!}} on; default: <b>off</b> </td>
 +
        <td>Inverts the selected condition type. Makes the condition true if the time/date is outside the specified interval.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Interval</td>
 +
        <td><span style="color:red;">off</span> | <span style="color:blue;">on</span>; default: <b>off</b></td>
 +
        <td>Switches between a specific value and a time interval.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:red;">Minute</span></td>
 +
        <td>integer [0..59]; default: <b>none</b></td>
 +
        <td>Specifies minute at which the action can occur.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:blue ;">Start minute</span></td>
 +
        <td>integer [0..59]; default: <b>none</b></td>
 +
        <td>Specifies starting minute of the interval at which the action can occur.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:blue ;">End minute</span></td>
 +
        <td>integer [0..59]; default: <b>none</b></td>
 +
        <td>Specifies ending minute of the interval at which the action can occur.</td>
 +
    </tr>
 +
</table>
 +
 
 +
=====Hour=====
 +
----
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>Field</th>
 +
      <th>Value</th>
 +
      <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
        <td>Condition type</td>
 +
        <td>Hour</td>
 +
        <td>A type of condition.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Inverted function</td>
 +
        <td>off {{!}} on; default: <b>off</b> </td>
 +
        <td>Inverts the selected condition type. Makes the condition true if the time/date is outside the specified interval.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Interval</td>
 +
        <td><span style="color:red;">off</span> | <span style="color:blue;">on</span>; default: <b>off</b></td>
 +
        <td>Switches between a specific value and a time interval.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:red;">Hour</span></td>
 +
        <td>integer [0..59]; default: <b>none</b></td>
 +
        <td>Specifies hour at which the action can occur.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:blue ;">Start hour</span></td>
 +
        <td>integer [0..59]; default: <b>none</b></td>
 +
        <td>Specifies starting hour of the interval at which the action can occur.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:blue ;">End hour</span></td>
 +
        <td>integer [0..59]; default: <b>none</b></td>
 +
        <td>Specifies ending hour of the interval at which the action can occur.</td>
 +
    </tr>
 +
</table>
 +
 
 +
=====Weekday=====
 +
----
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>Field</th>
 +
      <th>Value</th>
 +
      <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
        <td>Condition type</td>
 +
        <td>Weekday</td>
 +
        <td>A type of condition.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Inverted function</td>
 +
        <td>off {{!}} on; default: <b>off</b> </td>
 +
        <td>Inverts the selected condition type. Makes the condition true if the time/date is outside the specified interval.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Interval</td>
 +
        <td><span style="color:red;">off</span> | <span style="color:blue;">on</span>; default: <b>off</b></td>
 +
        <td>Switches between a specific value and a time interval.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:red;">Weekday</span></td>
 +
        <td>weekday; default: <b>Monday</b></td>
 +
        <td>Specifies weekday at which the action can occur.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:blue ;">Start weekday</span></td>
 +
        <td>weekday; default: <b>Monday</b></td>
 +
        <td>Specifies starting weekday of the interval at which the action can occur.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:blue ;">End weekday</span></td>
 +
        <td>weekday; default: <b>Monday</b></td>
 +
        <td>Specifies ending weekday of the interval at which the action can occur.</td>
 +
    </tr>
 +
</table>
   −
[[File:Networking_rutx_manual_input_output_iojuggler_conditions_modify_v1.png]]
+
=====Month day=====
 +
----
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>Field</th>
 +
      <th>Value</th>
 +
      <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
        <td>Condition type</td>
 +
        <td>Month day</td>
 +
        <td>A type of condition.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Month override</td>
 +
        <td>off {{!}} on; default: <b>off</b> </td>
 +
        <td>If the option is selected and the specified day is not in the month then the condition uses the last day of the month.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Interval</td>
 +
        <td><span style="color:red;">off</span> | <span style="color:blue;">on</span>; default: <b>off</b></td>
 +
        <td>Switches between a specific value and a time interval.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:red;">Day of the month</span></td>
 +
        <td>integer [1..31]; default: <b>none</b></td>
 +
        <td>Specifies day of the month at which the action can occur.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:blue ;">Start day of the month</span></td>
 +
        <td>integer [1..31]; default: <b>none</b></td>
 +
        <td>Specifies starting day of the interval of the month at which the action can occur.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:blue ;">End day of the month</span></td>
 +
        <td>integer [1..31]; default: <b>none</b></td>
 +
        <td>Specifies ending day of the interval of the month at which the action can occur.</td>
 +
    </tr>
 +
</table>
    +
=====Year=====
 +
----
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>Field</th>
 +
      <th>Value</th>
 +
      <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
        <td>Condition type</td>
 +
        <td>Year</td>
 +
        <td>A type of condition.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Inverted function</td>
 +
        <td>off {{!}} on; default: <b>off</b> </td>
 +
        <td>Inverts the selected condition type. Makes the condition true if the time/date is outside the specified interval.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Interval</td>
 +
        <td><span style="color:red;">off</span> | <span style="color:blue;">on</span>; default: <b>off</b></td>
 +
        <td>Switches between a specific value and a time interval.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:red;">Day of the year</span></td>
 +
        <td>integer [1..366]; default: <b>none</b></td>
 +
        <td>Specifies day of the year at which the action can occur.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:blue ;">Start day of the year</span></td>
 +
        <td>integer [1..366]; default: <b>none</b></td>
 +
        <td>Specifies starting day of the interval of the year at which the action can occur.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:blue ;">End day of the year</span></td>
 +
        <td>integer [1..366]; default: <b>none</b></td>
 +
        <td>Specifies ending day of the interval of the year at which the action can occur.</td>
 +
    </tr>
 +
</table>
    
[[Category:{{{name}}} Services section]]
 
[[Category:{{{name}}} Services section]]
0

edits

Navigation menu