{% include 'flash_messages.html' %}

{{dict_translation['function']['title']}}

{{_('Functions conduct complex tasks, often coupling one or more Inputs with Outputs. For example, this could be using a PID Controller to create a feedback loop with a temperature sensor and heater in order to regulate temperature.')}}

{{form_mod_pid_base.csrf_token}}
{%- for each_function in conditional -%} {% set controller_type = "Conditional" %}
{% include 'pages/function_options/conditional_entry.html' %}
{% endfor %} {%- for each_function in pid -%}
{% include 'pages/function_options/pid_entry.html' %}
{% endfor %} {%- for each_function in trigger -%}
{% include 'pages/function_options/trigger_entry.html' %}
{% endfor %} {%- for each_function in function_dev -%}
{% include 'pages/function_options/function_entry.html' %}
{% endfor %} {%- for each_function in function -%}
{% include 'pages/function_options/custom_function_entry.html' %}
{% endfor %}
{% include 'admin/dependencies_install.html' %}