mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-22 22:18:38 +01:00
sync (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
1896b6a3e3
commit
9fbfc64966
@@ -20,11 +20,6 @@ Page cardGrid
|
||||
|
||||
Events
|
||||
Preinitialize Event
|
||||
for(sys0=0;sys0<40;sys0++)
|
||||
{
|
||||
b[sys0].bco=defaultBcoColor
|
||||
b[sys0].pco=defaultFontColor
|
||||
}
|
||||
dim=dimValueNormal
|
||||
//remove background & activate reparse mode
|
||||
vis p0,0
|
||||
@@ -49,6 +44,15 @@ Page cardGrid
|
||||
vis tEntity6,0
|
||||
vis bPrev,0
|
||||
vis bNext,0
|
||||
cardGrid.bco=defaultBcoColor
|
||||
for(sys0=0;sys0<42;sys0++)
|
||||
{
|
||||
if(b[sys0].type==98||b[sys0].type==116)
|
||||
{
|
||||
b[sys0].bco=defaultBcoColor
|
||||
b[sys0].pco=defaultFontColor
|
||||
}
|
||||
}
|
||||
|
||||
Variable (string) strCommand
|
||||
Attributes
|
||||
|
||||
@@ -26,6 +26,10 @@ cardQR
|
||||
32 Component(s)
|
||||
384 Line(s) of event code
|
||||
223 Unique line(s) of event code
|
||||
cardGrid
|
||||
42 Component(s)
|
||||
458 Line(s) of event code
|
||||
269 Unique line(s) of event code
|
||||
popupFan
|
||||
20 Component(s)
|
||||
234 Line(s) of event code
|
||||
@@ -42,10 +46,6 @@ screensaver
|
||||
38 Component(s)
|
||||
332 Line(s) of event code
|
||||
257 Unique line(s) of event code
|
||||
cardGrid
|
||||
42 Component(s)
|
||||
454 Line(s) of event code
|
||||
267 Unique line(s) of event code
|
||||
cardAlarm
|
||||
40 Component(s)
|
||||
421 Line(s) of event code
|
||||
@@ -62,5 +62,5 @@ cardThermo
|
||||
Total
|
||||
14 Page(s)
|
||||
444 Component(s)
|
||||
5249 Line(s) of event code
|
||||
1361 Unique line(s) of event code
|
||||
5253 Line(s) of event code
|
||||
1363 Unique line(s) of event code
|
||||
|
||||
Reference in New Issue
Block a user