mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-22 22:18:38 +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
831f6f03da
commit
5e7ce4f1b7
@@ -20,6 +20,21 @@ Page cardAlarm
|
||||
|
||||
Events
|
||||
Preinitialize Event
|
||||
for(sys0=0;sys0<40;sys0++)
|
||||
{
|
||||
b[sys0].bco=defaultBcoColor
|
||||
b[sys0].pco=defaultFontColor
|
||||
}
|
||||
if(defaultBcoColor==0)
|
||||
{
|
||||
tCode.bco=6371
|
||||
tCode.pco=40179
|
||||
}
|
||||
if(defaultBcoColor==6371)
|
||||
{
|
||||
tCode.bco=10565
|
||||
tCode.pco=40179
|
||||
}
|
||||
dim=dimValueNormal
|
||||
vis p0,0
|
||||
vis tSend,0
|
||||
|
||||
@@ -20,6 +20,22 @@ Page cardEntities
|
||||
|
||||
Events
|
||||
Preinitialize Event
|
||||
for(sys0=0;sys0<40;sys0++)
|
||||
{
|
||||
b[sys0].bco=defaultBcoColor
|
||||
b[sys0].pco=defaultFontColor
|
||||
if(b[sys0].type==53&&defaultBcoColor==0)
|
||||
{
|
||||
b[sys0].pic=10
|
||||
b[sys0].pic2=11
|
||||
}
|
||||
if(b[sys0].type==1&&defaultBcoColor==0)
|
||||
{
|
||||
b[sys0].pic=14
|
||||
b[sys0].pic1=13
|
||||
b[sys0].pic2=15
|
||||
}
|
||||
}
|
||||
dim=dimValueNormal
|
||||
//wup=cardEntities
|
||||
//remove background & activate reparse mode
|
||||
@@ -71,16 +87,6 @@ Page cardEntities
|
||||
vis bText4,0
|
||||
vis hSlider4,0
|
||||
vis nNum4,0
|
||||
//ui e5
|
||||
vis btOnOff5,0
|
||||
vis bUp5,0
|
||||
vis bStop5,0
|
||||
vis bDown5,0
|
||||
vis tIcon5,0
|
||||
vis tEntity5,0
|
||||
vis bText5,0
|
||||
vis hSlider5,0
|
||||
vis nNum5,0
|
||||
vis bPrev,0
|
||||
vis bNext,0
|
||||
|
||||
|
||||
@@ -20,6 +20,17 @@ Page cardMedia
|
||||
|
||||
Events
|
||||
Preinitialize Event
|
||||
for(sys0=0;sys0<40;sys0++)
|
||||
{
|
||||
b[sys0].bco=defaultBcoColor
|
||||
b[sys0].pco=defaultFontColor
|
||||
}
|
||||
if(defaultBcoColor==0)
|
||||
{
|
||||
hVolume.pic=14
|
||||
hVolume.pic1=13
|
||||
hVolume.pic2=15
|
||||
}
|
||||
dim=dimValueNormal
|
||||
vis p0,0
|
||||
vis tSend,0
|
||||
|
||||
@@ -20,12 +20,8 @@ popupShutter
|
||||
207 Unique line(s) of event code
|
||||
cardMedia
|
||||
34 Component(s)
|
||||
373 Line(s) of event code
|
||||
200 Unique line(s) of event code
|
||||
cardAlarm
|
||||
40 Component(s)
|
||||
402 Line(s) of event code
|
||||
244 Unique line(s) of event code
|
||||
384 Line(s) of event code
|
||||
207 Unique line(s) of event code
|
||||
cardQR
|
||||
32 Component(s)
|
||||
384 Line(s) of event code
|
||||
@@ -34,6 +30,10 @@ popupLight
|
||||
27 Component(s)
|
||||
363 Line(s) of event code
|
||||
196 Unique line(s) of event code
|
||||
cardAlarm
|
||||
40 Component(s)
|
||||
417 Line(s) of event code
|
||||
252 Unique line(s) of event code
|
||||
pageStartup
|
||||
19 Component(s)
|
||||
167 Line(s) of event code
|
||||
@@ -52,11 +52,11 @@ cardGrid
|
||||
267 Unique line(s) of event code
|
||||
cardEntities
|
||||
77 Component(s)
|
||||
1227 Line(s) of event code
|
||||
523 Unique line(s) of event code
|
||||
1234 Line(s) of event code
|
||||
524 Unique line(s) of event code
|
||||
|
||||
Total
|
||||
13 Page(s)
|
||||
424 Component(s)
|
||||
4895 Line(s) of event code
|
||||
1296 Unique line(s) of event code
|
||||
4928 Line(s) of event code
|
||||
1302 Unique line(s) of event code
|
||||
|
||||
Reference in New Issue
Block a user