mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-24 02:02:15 +01:00
sync us-l (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
0b1bd0fa32
commit
a1da74d32b
@@ -280,7 +280,7 @@ Button bNext
|
||||
|
||||
Events
|
||||
Touch Press Event
|
||||
tSend.txt="event,buttonPress2,cardPower,"
|
||||
tSend.txt="event,buttonPress2,cardChart,"
|
||||
if(bNext.txt=="î")
|
||||
{
|
||||
tSend.txt+="bHome"
|
||||
@@ -334,7 +334,7 @@ Button bPrev
|
||||
|
||||
Events
|
||||
Touch Press Event
|
||||
tSend.txt="event,buttonPress2,cardAlarm,"
|
||||
tSend.txt="event,buttonPress2,cardChart,"
|
||||
if(bPrev.txt=="î¶")
|
||||
{
|
||||
tSend.txt+="bUp"
|
||||
|
||||
@@ -1058,10 +1058,6 @@ Timer tmLP
|
||||
{
|
||||
page popupFan
|
||||
}
|
||||
if(tTmp.txt=="input_sel")
|
||||
{
|
||||
page popupInSel
|
||||
}
|
||||
|
||||
Timer tmSerial
|
||||
Attributes
|
||||
|
||||
@@ -10,14 +10,14 @@ pageTest
|
||||
15 Component(s)
|
||||
15 Line(s) of event code
|
||||
15 Unique line(s) of event code
|
||||
cardChart
|
||||
31 Component(s)
|
||||
452 Line(s) of event code
|
||||
296 Unique line(s) of event code
|
||||
pageStartup
|
||||
19 Component(s)
|
||||
181 Line(s) of event code
|
||||
129 Unique line(s) of event code
|
||||
cardChart
|
||||
31 Component(s)
|
||||
452 Line(s) of event code
|
||||
297 Unique line(s) of event code
|
||||
popupNotify
|
||||
19 Component(s)
|
||||
257 Line(s) of event code
|
||||
@@ -38,6 +38,10 @@ popupFan
|
||||
27 Component(s)
|
||||
351 Line(s) of event code
|
||||
204 Unique line(s) of event code
|
||||
popupInSel
|
||||
34 Component(s)
|
||||
617 Line(s) of event code
|
||||
295 Unique line(s) of event code
|
||||
cardQR
|
||||
32 Component(s)
|
||||
425 Line(s) of event code
|
||||
@@ -46,10 +50,6 @@ cardThermo
|
||||
53 Component(s)
|
||||
612 Line(s) of event code
|
||||
318 Unique line(s) of event code
|
||||
popupInSel
|
||||
34 Component(s)
|
||||
533 Line(s) of event code
|
||||
259 Unique line(s) of event code
|
||||
cardEntities
|
||||
65 Component(s)
|
||||
1169 Line(s) of event code
|
||||
@@ -66,17 +66,17 @@ popupThermo
|
||||
44 Component(s)
|
||||
519 Line(s) of event code
|
||||
274 Unique line(s) of event code
|
||||
cardGrid
|
||||
42 Component(s)
|
||||
518 Line(s) of event code
|
||||
294 Unique line(s) of event code
|
||||
cardMedia
|
||||
57 Component(s)
|
||||
660 Line(s) of event code
|
||||
325 Unique line(s) of event code
|
||||
cardGrid
|
||||
42 Component(s)
|
||||
514 Line(s) of event code
|
||||
293 Unique line(s) of event code
|
||||
|
||||
Total
|
||||
18 Page(s)
|
||||
626 Component(s)
|
||||
7791 Line(s) of event code
|
||||
1950 Unique line(s) of event code
|
||||
7871 Line(s) of event code
|
||||
1986 Unique line(s) of event code
|
||||
|
||||
@@ -1014,6 +1014,90 @@ Button bModeNext
|
||||
{
|
||||
bMode12.pco=1374
|
||||
}
|
||||
if(bMode1.txt=="")
|
||||
{
|
||||
vis bMode1,0
|
||||
}else
|
||||
{
|
||||
vis bMode1,1
|
||||
}
|
||||
if(bMode2.txt=="")
|
||||
{
|
||||
vis bMode2,0
|
||||
}else
|
||||
{
|
||||
vis bMode2,1
|
||||
}
|
||||
if(bMode3.txt=="")
|
||||
{
|
||||
vis bMode3,0
|
||||
}else
|
||||
{
|
||||
vis bMode3,1
|
||||
}
|
||||
if(bMode4.txt=="")
|
||||
{
|
||||
vis bMode4,0
|
||||
}else
|
||||
{
|
||||
vis bMode4,1
|
||||
}
|
||||
if(bMode5.txt=="")
|
||||
{
|
||||
vis bMode5,0
|
||||
}else
|
||||
{
|
||||
vis bMode5,1
|
||||
}
|
||||
if(bMode6.txt=="")
|
||||
{
|
||||
vis bMode6,0
|
||||
}else
|
||||
{
|
||||
vis bMode6,1
|
||||
}
|
||||
if(bMode7.txt=="")
|
||||
{
|
||||
vis bMode7,0
|
||||
}else
|
||||
{
|
||||
vis bMode7,1
|
||||
}
|
||||
if(bMode8.txt=="")
|
||||
{
|
||||
vis bMode8,0
|
||||
}else
|
||||
{
|
||||
vis bMode8,1
|
||||
}
|
||||
if(bMode9.txt=="")
|
||||
{
|
||||
vis bMode9,0
|
||||
}else
|
||||
{
|
||||
vis bMode9,1
|
||||
}
|
||||
if(bMode10.txt=="")
|
||||
{
|
||||
vis bMode10,0
|
||||
}else
|
||||
{
|
||||
vis bMode10,1
|
||||
}
|
||||
if(bMode11.txt=="")
|
||||
{
|
||||
vis bMode11,0
|
||||
}else
|
||||
{
|
||||
vis bMode11,1
|
||||
}
|
||||
if(bMode12.txt=="")
|
||||
{
|
||||
vis bMode12,0
|
||||
}else
|
||||
{
|
||||
vis bMode12,1
|
||||
}
|
||||
|
||||
Timer tmCooldown
|
||||
Attributes
|
||||
|
||||
Reference in New Issue
Block a user