{% include 'flash_messages.html' %}

{{dict_translation['output']['title']}}

{{_('Output devices enable Mycodo to manipulate things through the use of outputs (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.')}}

{{form_add_output.hidden_tag()}}
{{form_add_output.output_type(class_='selectpicker', **{'data-live-search': 'true', 'title': dict_translation['output']['title'] + ': ' + dict_translation['select_one']['title']})}}
{% for each_output in output -%}
{% include 'pages/output_entry.html' %}
{%- endfor -%}