Alerta Switchboard
Switch name
Description
State
{% for switch in switches %}
{{ switch.name }}
{{ switch.description|safe }}
{% if switch.state %}
ON
{% else %}
OFF
{% endif %}
{% endfor %}