{% extends "base.html" %} {% block title %}Bearbeite {{ filename }}{% endblock %} {% block content %}

Bearbeite Konfiguration

{{ filename }}

{% if error %} {% endif %}
Abbrechen
Hilfe – Beispielstruktur
{
  "name": "BR 01 Dampflok",
  "image": "br01.jpg",
  "hub_id": 0,
  "hub_type": "6channel",
  "channels": [
    {"port": "A", "type": "motor", "name": "Fahrtrichtung", "invert": false},
    {"port": "C", "type": "light", "name": "Spitzenlicht", "on_value": 1.0}
  ]
}
    
{% endblock %}