{%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 Type Ver Key Enabled
 

Sensors
{% for sen in sensors %} {% endfor %}
ID Input Quantity Function Args Units Format

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

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
. {% for vn in varlist %} {% endfor %}

Times
{% for time in times %} {% endfor %}
Time of day Local time UTC time
{{ time.name }} {{ time.value|localtime(tz) }} {{ time.value|localtime(0) }}
* comma-separated values
{% endif %}