diff --git a/HMI/README.md b/HMI/README.md index 0a0bad23..4decaa41 100644 --- a/HMI/README.md +++ b/HMI/README.md @@ -117,7 +117,7 @@ The following message can be used to update the content on the cardEntities Page ### cardThermo Page -`entityUpd,*internalNameEntiy*,*heading*,*currentTemp*,*destTemp*,*status*,*minTemp*,*maxTemp*,*stepTemp*[[,*iconId*,*activeColor*,*state*]]` +`entityUpd,*internalNameEntiy*,*heading*,*currentTemp*,*destTemp*,*status*,*minTemp*,*maxTemp*,*stepTemp*[[,*iconId*,*activeColor*,*state*,*hvac_action*]]` `[[]]` are not part of the command, this part repeats 9 times for the buttons @@ -181,6 +181,8 @@ The following message can be used to update the content on the cardEntities Page `event,tempUpd,*pageNumber*,*entityName*,*temperature*` +`event,buttonPress,*pageNumber*,*tHeading*,*entityName,1,*hvac_action* + ### cardMedia Page `event,buttonPress,1,tHeading,internalNameEntity,1,media-back` diff --git a/HMI/nspanel.HMI b/HMI/nspanel.HMI index 68b2d3ec..004fcad1 100644 Binary files a/HMI/nspanel.HMI and b/HMI/nspanel.HMI differ diff --git a/HMI/nspanel.tft b/HMI/nspanel.tft index e155e9c9..a53864d4 100644 Binary files a/HMI/nspanel.tft and b/HMI/nspanel.tft differ