{% extends "layout.html" %} {% set active_page = "output" %} {% set help_page = ["output", _('Output')] %} {% block title %} - {{_('Output')}}{% 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.')}}