diff --git a/ioBroker/DEV/NSPanelTs.ts b/ioBroker/DEV/NSPanelTs.ts index 45f09bfa..25f63f0b 100644 --- a/ioBroker/DEV/NSPanelTs.ts +++ b/ioBroker/DEV/NSPanelTs.ts @@ -6556,6 +6556,7 @@ function HandleButtonEvent(words: any): void { case 'rgbSingle': case 'hue': toggleState(id + '.ON_ACTUAL'); + break; case 'media': if (!activePage || activePage.type != 'cardMedia') { if (activePage) throw new Error(`Found channel role media for card: ${activePage.type} not allowed`) diff --git a/ioBroker/NsPanelTs.ts b/ioBroker/NsPanelTs.ts index 45f09bfa..25f63f0b 100644 --- a/ioBroker/NsPanelTs.ts +++ b/ioBroker/NsPanelTs.ts @@ -6556,6 +6556,7 @@ function HandleButtonEvent(words: any): void { case 'rgbSingle': case 'hue': toggleState(id + '.ON_ACTUAL'); + break; case 'media': if (!activePage || activePage.type != 'cardMedia') { if (activePage) throw new Error(`Found channel role media for card: ${activePage.type} not allowed`)