mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-22 14:08:37 +01:00
sync (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
a686222e0a
commit
cb8bd661fe
@@ -38,18 +38,18 @@ cardQR
|
||||
32 Component(s)
|
||||
409 Line(s) of event code
|
||||
238 Unique line(s) of event code
|
||||
popupNotify
|
||||
19 Component(s)
|
||||
253 Line(s) of event code
|
||||
164 Unique line(s) of event code
|
||||
cardMedia
|
||||
34 Component(s)
|
||||
394 Line(s) of event code
|
||||
213 Unique line(s) of event code
|
||||
popupNotify
|
||||
19 Component(s)
|
||||
247 Line(s) of event code
|
||||
158 Unique line(s) of event code
|
||||
screensaver
|
||||
38 Component(s)
|
||||
338 Line(s) of event code
|
||||
262 Unique line(s) of event code
|
||||
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 @@ popupThermo
|
||||
Total
|
||||
16 Page(s)
|
||||
541 Component(s)
|
||||
6512 Line(s) of event code
|
||||
1740 Unique line(s) of event code
|
||||
6530 Line(s) of event code
|
||||
1750 Unique line(s) of event code
|
||||
|
||||
@@ -29,7 +29,7 @@ Variable (string) vaDate
|
||||
Attributes
|
||||
ID : 5
|
||||
Scope : global
|
||||
Text :
|
||||
Text :
|
||||
Max. Text Size: 35
|
||||
|
||||
Text tTmp1
|
||||
|
||||
@@ -33,11 +33,17 @@ Page popupNotify
|
||||
tText.bco=defaultBcoColor
|
||||
b1.bco=defaultBcoColor
|
||||
b2.bco=defaultBcoColor
|
||||
tIcon.bco=defaultBcoColor
|
||||
tTextAlt.bco=defaultBcoColor
|
||||
tHeading.pco=defaultFontColor
|
||||
b0.pco=defaultFontColor
|
||||
tText.pco=defaultFontColor
|
||||
b1.pco=defaultFontColor
|
||||
b2.pco=defaultFontColor
|
||||
vis tIcon,0
|
||||
vis tTextAlt,0
|
||||
tIcon.pco=defaultFontColor
|
||||
tTextAlt.pco=defaultFontColor
|
||||
|
||||
Variable (string) strCommand
|
||||
Attributes
|
||||
|
||||
@@ -1189,6 +1189,18 @@ Timer tmSerial
|
||||
vis tNotifyHead,0
|
||||
vis tNotifyText,0
|
||||
}
|
||||
tNotifyHead.bco=tTime.bco
|
||||
tNotifyText.bco=tTime.bco
|
||||
spstr strCommand.txt,tTmp.txt,"~",3
|
||||
if(tTmp.txt!="")
|
||||
{
|
||||
covx tTmp.txt,tNotifyHead.pco,0,0
|
||||
}
|
||||
spstr strCommand.txt,tTmp.txt,"~",4
|
||||
if(tTmp.txt!="")
|
||||
{
|
||||
covx tTmp.txt,tNotifyText.pco,0,0
|
||||
}
|
||||
}
|
||||
if(tInstruction.txt=="pageType")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user