{% extends "layout.html" %} {% set active_page = "data" %} {% set help_page = ["data", _('Data')] %} {% block title %} - {{_('Data')}}{% endblock %} {% block head %}{% endblock %} {%- block body %}
{{_('Data are individual pieces of information stored for later use. They may be values acquired from sensors, signals from analog-to-digital controllers, a response from a command, or even math performed on other data to produce an average, to name a few. Add, configure, and activate Inputs to begin recording measurements to the database and allow them to be used throughout Mycodo.')}}