Merge branch 'main' of https://github.com/joBr99/nspanel-lovelace-ui (add nextion2text)

This commit is contained in:
joBr99
2022-03-20 00:14:24 +00:00
committed by GitHub Actions
parent d6a0212824
commit 81f432bbdd
2 changed files with 55 additions and 55 deletions

View File

@@ -638,16 +638,13 @@ Button bEntity1
Events Events
Touch Press Event Touch Press Event
tmLP.en=1
tTmp.txt=type1.txt
pageIcons.tTmp1.txt=tEntity1.txt pageIcons.tTmp1.txt=tEntity1.txt
pageIcons.tTmp2.txt=entn1.txt pageIcons.tTmp2.txt=entn1.txt
if(type1.txt=="shutter")
{ Touch Release Event
page popupShutter tmLP.en=0
}
if(type1.txt=="light")
{
page popupLight
}
// event,1,tHeading,tEntityName,1,up // event,1,tHeading,tEntityName,1,up
//craft command //craft command
// convert pageNumber and write to tTmp // convert pageNumber and write to tTmp
@@ -702,16 +699,13 @@ Button bEntity2
Events Events
Touch Press Event Touch Press Event
tmLP.en=1
tTmp.txt=type2.txt
pageIcons.tTmp1.txt=tEntity2.txt pageIcons.tTmp1.txt=tEntity2.txt
pageIcons.tTmp2.txt=entn2.txt pageIcons.tTmp2.txt=entn2.txt
if(type2.txt=="shutter")
{ Touch Release Event
page popupShutter tmLP.en=0
}
if(type2.txt=="light")
{
page popupLight
}
// event,1,tHeading,tEntityName,1,up // event,1,tHeading,tEntityName,1,up
//craft command //craft command
// convert pageNumber and write to tTmp // convert pageNumber and write to tTmp
@@ -766,16 +760,13 @@ Button bEntity3
Events Events
Touch Press Event Touch Press Event
tmLP.en=1
tTmp.txt=type3.txt
pageIcons.tTmp1.txt=tEntity3.txt pageIcons.tTmp1.txt=tEntity3.txt
pageIcons.tTmp2.txt=entn3.txt pageIcons.tTmp2.txt=entn3.txt
if(type3.txt=="shutter")
{ Touch Release Event
page popupShutter tmLP.en=0
}
if(type3.txt=="light")
{
page popupLight
}
// event,1,tHeading,tEntityName,1,up // event,1,tHeading,tEntityName,1,up
//craft command //craft command
// convert pageNumber and write to tTmp // convert pageNumber and write to tTmp
@@ -830,16 +821,13 @@ Button bEntity4
Events Events
Touch Press Event Touch Press Event
tmLP.en=1
tTmp.txt=type4.txt
pageIcons.tTmp1.txt=tEntity4.txt pageIcons.tTmp1.txt=tEntity4.txt
pageIcons.tTmp2.txt=entn4.txt pageIcons.tTmp2.txt=entn4.txt
if(type4.txt=="shutter")
{ Touch Release Event
page popupShutter tmLP.en=0
}
if(type4.txt=="light")
{
page popupLight
}
// event,1,tHeading,tEntityName,1,up // event,1,tHeading,tEntityName,1,up
//craft command //craft command
// convert pageNumber and write to tTmp // convert pageNumber and write to tTmp
@@ -894,16 +882,13 @@ Button bEntity5
Events Events
Touch Press Event Touch Press Event
tmLP.en=1
tTmp.txt=type5.txt
pageIcons.tTmp1.txt=tEntity5.txt pageIcons.tTmp1.txt=tEntity5.txt
pageIcons.tTmp2.txt=entn5.txt pageIcons.tTmp2.txt=entn5.txt
if(type5.txt=="shutter")
{ Touch Release Event
page popupShutter tmLP.en=0
}
if(type5.txt=="light")
{
page popupLight
}
// event,1,tHeading,tEntityName,1,up // event,1,tHeading,tEntityName,1,up
//craft command //craft command
// convert pageNumber and write to tTmp // convert pageNumber and write to tTmp
@@ -958,16 +943,13 @@ Button bEntity6
Events Events
Touch Press Event Touch Press Event
tmLP.en=1
tTmp.txt=type6.txt
pageIcons.tTmp1.txt=tEntity6.txt pageIcons.tTmp1.txt=tEntity6.txt
pageIcons.tTmp2.txt=entn6.txt pageIcons.tTmp2.txt=entn6.txt
if(type6.txt=="shutter")
{ Touch Release Event
page popupShutter tmLP.en=0
}
if(type6.txt=="light")
{
page popupLight
}
// event,1,tHeading,tEntityName,1,up // event,1,tHeading,tEntityName,1,up
//craft command //craft command
// convert pageNumber and write to tTmp // convert pageNumber and write to tTmp
@@ -1308,6 +1290,24 @@ Timer tmSleep
} }
} }
Timer tmLP
Attributes
ID : 38
Scope : local
Period (ms): 500
Enabled : no
Events
Timer Event
if(tTmp.txt=="shutter")
{
page popupShutter
}
if(tTmp.txt=="light")
{
page popupLight
}
TouchCap tc0 TouchCap tc0
Attributes Attributes
ID : 22 ID : 22

View File

@@ -34,6 +34,10 @@ pageTest
14 Component(s) 14 Component(s)
14 Line(s) of event code 14 Line(s) of event code
14 Unique line(s) of event code 14 Unique line(s) of event code
cardGrid
39 Component(s)
397 Line(s) of event code
219 Unique line(s) of event code
cardAlarm cardAlarm
28 Component(s) 28 Component(s)
159 Line(s) of event code 159 Line(s) of event code
@@ -54,13 +58,9 @@ cardThermo
42 Component(s) 42 Component(s)
450 Line(s) of event code 450 Line(s) of event code
221 Unique line(s) of event code 221 Unique line(s) of event code
cardGrid
38 Component(s)
419 Line(s) of event code
221 Unique line(s) of event code
Total Total
14 Page(s) 14 Page(s)
341 Component(s) 342 Component(s)
3107 Line(s) of event code 3085 Line(s) of event code
758 Unique line(s) of event code 764 Unique line(s) of event code