{%if err %}
{{ err }}
{% endif %} {%if msg %}
{{ msg }}
{% endif %} {%if sk %}
Devices
{% set found = [] %} {% for dev in devices %} {% endfor %}
ID MAC address WiFi SSID,key* Inputs* Outputs* Mon period Act period Tag Key Enabled
 

Sensors
{% for sen in sensors %} {% endfor %}
ID Input Quantity Scale Offset Units Format

Actuators
{% for act in actuators %} {% endfor %}
ID Variable Output

{%if pr %}
Endpoints
{% for ep in endpoints %} {% endfor %}
ID Input (Video) IP address Port Protocol Timeout Enabled

{% endif %}
Triggers
{% for trig in triggers %} {% endfor %}
ID Preconditions* Sensor Op Cmp Action Variable Value

Crons
{% for cron in crons %} {% endfor %}
ID Time Action Variable Value Enabled

Variables
{% for var in vars %}{% if var.name|firstchar != '/' %} {% endif %}{% endfor %}
Name Value
.
* comma-separated values
{% endif %} Learn more about NetReceiver.