From e87febc54afe4b68253a5ba94e1776bfc1f33fa2 Mon Sep 17 00:00:00 2001 From: ticaki Date: Tue, 2 Jan 2024 17:44:44 +0100 Subject: [PATCH] cardUnlock partial usecolor --- ioBroker/NsPanelTs.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ioBroker/NsPanelTs.ts b/ioBroker/NsPanelTs.ts index 644e59dd..1ea472bd 100644 --- a/ioBroker/NsPanelTs.ts +++ b/ioBroker/NsPanelTs.ts @@ -9401,32 +9401,32 @@ type PageGrid2 = { type PageThermo = { type: 'cardThermo', items: PageItem[], -} & PageBaseType +} & Omit type PageMedia = { type: 'cardMedia', items: PageItem[], -} & PageBaseType +} & Omit type PageAlarm = { type: 'cardAlarm', items: PageItem[], -} & PageBaseType +} & Omit type PageUnlock = { type: 'cardUnlock', items: PageItem[], -} & PageBaseType +} & Omit & Partial> type PageQR = { type: 'cardQR', items: PageItem[], -} & PageBaseType +} & Omit type PagePower = { type: 'cardPower', items: PageItem[], -} & PageBaseType +} & Omit type PageChart = { type: 'cardChart' | 'cardLChart',