From 3406c777d7264e6af2c2cc3464e83b7faf6893b3 Mon Sep 17 00:00:00 2001 From: Armilar <102996011+Armilar@users.noreply.github.com> Date: Sat, 26 Nov 2022 23:17:19 +0100 Subject: [PATCH] v3.6.0 - Release * Upgrade TFT 45 * Add new Alias-Device Type cie (control colors with XY) * Control Relay 1 + 2 via Datapoints * Add Datapoint to Control Screensaver-Dimmode * Change to Page after bExit * Add cardChart by fumanchi (only on DEV) * Add Background Color Switch via DP * Add cardMedia Colors * Add cardThermo Popup --- ioBroker/NsPanelTs_without_Examples.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ioBroker/NsPanelTs_without_Examples.ts b/ioBroker/NsPanelTs_without_Examples.ts index b641664b..7e74438f 100644 --- a/ioBroker/NsPanelTs_without_Examples.ts +++ b/ioBroker/NsPanelTs_without_Examples.ts @@ -379,8 +379,8 @@ export const config: Config = { NSPanel_Einstellungen, //Auto-Alias Service Page NSPanel_Firmware_Info //Auto-Alias Service Page ], - button1Page: button1Page, //Beispiel-Seite auf Button 1, wenn Rule2 definiert - Wenn nicht definiert --> button1Page: null, - button2Page: button2Page //Beispiel-Seite auf Button 2, wenn Rule2 definiert - Wenn nicht definiert --> button1Page: null, + button1Page: null, //Beispiel-Seite auf Button 1, wenn Rule2 definiert - Wenn nicht definiert --> button1Page: null, + button2Page: null //Beispiel-Seite auf Button 2, wenn Rule2 definiert - Wenn nicht definiert --> button1Page: null, }; // _________________________________ Ab hier keine Konfiguration mehr _____________________________________