{% extends "layout.html" %} {% set active_page = "timer" %} {% set help_page = ["timers", _('Timers')] %} {% block title %} - {{_('Timers')}}{% endblock %} {% block head %} {% endblock %} {% block body %}
{{_('Timers enable relays to be turned on or off for specific durations of time or at specific times of the day.')}}
Note: Timers will only do as instructed, therefore if you turn a relay ON from Start Time to End Time and you want that relay to turn off at the end of that period, you will need to create another timer that turns the relay OFF at End Time + 1 minute.