{% extends "layout.html" %} {% set active_page = "input" %} {% set help_page = ["input", _('Input')] %} {% block title %} - {{_('Sensors')}}{% endblock %} {% block head %}{% endblock %} {%- block body %}
{{_('Inputs, such as sensors or ADC signals, enable measuring conditions in the environment. Add, configure, and activate sensors to begin recording measurements to the database and allow them to be used throughout Mycodo.')}}