{% extends "base.html" %} {% block title %}{% if device %}Edit Device – {{ device.name }}{% else %}Add Device{% endif %}{% endblock %} {% block content %}
Give your device a name and map it to a relay or sensor channel on one of your boards. Once mapped, toggling the device will control the physical hardware.
{% endblock %} {% block scripts %} {% endblock %}