mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-03-02 05:06:51 +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")
|
||||
|
||||
@@ -22,10 +22,6 @@ popupInSel
|
||||
34 Component(s)
|
||||
617 Line(s) of event code
|
||||
295 Unique line(s) of event code
|
||||
popupNotify
|
||||
19 Component(s)
|
||||
261 Line(s) of event code
|
||||
168 Unique line(s) of event code
|
||||
pageTest
|
||||
26 Component(s)
|
||||
68 Line(s) of event code
|
||||
@@ -42,6 +38,10 @@ cardChart
|
||||
33 Component(s)
|
||||
433 Line(s) of event code
|
||||
294 Unique line(s) of event code
|
||||
popupNotify
|
||||
19 Component(s)
|
||||
263 Line(s) of event code
|
||||
170 Unique line(s) of event code
|
||||
cardPower
|
||||
54 Component(s)
|
||||
523 Line(s) of event code
|
||||
@@ -66,10 +66,6 @@ cardAlarm
|
||||
43 Component(s)
|
||||
496 Line(s) of event code
|
||||
271 Unique line(s) of event code
|
||||
cardQR
|
||||
34 Component(s)
|
||||
406 Line(s) of event code
|
||||
236 Unique line(s) of event code
|
||||
cardThermo
|
||||
57 Component(s)
|
||||
536 Line(s) of event code
|
||||
@@ -82,6 +78,10 @@ screensaver2
|
||||
58 Component(s)
|
||||
344 Line(s) of event code
|
||||
243 Unique line(s) of event code
|
||||
cardQR
|
||||
34 Component(s)
|
||||
406 Line(s) of event code
|
||||
236 Unique line(s) of event code
|
||||
cardEntities
|
||||
67 Component(s)
|
||||
1166 Line(s) of event code
|
||||
@@ -90,5 +90,5 @@ cardEntities
|
||||
Total
|
||||
21 Page(s)
|
||||
800 Component(s)
|
||||
9222 Line(s) of event code
|
||||
9224 Line(s) of event code
|
||||
2331 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 : 221
|
||||
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 : 221
|
||||
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 : 221
|
||||
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 : 260
|
||||
x coordinate : 245
|
||||
y coordinate : 221
|
||||
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 : 334
|
||||
x coordinate : 319
|
||||
y coordinate : 221
|
||||
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 : 407
|
||||
x coordinate : 392
|
||||
y coordinate : 221
|
||||
Width : 40
|
||||
Width : 70
|
||||
Height : 30
|
||||
Effect : load
|
||||
Effect Priority : 0
|
||||
|
||||
Reference in New Issue
Block a user