Octa-S LED Control
Current LED State: {{ 'ON' if current_state == 1 else 'OFF' }}
Turn ON
Turn OFF
State History
State
Timestamp
{% for state, timestamp in led_states %}
{{ 'ON' if state == 1 else 'OFF' }}
{{ timestamp }}
{% endfor %}