diff --git a/HMI/README.md b/HMI/README.md index 717aacbe..279c1b32 100644 --- a/HMI/README.md +++ b/HMI/README.md @@ -127,6 +127,11 @@ The following message can be used to update the content on the cardEntities Page `entityUpd,|*internalNameEntiy*|*heading*|*icon*|*title*|*author*|*volume*|*playpauseicon*` +### cardAlarm Page + +`entityUpd,*internalNameEntity*,*arm1*,*arm2*,*arm3*,*arm4*,*icon*,*numpadStatus*` + + ## Messages from Nextion Display ### startup page @@ -195,6 +200,9 @@ The following message can be used to update the content on the cardEntities Page `event,buttonPress,1,tHeading,internalNameEntity,1,volumeSlider,75` +### cardAlarm Page + +`event,buttonPress2,internalNameEntity,actionText,code` # Icons IDs diff --git a/HMI/nspanel.HMI b/HMI/nspanel.HMI index 019bb7c2..b9396a5c 100644 Binary files a/HMI/nspanel.HMI and b/HMI/nspanel.HMI differ diff --git a/HMI/nspanel.tft b/HMI/nspanel.tft index a82fc6fb..72d53cc2 100644 Binary files a/HMI/nspanel.tft and b/HMI/nspanel.tft differ