diff --git a/HMI/README.md b/HMI/README.md index fd1d8160..1ff58405 100644 --- a/HMI/README.md +++ b/HMI/README.md @@ -117,7 +117,9 @@ 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*` +`entityUpd,*internalNameEntiy*,*heading*,*currentTemp*,*destTemp*,*status*,*minTemp*,*maxTemp*,*stepTemp*[[,*iconId*,*activeColor*,*state*]]` + +`[[]]` are not part of the command, this part repeats 9 times for the buttons ### cardMedia Page diff --git a/HMI/nspanel.HMI b/HMI/nspanel.HMI index 78a5b7d0..028c6717 100644 Binary files a/HMI/nspanel.HMI and b/HMI/nspanel.HMI differ diff --git a/HMI/nspanel.tft b/HMI/nspanel.tft index e53df739..4168e258 100644 Binary files a/HMI/nspanel.tft and b/HMI/nspanel.tft differ