mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-23 13:02:14 +01:00
open select popup on cardGird direct (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
3bc42a9d0f
commit
a70494b355
@@ -25,7 +25,7 @@ Page cardEntities
|
||||
//remove background & activate reparse mode
|
||||
vis p0,0
|
||||
recmod=1
|
||||
bauds=115200
|
||||
baud=115200
|
||||
//debug stuff
|
||||
vis tTmp,0
|
||||
vis tSend,0
|
||||
|
||||
@@ -24,7 +24,7 @@ Page cardGrid
|
||||
//remove background & activate reparse mode
|
||||
vis p0,0
|
||||
recmod=1
|
||||
bauds=115200
|
||||
baud=115200
|
||||
//debug stuff
|
||||
vis tTmp,0
|
||||
vis tSend,0
|
||||
@@ -512,6 +512,10 @@ Button bEntity1
|
||||
{
|
||||
page popupShutter
|
||||
}
|
||||
if(type1.txt=="input_sel")
|
||||
{
|
||||
page popupInSel
|
||||
}
|
||||
|
||||
Touch Release Event
|
||||
tmLP.en=0
|
||||
@@ -571,6 +575,10 @@ Button bEntity2
|
||||
{
|
||||
page popupShutter
|
||||
}
|
||||
if(type2.txt=="input_sel")
|
||||
{
|
||||
page popupInSel
|
||||
}
|
||||
|
||||
Touch Release Event
|
||||
tmLP.en=0
|
||||
@@ -630,6 +638,10 @@ Button bEntity3
|
||||
{
|
||||
page popupShutter
|
||||
}
|
||||
if(type3.txt=="input_sel")
|
||||
{
|
||||
page popupInSel
|
||||
}
|
||||
|
||||
Touch Release Event
|
||||
tmLP.en=0
|
||||
@@ -689,6 +701,10 @@ Button bEntity4
|
||||
{
|
||||
page popupShutter
|
||||
}
|
||||
if(type4.txt=="input_sel")
|
||||
{
|
||||
page popupInSel
|
||||
}
|
||||
|
||||
Touch Release Event
|
||||
tmLP.en=0
|
||||
@@ -748,6 +764,10 @@ Button bEntity5
|
||||
{
|
||||
page popupShutter
|
||||
}
|
||||
if(type5.txt=="input_sel")
|
||||
{
|
||||
page popupInSel
|
||||
}
|
||||
|
||||
Touch Release Event
|
||||
tmLP.en=0
|
||||
@@ -807,6 +827,10 @@ Button bEntity6
|
||||
{
|
||||
page popupShutter
|
||||
}
|
||||
if(type6.txt=="input_sel")
|
||||
{
|
||||
page popupInSel
|
||||
}
|
||||
|
||||
Touch Release Event
|
||||
tmLP.en=0
|
||||
|
||||
@@ -26,6 +26,10 @@ popupNotify
|
||||
19 Component(s)
|
||||
257 Line(s) of event code
|
||||
166 Unique line(s) of event code
|
||||
screensaver
|
||||
45 Component(s)
|
||||
400 Line(s) of event code
|
||||
296 Unique line(s) of event code
|
||||
popupLight
|
||||
28 Component(s)
|
||||
408 Line(s) of event code
|
||||
@@ -50,10 +54,10 @@ popupInSel
|
||||
34 Component(s)
|
||||
533 Line(s) of event code
|
||||
259 Unique line(s) of event code
|
||||
cardGrid
|
||||
42 Component(s)
|
||||
494 Line(s) of event code
|
||||
288 Unique line(s) of event code
|
||||
cardEntities
|
||||
65 Component(s)
|
||||
1169 Line(s) of event code
|
||||
532 Unique line(s) of event code
|
||||
cardPower
|
||||
43 Component(s)
|
||||
439 Line(s) of event code
|
||||
@@ -66,17 +70,13 @@ popupThermo
|
||||
44 Component(s)
|
||||
519 Line(s) of event code
|
||||
274 Unique line(s) of event code
|
||||
screensaver
|
||||
45 Component(s)
|
||||
400 Line(s) of event code
|
||||
296 Unique line(s) of event code
|
||||
cardEntities
|
||||
65 Component(s)
|
||||
1169 Line(s) of event code
|
||||
532 Unique line(s) of event code
|
||||
cardGrid
|
||||
42 Component(s)
|
||||
518 Line(s) of event code
|
||||
294 Unique line(s) of event code
|
||||
|
||||
Total
|
||||
18 Page(s)
|
||||
603 Component(s)
|
||||
7532 Line(s) of event code
|
||||
1938 Unique line(s) of event code
|
||||
7556 Line(s) of event code
|
||||
1941 Unique line(s) of event code
|
||||
|
||||
@@ -21,7 +21,7 @@ Page screensaver
|
||||
Events
|
||||
Preinitialize Event
|
||||
recmod=1
|
||||
bauds=115200
|
||||
baud=115200
|
||||
vis tInstruction,0
|
||||
vis tTmp,0
|
||||
vis p0,0
|
||||
|
||||
Reference in New Issue
Block a user