From ff461d821c90077caad1e396fd4b8b657d8546d7 Mon Sep 17 00:00:00 2001 From: tt-tom17 Date: Tue, 21 Jan 2025 11:40:46 +0100 Subject: [PATCH] Add service menue esayView --- ioBroker/DEV/NSPanelTs.ts | 1 + ioBroker/ioBroker_NSPanel_locales_service.json | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ioBroker/DEV/NSPanelTs.ts b/ioBroker/DEV/NSPanelTs.ts index 0ecb8338..24dd6f0f 100644 --- a/ioBroker/DEV/NSPanelTs.ts +++ b/ioBroker/DEV/NSPanelTs.ts @@ -670,6 +670,7 @@ let NSPanel_Service_SubPage: PageType = 'items': [ /*PageItem*/{ id: AliasPath + 'Config.Screensaver.alternativeScreensaverLayout', name: findLocaleServMenu('alternative_layout') ,icon: 'page-previous-outline', offColor: HMIOff, onColor: HMIOn}, /*PageItem*/{ id: AliasPath + 'Config.Screensaver.ScreensaverAdvanced', name: findLocaleServMenu('advanced_layout') ,icon: 'page-next-outline', offColor: HMIOff, onColor: HMIOn}, + /*PageItem*/{ id: AliasPath + 'Config.Screensaver.ScreensaverEasyView', name: findLocaleServMenu('easyview_layout') ,icon: 'page-next-outline', offColor: HMIOff, onColor: HMIOn}, ] }; diff --git a/ioBroker/ioBroker_NSPanel_locales_service.json b/ioBroker/ioBroker_NSPanel_locales_service.json index a9bf8c6b..979991b9 100644 --- a/ioBroker/ioBroker_NSPanel_locales_service.json +++ b/ioBroker/ioBroker_NSPanel_locales_service.json @@ -2705,5 +2705,9 @@ "hiddencards_offon":{ "en-US":"hidden Cards (on/off)", "de-DE":"ausgeblendete Seiten (an/aus)" + }, + "easyview_layout":{ + "en-US":"Easyview Layout", + "de-DE":"Einfaches Layout" } }