mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-25 04: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
@@ -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
|
||||
@@ -1034,10 +1058,6 @@ Timer tmLP
|
||||
{
|
||||
page popupFan
|
||||
}
|
||||
if(tTmp.txt=="input_sel")
|
||||
{
|
||||
page popupInSel
|
||||
}
|
||||
|
||||
Timer tmSerial
|
||||
Attributes
|
||||
|
||||
Reference in New Issue
Block a user