{% extends "layout.html" %} {% set active_page = "sensor" %} {% set help_page = ["sensors", _('Sensors')] %} {% block title %} - {{_('Sensors')}}{% endblock %} {% block head %}{% endblock %} {%- block body %}
{{_('Sensors 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.')}}