added timer popup

This commit is contained in:
joBr99
2022-12-20 20:26:12 +01:00
parent 1c5381ede6
commit e7cd343882
4 changed files with 12 additions and 1 deletions

View File

@@ -154,6 +154,17 @@ The following message can be used to update the content on the cardEntities Page
options are ? seperated
### popupTimer
editable is 0 or 1
action fields are in the answer on the button press
in case action is empty the button will be hidden
`entityUpdateDetail~{entity_id}~~{icon_color}~{entity_id}~{min_remaining}~{sec_remaining}~{editable}~{action1}~{action2}~{action3}~{label1}~{label2}~{label3}`
### cardThermo Page
`entityUpd~*heading*~*navigation*~*internalNameEntiy*~*currentTemp*~*destTemp*~*status*~*minTemp*~*maxTemp*~*stepTemp*[[~*iconId*~*activeColor*~*state*~*hvac_action*]]~tCurTempLbl~tStateLbl~tALbl~iconTemperature~dstTempTwoTempMode~btDetail`

View File

@@ -125,7 +125,7 @@ for i in range(1,5):
// get Text (optional Value)
spstr strCommand.txt,bText{i}.txt,"~",{idxstart+5}
}}
if(type{i}.txt=="button"||type{i}.txt=="input_sel")
if(type{i}.txt=="button"||type{i}.txt=="input_sel"||type{i}.txt=="timer")
{{
vis bUp{i},0
vis bStop{i},0

Binary file not shown.

Binary file not shown.