mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-03-03 20:06:53 +01:00
fix #807 and sync us-l/p (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
350617d045
commit
b023ff00d2
@@ -907,11 +907,11 @@ Timer tmSerial
|
||||
{
|
||||
if(type1.txt=="delete"||type1.txt=="")
|
||||
{
|
||||
qrcode m1.x,m1.y,200,defaultBcoColor,65535,-1,vaQR.txt
|
||||
qrcode m1.x,m1.y,200,65535,defaultBcoColor,-1,vaQR.txt
|
||||
}
|
||||
}else
|
||||
{
|
||||
qrcode m0.x,m0.y,200,defaultBcoColor,65535,-1,vaQR.txt
|
||||
qrcode m0.x,m0.y,200,65535,defaultBcoColor,-1,vaQR.txt
|
||||
}
|
||||
}
|
||||
if(tInstruction.txt=="time")
|
||||
|
||||
@@ -14,14 +14,14 @@ popupLight
|
||||
28 Component(s)
|
||||
408 Line(s) of event code
|
||||
225 Unique line(s) of event code
|
||||
screensaver2
|
||||
58 Component(s)
|
||||
344 Line(s) of event code
|
||||
243 Unique line(s) of event code
|
||||
popupFan
|
||||
27 Component(s)
|
||||
351 Line(s) of event code
|
||||
204 Unique line(s) of event code
|
||||
cardQR
|
||||
34 Component(s)
|
||||
406 Line(s) of event code
|
||||
236 Unique line(s) of event code
|
||||
cardPower
|
||||
54 Component(s)
|
||||
517 Line(s) of event code
|
||||
@@ -56,12 +56,16 @@ pageStartup
|
||||
133 Unique line(s) of event code
|
||||
popupNotify
|
||||
19 Component(s)
|
||||
261 Line(s) of event code
|
||||
168 Unique line(s) of event code
|
||||
263 Line(s) of event code
|
||||
170 Unique line(s) of event code
|
||||
cardMedia
|
||||
59 Component(s)
|
||||
645 Line(s) of event code
|
||||
320 Unique line(s) of event code
|
||||
cardQR
|
||||
34 Component(s)
|
||||
406 Line(s) of event code
|
||||
236 Unique line(s) of event code
|
||||
popupTimer
|
||||
42 Component(s)
|
||||
512 Line(s) of event code
|
||||
@@ -78,10 +82,6 @@ popupInSel
|
||||
34 Component(s)
|
||||
617 Line(s) of event code
|
||||
295 Unique line(s) of event code
|
||||
screensaver2
|
||||
58 Component(s)
|
||||
344 Line(s) of event code
|
||||
243 Unique line(s) of event code
|
||||
cardEntities
|
||||
91 Component(s)
|
||||
1626 Line(s) of event code
|
||||
@@ -90,5 +90,5 @@ cardEntities
|
||||
Total
|
||||
21 Page(s)
|
||||
811 Component(s)
|
||||
9626 Line(s) of event code
|
||||
9628 Line(s) of event code
|
||||
2453 Unique line(s) of event code
|
||||
|
||||
@@ -27,6 +27,8 @@ Page popupNotify
|
||||
vis tTmp,0
|
||||
vis tInstruction,0
|
||||
vis tId,0
|
||||
vis b1,0
|
||||
vis b2,0
|
||||
popupNotify.bco=defaultBcoColor
|
||||
tHeading.bco=defaultBcoColor
|
||||
b0.bco=defaultBcoColor
|
||||
|
||||
@@ -313,9 +313,9 @@ Text e1Icon
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 35
|
||||
x coordinate : 20
|
||||
y coordinate : 286
|
||||
Width : 40
|
||||
Width : 70
|
||||
Height : 30
|
||||
Effect : load
|
||||
Effect Priority : 0
|
||||
@@ -403,9 +403,9 @@ Text e2Icon
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 109
|
||||
x coordinate : 94
|
||||
y coordinate : 286
|
||||
Width : 40
|
||||
Width : 70
|
||||
Height : 30
|
||||
Effect : load
|
||||
Effect Priority : 0
|
||||
@@ -493,9 +493,9 @@ Text e3Icon
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 183
|
||||
x coordinate : 168
|
||||
y coordinate : 286
|
||||
Width : 40
|
||||
Width : 70
|
||||
Height : 30
|
||||
Effect : load
|
||||
Effect Priority : 0
|
||||
@@ -583,9 +583,9 @@ Text e4Icon
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 35
|
||||
x coordinate : 20
|
||||
y coordinate : 372
|
||||
Width : 40
|
||||
Width : 70
|
||||
Height : 30
|
||||
Effect : load
|
||||
Effect Priority : 0
|
||||
@@ -673,9 +673,9 @@ Text e5Icon
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 109
|
||||
x coordinate : 94
|
||||
y coordinate : 372
|
||||
Width : 40
|
||||
Width : 70
|
||||
Height : 30
|
||||
Effect : load
|
||||
Effect Priority : 0
|
||||
@@ -763,9 +763,9 @@ Text e6Icon
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Opacity : 127
|
||||
x coordinate : 182
|
||||
x coordinate : 167
|
||||
y coordinate : 372
|
||||
Width : 40
|
||||
Width : 70
|
||||
Height : 30
|
||||
Effect : load
|
||||
Effect Priority : 0
|
||||
|
||||
Reference in New Issue
Block a user