From 3b6d53c78c9b855830639d50968d2aaa918ac3f6 Mon Sep 17 00:00:00 2001 From: Armilar <102996011+Armilar@users.noreply.github.com> Date: Fri, 19 Sep 2025 10:24:27 +0200 Subject: [PATCH] Update NSPanelTs.ts --- ioBroker/DEV/NSPanelTs.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ioBroker/DEV/NSPanelTs.ts b/ioBroker/DEV/NSPanelTs.ts index 5c5373e0..244e25e9 100644 --- a/ioBroker/DEV/NSPanelTs.ts +++ b/ioBroker/DEV/NSPanelTs.ts @@ -14944,6 +14944,18 @@ namespace NSPanel { popupVersion?: number; shutterType?: string; shutterZeroIsClosed?: boolean; + sliderItems?: [sliderItems?, sliderItems?, sliderItems?] | null; + }; + + type sliderItems = { + heading: string; + icon1?: string; + icon2?: string; + minValue?: number; + maxValue?: number; + stepValue?: number; + zeroValue?: boolean; + id?: string; // writeable overwrite actual and set }; type shutterIcons = {