mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-22 22:18:38 +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
@@ -1818,6 +1818,15 @@ Timer tmSerial
|
||||
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")
|
||||
{
|
||||
|
||||
@@ -42,18 +42,18 @@ cardMedia
|
||||
34 Component(s)
|
||||
394 Line(s) of event code
|
||||
213 Unique line(s) of event code
|
||||
screensaver
|
||||
38 Component(s)
|
||||
350 Line(s) of event code
|
||||
266 Unique line(s) of event code
|
||||
cardThermo
|
||||
53 Component(s)
|
||||
588 Line(s) of event code
|
||||
309 Unique line(s) of event code
|
||||
596 Line(s) of event code
|
||||
314 Unique line(s) of event code
|
||||
popupFan
|
||||
27 Component(s)
|
||||
347 Line(s) of event code
|
||||
202 Unique line(s) of event code
|
||||
screensaver
|
||||
38 Component(s)
|
||||
350 Line(s) of event code
|
||||
266 Unique line(s) of event code
|
||||
cardAlarm
|
||||
40 Component(s)
|
||||
427 Line(s) of event code
|
||||
@@ -70,5 +70,5 @@ cardPower
|
||||
Total
|
||||
16 Page(s)
|
||||
535 Component(s)
|
||||
6352 Line(s) of event code
|
||||
1688 Unique line(s) of event code
|
||||
6360 Line(s) of event code
|
||||
1692 Unique line(s) of event code
|
||||
|
||||
Reference in New Issue
Block a user