diff --git a/HMI/README.md b/HMI/README.md index 0436d826..6836c5f2 100644 --- a/HMI/README.md +++ b/HMI/README.md @@ -115,7 +115,7 @@ The following message can be used to update the content on the cardEntities Page ### popupNotify Page -`entityUpdateDetail,*tHeading*,*b1*,*b2*,*tText*` +`entityUpdateDetail,*internalName*,*tHeading*,*b1*,*b2*,*tText*` ### cardThermo Page @@ -173,9 +173,9 @@ The following message can be used to update the content on the cardEntities Page ### popupNotify Page -`event,buttonPress,D,D,D,1,notifyAction,yes` +`event,buttonPress,D,D,*internalName*,1,notifyAction,yes` -`event,buttonPress,D,D,D,1,notifyAction,no` +`event,buttonPress,D,D,*internalName*,1,notifyAction,no` ### cardThermo Page diff --git a/HMI/nspanel.HMI b/HMI/nspanel.HMI index 0646a77c..a261c018 100644 Binary files a/HMI/nspanel.HMI and b/HMI/nspanel.HMI differ diff --git a/HMI/nspanel.tft b/HMI/nspanel.tft index d896449b..867f87a1 100644 Binary files a/HMI/nspanel.tft and b/HMI/nspanel.tft differ