Octa-S LED Control

Current LED State: {{ 'ON' if current_state == 1 else 'OFF' }}

State History

{% for state, timestamp in led_states %} {% endfor %}
StateTimestamp
{{ 'ON' if state == 1 else 'OFF' }}{{ timestamp }}