diff --git a/HMI/README.md b/HMI/README.md index 8b710e3b..078d6f54 100644 --- a/HMI/README.md +++ b/HMI/README.md @@ -101,11 +101,11 @@ The following message can be used to update the content on the cardEntities Page ### popupLight Page -`entityUpdateDetail,*buttonState*,*sliderBrightnessPos*,*sliderColorTempPos*,*colorMode*` +`entityUpdateDetail,*iconId*,*iconColor*,*buttonState*,*sliderBrightnessPos*,*sliderColorTempPos*,*colorMode*` -`entityUpdateDetail,1,100,78,enable` +`entityUpdateDetail,1,17299,1,100,78,enable` -`entityUpdateDetail,1,100,disable` +`entityUpdateDetail,1,17299,1,100,disable` ### popupShutter Page diff --git a/HMI/nspanel.HMI b/HMI/nspanel.HMI index a22cac3d..c40c9719 100644 Binary files a/HMI/nspanel.HMI and b/HMI/nspanel.HMI differ diff --git a/HMI/nspanel.tft b/HMI/nspanel.tft index 31618791..8116103f 100644 Binary files a/HMI/nspanel.tft and b/HMI/nspanel.tft differ