mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-26 01:14:25 +01:00
add parameter to hide detail page button (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
766159cff7
commit
d403656c35
@@ -82,6 +82,31 @@
|
||||
│ Dragging : 0
|
||||
│ Disable release event after dragging: 0
|
||||
│ Send Component ID : disabled
|
||||
│
|
||||
│ @@ -1094,23 +1078,14 @@
|
||||
│ vis btDown1,1
|
||||
│ vis tCF1,1
|
||||
│ vis bUp2,1
|
||||
│ vis xTempDest2,1
|
||||
│ vis bDown2,1
|
||||
│ vis tCF2,1
|
||||
│ }
|
||||
│ - //Show btDetail
|
||||
│ - spstr strCommand.txt,tTmp.txt,"~",47
|
||||
│ - if(tTmp.txt!="1")
|
||||
│ - {
|
||||
│ - vis btDetail,1
|
||||
│ - }else
|
||||
│ - {
|
||||
│ - vis btDetail,0
|
||||
│ - }
|
||||
│ }
|
||||
│ if(tInstruction.txt=="pageType")
|
||||
│ {
|
||||
│ sleepValue=0
|
||||
│ //command format pageType,specialPageName
|
||||
│ //write name of speical page to tId
|
||||
│ spstr strCommand.txt,tId.txt,"~",1
|
||||
├── pageStartup.txt
|
||||
│ @@ -173,15 +173,15 @@
|
||||
│ Max. Text Size : 10
|
||||
|
||||
@@ -574,6 +574,31 @@
|
||||
│ Dragging : 0
|
||||
│ Disable release event after dragging: 0
|
||||
│ Send Component ID : disabled
|
||||
│
|
||||
│ @@ -1094,23 +1078,14 @@
|
||||
│ vis btDown1,1
|
||||
│ vis tCF1,1
|
||||
│ vis bUp2,1
|
||||
│ vis xTempDest2,1
|
||||
│ vis bDown2,1
|
||||
│ vis tCF2,1
|
||||
│ }
|
||||
│ - //Show btDetail
|
||||
│ - spstr strCommand.txt,tTmp.txt,"~",47
|
||||
│ - if(tTmp.txt!="1")
|
||||
│ - {
|
||||
│ - vis btDetail,1
|
||||
│ - }else
|
||||
│ - {
|
||||
│ - vis btDetail,0
|
||||
│ - }
|
||||
│ }
|
||||
│ if(tInstruction.txt=="pageType")
|
||||
│ {
|
||||
│ sleepValue=0
|
||||
│ //command format pageType,specialPageName
|
||||
│ //write name of speical page to tId
|
||||
│ spstr strCommand.txt,tId.txt,"~",1
|
||||
├── pageIcons.txt
|
||||
│ @@ -15,15 +15,15 @@
|
||||
│ Scope : global
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
+++ /dev/fd/62 2022-10-23 17:50:22.699416515 +0000
|
||||
+++ /dev/fd/62 2022-10-23 18:52:01.421240024 +0000
|
||||
++9,8 @@
|
||||
+tify.txt
|
||||
+utter.txt
|
||||
@@ -35,6 +35,31 @@
|
||||
+ Dragging : 0
|
||||
+ Disable release event after dragging: 0
|
||||
+ Send Component ID : disabled
|
||||
+
|
||||
+,23 +1078,14 @@
|
||||
+ vis btDown1,1
|
||||
+ vis tCF1,1
|
||||
+ vis bUp2,1
|
||||
+ vis xTempDest2,1
|
||||
+ vis bDown2,1
|
||||
+ vis tCF2,1
|
||||
+ }
|
||||
+ //Show btDetail
|
||||
+ spstr strCommand.txt,tTmp.txt,"~",47
|
||||
+ if(tTmp.txt!="1")
|
||||
+ {
|
||||
+ vis btDetail,1
|
||||
+ }else
|
||||
+ {
|
||||
+ vis btDetail,0
|
||||
+ }
|
||||
+ }
|
||||
+ if(tInstruction.txt=="pageType")
|
||||
+ {
|
||||
+ sleepValue=0
|
||||
+ //command format pageType,specialPageName
|
||||
+ //write name of speical page to tId
|
||||
+ spstr strCommand.txt,tId.txt,"~",1
|
||||
+geIcons.txt
|
||||
+5 +15,15 @@
|
||||
+ Scope : global
|
||||
|
||||
Reference in New Issue
Block a user