{% extends "layout.html" %} {% set active_page = "output" %} {% set help_page = ["output", _('Output')] %} {% block title %} - {{_('Output Devices')}}{% endblock %} {% block head %} {% endblock %} {% block body %}
{{_('Output devices enable Mycodo to manipulate things through the use of relays (wired and wireless), PWM signals, and executing commands. When linked to a PID controller, with an input, output devices can be used for feedback regulation.')}}
{{_('Conditionals allow certain actions to be carried out when a certain set of conditions are met.')}} See the manual for more information.
Note: PWM output cannot currently be used with conditionals.
{% endif %} {%- for each_cond in conditional -%}