mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-19 20:54:43 +01:00
sync (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
a02e25d551
commit
f87a2e8b2c
@@ -1525,7 +1525,7 @@ Button bText1
|
||||
Vertical Alignment : center
|
||||
State : unpressed
|
||||
Text :
|
||||
Max. Text Size : 40
|
||||
Max. Text Size : 45
|
||||
Word wrap : enabled
|
||||
Horizontal Spacing : 0
|
||||
Vertical Spacing : 0
|
||||
@@ -1572,7 +1572,7 @@ Button bText2
|
||||
Vertical Alignment : center
|
||||
State : unpressed
|
||||
Text :
|
||||
Max. Text Size : 40
|
||||
Max. Text Size : 45
|
||||
Word wrap : enabled
|
||||
Horizontal Spacing : 0
|
||||
Vertical Spacing : 0
|
||||
@@ -1619,7 +1619,7 @@ Button bText3
|
||||
Vertical Alignment : center
|
||||
State : unpressed
|
||||
Text :
|
||||
Max. Text Size : 40
|
||||
Max. Text Size : 45
|
||||
Word wrap : enabled
|
||||
Horizontal Spacing : 0
|
||||
Vertical Spacing : 0
|
||||
@@ -1666,7 +1666,7 @@ Button bText4
|
||||
Vertical Alignment : center
|
||||
State : unpressed
|
||||
Text :
|
||||
Max. Text Size : 40
|
||||
Max. Text Size : 45
|
||||
Word wrap : enabled
|
||||
Horizontal Spacing : 0
|
||||
Vertical Spacing : 0
|
||||
@@ -2794,6 +2794,7 @@ Timer tmSerial
|
||||
spstr strCommand.txt,tTmp.txt,"~",2
|
||||
//save third arg if there's one
|
||||
spstr strCommand.txt,pageIcons.tTmp2.txt,"~",3
|
||||
spstr strCommand.txt,pageIcons.tTmp3.txt,"~",4
|
||||
//we are going to exit this page with this command, so we have to clear the buffer, so we are not getting into a stupid loop ...
|
||||
udelete payloadLength-1
|
||||
bufferPos=0
|
||||
@@ -2843,6 +2844,10 @@ Timer tmSerial
|
||||
{
|
||||
page cardQR
|
||||
}
|
||||
if(tId.txt=="cardPower")
|
||||
{
|
||||
page cardPower
|
||||
}
|
||||
}
|
||||
if(tInstruction.txt=="time")
|
||||
{
|
||||
|
||||
@@ -1238,6 +1238,7 @@ Timer tmSerial
|
||||
spstr strCommand.txt,tTmp.txt,"~",2
|
||||
//save third arg if there's one
|
||||
spstr strCommand.txt,pageIcons.tTmp2.txt,"~",3
|
||||
spstr strCommand.txt,pageIcons.tTmp3.txt,"~",4
|
||||
//we are going to exit this page with this command, so we have to clear the buffer, so we are not getting into a stupid loop ...
|
||||
udelete payloadLength-1
|
||||
bufferPos=0
|
||||
@@ -1287,6 +1288,10 @@ Timer tmSerial
|
||||
{
|
||||
page cardQR
|
||||
}
|
||||
if(tId.txt=="cardPower")
|
||||
{
|
||||
page cardPower
|
||||
}
|
||||
}
|
||||
if(tInstruction.txt=="time")
|
||||
{
|
||||
|
||||
@@ -36,8 +36,8 @@ pageTest
|
||||
14 Unique line(s) of event code
|
||||
cardGrid
|
||||
42 Component(s)
|
||||
469 Line(s) of event code
|
||||
278 Unique line(s) of event code
|
||||
474 Line(s) of event code
|
||||
281 Unique line(s) of event code
|
||||
cardPower
|
||||
43 Component(s)
|
||||
420 Line(s) of event code
|
||||
@@ -54,17 +54,17 @@ screensaver
|
||||
38 Component(s)
|
||||
338 Line(s) of event code
|
||||
262 Unique line(s) of event code
|
||||
cardEntities
|
||||
65 Component(s)
|
||||
1132 Line(s) of event code
|
||||
519 Unique line(s) of event code
|
||||
cardThermo
|
||||
52 Component(s)
|
||||
585 Line(s) of event code
|
||||
306 Unique line(s) of event code
|
||||
cardEntities
|
||||
65 Component(s)
|
||||
1137 Line(s) of event code
|
||||
522 Unique line(s) of event code
|
||||
|
||||
Total
|
||||
15 Page(s)
|
||||
482 Component(s)
|
||||
5724 Line(s) of event code
|
||||
5734 Line(s) of event code
|
||||
1546 Unique line(s) of event code
|
||||
|
||||
Reference in New Issue
Block a user