{% extends "base.html" %} {% block title %}Mutenix - Configuration{% endblock %} {% block content %}

Configuration

Button Actions

{% for action in button_actions %} {% endfor %}
Button ID Action Extra
{{ action.button_id }} {{ action.action }} {{ action.extra }}

LED Configurations

{% for led in leds %} {% endfor %}
Button ID Source Color On Color Off Extra
{{ led.button_id }} {{ led.source }} {{ led.color_on }} {{ led.color_off }} {{ led.extra }}

YAML Configuration

{% endblock %}