diff --git a/HMI/README.md b/HMI/README.md index 279c1b32..c0c02b3b 100644 --- a/HMI/README.md +++ b/HMI/README.md @@ -129,7 +129,7 @@ The following message can be used to update the content on the cardEntities Page ### cardAlarm Page -`entityUpd,*internalNameEntity*,*arm1*,*arm2*,*arm3*,*arm4*,*icon*,*numpadStatus*` +`entityUpd,*internalNameEntity*,*arm1*,*arm1ActionName*,*arm2*,*arm2ActionName*,*arm3*,*arm3ActionName*,*arm4*,*arm4ActionName*,*icon*,*numpadStatus*` ## Messages from Nextion Display @@ -202,7 +202,7 @@ The following message can be used to update the content on the cardEntities Page ### cardAlarm Page -`event,buttonPress2,internalNameEntity,actionText,code` +`event,buttonPress2,internalNameEntity,actionName,code` # Icons IDs diff --git a/HMI/nspanel.HMI b/HMI/nspanel.HMI index b9396a5c..e7b3fda9 100644 Binary files a/HMI/nspanel.HMI and b/HMI/nspanel.HMI differ diff --git a/HMI/nspanel.tft b/HMI/nspanel.tft index 72d53cc2..f5e0318b 100644 Binary files a/HMI/nspanel.tft and b/HMI/nspanel.tft differ