+ + {{ facade.selectedDevice()?.displayName }} + + + + + + + @if (!facade.selectedDevice()) { +
+ devices + NO DEVICES CONNECTED + Connect a PCPanel device via USB +
+ } + + + @if (facade.selectedDevice(); as dev) { + + +
+
+ @if (facade.isPro()) { + + } + @if (facade.isMini()) { + + } + @if (facade.isRgb()) { + + } +

Click a dial or slider to configure it

+
+ + +
+ PCPanel Editor + + @if (facade.lightingConfig(); as cfg) { +
+ brightness_medium + + + + {{ cfg.globalBrightness }}% +
+ } + +
+ + Profile + + @for (p of dev.profiles; track p) { + {{ p }} + } + + + + +
+
+
+ } +