mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-10 07:16:34 +01:00
hide elements on cardThermo (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
ff9dc6c71e
commit
03ac046feb
@@ -44,6 +44,56 @@
|
||||
│ baud=115200
|
||||
│ //debug stuff
|
||||
│ vis tTmp,0
|
||||
│ --- HMI/n2t-out/cardThermo.txt
|
||||
├── +++ HMI/US/landscape/n2t-out/cardThermo.txt
|
||||
│ @@ -28,14 +28,18 @@
|
||||
│ vis tSend,0
|
||||
│ vis tInstruction,0
|
||||
│ vis tTmp,0
|
||||
│ vis tId,0
|
||||
│ vis xTempMin1,0
|
||||
│ vis xTempMax1,0
|
||||
│ vis xTempStep1,0
|
||||
│ + vis xTempDest,0
|
||||
│ + vis btUp,0
|
||||
│ + vis btDown,0
|
||||
│ + vis tCF,0
|
||||
│ //tEntity.txt=tHeading.txt
|
||||
│ // disable all buttons
|
||||
│ vis bt0,0
|
||||
│ vis bt1,0
|
||||
│ vis bt2,0
|
||||
│ vis bt3,0
|
||||
│ vis bt4,0
|
||||
│ @@ -1014,14 +1018,28 @@
|
||||
│ vis xTempDest1,1
|
||||
│ vis btDown1,1
|
||||
│ vis tCF1,1
|
||||
│ vis bUp2,1
|
||||
│ vis xTempDest2,1
|
||||
│ vis bDown2,1
|
||||
│ vis tCF2,1
|
||||
│ + }else
|
||||
│ + {
|
||||
│ + vis btUp,1
|
||||
│ + vis xTempDest,1
|
||||
│ + vis btDown,1
|
||||
│ + vis tCF,1
|
||||
│ + vis btUp1,0
|
||||
│ + vis xTempDest1,0
|
||||
│ + vis btDown1,0
|
||||
│ + vis tCF1,0
|
||||
│ + vis bUp2,0
|
||||
│ + vis xTempDest2,0
|
||||
│ + vis bDown2,0
|
||||
│ + vis tCF2,0
|
||||
│ }
|
||||
│ //Show btDetail
|
||||
│ spstr strCommand.txt,tTmp.txt,"~",58
|
||||
│ if(tTmp.txt!="1")
|
||||
│ {
|
||||
│ vis btDetail,1
|
||||
│ }else
|
||||
│ --- HMI/n2t-out/pageStartup.txt
|
||||
├── +++ HMI/US/landscape/n2t-out/pageStartup.txt
|
||||
│ @@ -164,15 +164,15 @@
|
||||
|
||||
Reference in New Issue
Block a user