This commit is contained in:
Johannes Braun
2022-03-25 12:11:53 +01:00
parent 952398a827
commit 32b84bba9f

View File

@@ -138,6 +138,12 @@ The following message can be used to update the content on the cardEntities Page
## Messages from Nextion Display
`event,buttonPress2,pageName,bNext`
`event,buttonPress2,pageName,bPrev`
`event,buttonPress2,pageName,bExit`
### startup page
`event,startup,version`
@@ -149,13 +155,10 @@ The following message can be used to update the content on the cardEntities Page
`event,screensaverOpen` - Screensaver has opened
### cardEntities Page
`event,*eventName*,*entityName*,*actionName*,*optionalValue*`
`event,pageOpen,0`
`event,buttonPress2,internalNameEntity,up`
`event,buttonPress2,internalNameEntity,down`
@@ -192,8 +195,6 @@ The following message can be used to update the content on the cardEntities Page
### cardThermo Page
`event,pageOpen,0`
`event,buttonPress2,*entityName*,tempUpd,*temperature*`
`event,buttonPress2,*entityName*,hvac_action,*hvac_action*`