mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-20 13:14:44 +01:00
Merge branch 'main' of https://github.com/joBr99/nspanel-lovelace-ui (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
ee6da21914
commit
898dadf50c
@@ -20,8 +20,8 @@ popupLight
|
||||
214 Unique line(s) of event code
|
||||
popupNotify
|
||||
19 Component(s)
|
||||
249 Line(s) of event code
|
||||
161 Unique line(s) of event code
|
||||
253 Line(s) of event code
|
||||
164 Unique line(s) of event code
|
||||
pageStartup
|
||||
19 Component(s)
|
||||
172 Line(s) of event code
|
||||
@@ -66,5 +66,5 @@ cardEntities
|
||||
Total
|
||||
15 Page(s)
|
||||
490 Component(s)
|
||||
5815 Line(s) of event code
|
||||
1575 Unique line(s) of event code
|
||||
5819 Line(s) of event code
|
||||
1576 Unique line(s) of event code
|
||||
|
||||
@@ -42,8 +42,8 @@ Page popupNotify
|
||||
b2.pco=defaultFontColor
|
||||
vis tIcon,0
|
||||
vis tTextAlt,0
|
||||
tIcon.bco=defaultFontColor
|
||||
tTextAlt.bco=defaultFontColor
|
||||
tIcon.pco=defaultFontColor
|
||||
tTextAlt.pco=defaultFontColor
|
||||
|
||||
Variable (string) strCommand
|
||||
Attributes
|
||||
@@ -559,10 +559,12 @@ Timer tmSerial
|
||||
spstr strCommand.txt,tTmp.txt,"~",10
|
||||
covx tTmp.txt,sys0,0,0
|
||||
sleepTimeout=sys0
|
||||
//font size
|
||||
spstr strCommand.txt,tTmp.txt,"~",11
|
||||
covx tTmp.txt,sys0,0,0
|
||||
tTextAlt.font=sys0
|
||||
tText.font=sys0
|
||||
//icon
|
||||
spstr strCommand.txt,tIcon.txt,"~",12
|
||||
if(tIcon.txt!="")
|
||||
{
|
||||
@@ -570,7 +572,12 @@ Timer tmSerial
|
||||
vis tTextAlt,1
|
||||
vis tText,0
|
||||
tTextAlt.txt=tText.txt
|
||||
tTextAlt.pco=tText.pco
|
||||
}
|
||||
// alt icon color
|
||||
spstr strCommand.txt,tTmp.txt,"~",13
|
||||
covx tTmp.txt,sys0,0,0
|
||||
tIcon.pco=sys0
|
||||
}
|
||||
if(tInstruction.txt=="time")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user