{% load static %} WLED Dashboard

WLED StockTree Dashboard

Registered WLED Instances

{% for wled in wled_instances %} {% empty %} {% endfor %}
ID IP Address Max LEDs Actions
{{ wled.id }} {{ wled.ip }} {{ wled.max_leds }} Unregister
No WLED instances registered.

Register WLED Instance

{% csrf_token %}

Registered Stock Locations

{% for loc in target_locs %} {% endfor %}
ID Name WLED X X Min X Max WLED Y Y Min Y Max Actions
{{ loc.id }} {{ loc.name }} {{ loc.instance_x }} {{ loc.x_min }} {{ loc.x_max }} {{ loc.instance_y }} {{ loc.y_min }} {{ loc.y_max }} Unregister

Total Max LEDs: {{ max_leds }}

Turn Off All LEDs

Register LED Range(s) to Location

{% csrf_token %}