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

This commit is contained in:
joBr99
2022-12-21 18:56:15 +00:00
committed by github-actions[bot]
parent 11c9947e1b
commit 08a9fdd276
9 changed files with 2417 additions and 142 deletions

View File

@@ -2308,7 +2308,7 @@ Timer tmSerial
covx tTmp.txt,sys0,0,0
btOnOff1.val=sys0
}
if(type1.txt=="text")
if(type1.txt=="text"||type1.txt=="timer")
{
vis bUp1,0
vis bStop1,0
@@ -2457,7 +2457,7 @@ Timer tmSerial
covx tTmp.txt,sys0,0,0
btOnOff2.val=sys0
}
if(type2.txt=="text")
if(type2.txt=="text"||type2.txt=="timer")
{
vis bUp2,0
vis bStop2,0
@@ -2606,7 +2606,7 @@ Timer tmSerial
covx tTmp.txt,sys0,0,0
btOnOff3.val=sys0
}
if(type3.txt=="text")
if(type3.txt=="text"||type3.txt=="timer")
{
vis bUp3,0
vis bStop3,0
@@ -2755,7 +2755,7 @@ Timer tmSerial
covx tTmp.txt,sys0,0,0
btOnOff4.val=sys0
}
if(type4.txt=="text")
if(type4.txt=="text"||type4.txt=="timer")
{
vis bUp4,0
vis bStop4,0
@@ -2876,10 +2876,6 @@ Timer tmSerial
{
page cardPower
}
if(tId.txt=="cardChart")
{
page cardChart
}
}
if(tInstruction.txt=="time")
{