fix navigation after PR (add nextion2text)

This commit is contained in:
joBr99
2022-11-26 21:54:22 +00:00
committed by github-actions[bot]
parent 4afa570562
commit 535c3a761f
34 changed files with 486 additions and 2018 deletions

View File

@@ -12,85 +12,6 @@
│ - // fix touch offset │ - // fix touch offset
│ - lcd_dev fffb 0002 0000 0020 │ - lcd_dev fffb 0002 0000 0020
│ - page pageStartup │ - page pageStartup
├── cardAlarm.txt
│ @@ -479,15 +479,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardAlarm,"
│ - if(bNext.txt=="?")
│ + if(bNext.txt=="")
│ {
│ tSend.txt+="bHome"
│ }else
│ {
│ tSend.txt+="bNext"
│ }
│ //send calc crc
│ @@ -511,15 +511,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardAlarm,"
│ - if(bPrev.txt=="?")
│ + if(bPrev.txt=="")
│ {
│ tSend.txt+="bUp"
│ }else
│ {
│ tSend.txt+="bPrev"
│ }
│ //send calc crc
│ @@ -650,39 +650,39 @@
│ tsw mSwipeUp,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,1
│ tsw mSwipeUp,0
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,0
│ tsw mSwipeUp,1
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ spstr tId.txt,tTmp.txt,"|",1
│ if(tTmp.txt=="0")
│ {
│ vis bNext,0
│ tsw mSwipeNext,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bNext,1
│ tsw mSwipeNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ //text arm1
│ spstr strCommand.txt,arm1.txt,"~",3
│ if(arm1.txt!="")
│ {
│ vis arm1,1
│ }
├── cardChart.txt ├── cardChart.txt
│ @@ -175,16 +175,16 @@ │ @@ -175,16 +175,16 @@
│ Send Component ID : disabled │ Send Component ID : disabled
@@ -101,7 +22,7 @@
│ Events │ Events
│ Touch Press Event │ Touch Press Event
│ - tSend.txt="event,buttonPress2,cardChart," │ - tSend.txt="event,buttonPress2,cardChart,"
│ - if(bPrev.txt=="?") │ - if(bPrev.txt=="")
│ + tSend.txt="event,buttonPress2,cardPower," │ + tSend.txt="event,buttonPress2,cardPower,"
│ + if(bNext.txt=="") │ + if(bNext.txt=="")
│ { │ {
@@ -111,7 +32,7 @@
│ tSend.txt+="bNext" │ tSend.txt+="bNext"
│ } │ }
│ //send calc crc │ //send calc crc
│ @@ -207,16 +207,16 @@ │ @@ -207,15 +207,15 @@
│ Send Component ID : disabled │ Send Component ID : disabled
│ State : unpressed │ State : unpressed
│ Text :  │ Text : 
@@ -120,534 +41,14 @@
│ Events │ Events
│ Touch Press Event │ Touch Press Event
│ - tSend.txt="event,buttonPress2,cardChart," │ - tSend.txt="event,buttonPress2,cardChart,"
│ - if(bPrev.txt=="?")
│ + tSend.txt="event,buttonPress2,cardAlarm," │ + tSend.txt="event,buttonPress2,cardAlarm,"
+ if(bPrev.txt=="") if(bPrev.txt=="")
│ { │ {
│ tSend.txt+="bUp" │ tSend.txt+="bUp"
│ }else │ }else
│ { │ {
│ tSend.txt+="bPrev" │ tSend.txt+="bPrev"
│ } │ }
│ //send calc crc
│ @@ -409,39 +409,39 @@
│ tsw mSwipeUp,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,1
│ tsw mSwipeUp,0
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,0
│ tsw mSwipeUp,1
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ spstr tId.txt,tTmp.txt,"|",1
│ if(tTmp.txt=="0")
│ {
│ vis bNext,0
│ tsw mSwipeNext,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bNext,1
│ tsw mSwipeNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ // extract color
│ spstr strCommand.txt,tTmp.txt,"~",3
│ covx tTmp.txt,vaColorL.val,0,0
│ // prepare dark color
│ sys0=vaColorL.val>>11 // red
│ vaColorD.val=sys0*8/10<<11 // store and shift
├── cardEntities.txt
│ @@ -530,15 +530,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardEntities,"
│ - if(bNext.txt=="?")
│ + if(bNext.txt=="")
│ {
│ tSend.txt+="bHome"
│ }else
│ {
│ tSend.txt+="bNext"
│ }
│ //send calc crc
│ @@ -562,15 +562,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardEntities,"
│ - if(bPrev.txt=="?")
│ + if(bPrev.txt=="")
│ {
│ tSend.txt+="bUp"
│ }else
│ {
│ tSend.txt+="bPrev"
│ }
│ //send calc crc
│ @@ -1232,39 +1232,39 @@
│ tsw mSwipeUp,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,1
│ tsw mSwipeUp,0
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,0
│ tsw mSwipeUp,1
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ spstr tId.txt,tTmp.txt,"|",1
│ if(tTmp.txt=="0")
│ {
│ vis bNext,0
│ tsw mSwipeNext,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bNext,1
│ tsw mSwipeNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ // get Type
│ spstr strCommand.txt,type1.txt,"~",3
│ // get internal name
│ spstr strCommand.txt,entn1.txt,"~",4
│ if(type1.txt=="delete"||type1.txt=="")
│ {
├── cardGrid.txt
│ @@ -468,15 +468,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardGrid,"
│ - if(bNext.txt=="?")
│ + if(bNext.txt=="")
│ {
│ tSend.txt+="bHome"
│ }else
│ {
│ tSend.txt+="bNext"
│ }
│ //send calc crc
│ @@ -500,15 +500,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardGrid,"
│ - if(bPrev.txt=="?")
│ + if(bPrev.txt=="")
│ {
│ tSend.txt+="bUp"
│ }else
│ {
│ tSend.txt+="bPrev"
│ }
│ //send calc crc
│ @@ -659,39 +659,39 @@
│ tsw mSwipeUp,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,1
│ tsw mSwipeUp,0
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,0
│ tsw mSwipeUp,1
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ spstr tId.txt,tTmp.txt,"|",1
│ if(tTmp.txt=="0")
│ {
│ vis bNext,0
│ tsw mSwipeNext,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bNext,1
│ tsw mSwipeNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ // get Type
│ spstr strCommand.txt,type1.txt,"~",3
│ // get internal name
│ spstr strCommand.txt,entn1.txt,"~",4
│ if(type1.txt=="delete"||type1.txt=="")
│ {
├── cardMedia.txt
│ @@ -444,15 +444,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardMedia,"
│ - if(bNext.txt=="?")
│ + if(bNext.txt=="")
│ {
│ tSend.txt+="bHome"
│ }else
│ {
│ tSend.txt+="bNext"
│ }
│ //send calc crc
│ @@ -476,15 +476,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardMedia,"
│ - if(bPrev.txt=="?")
│ + if(bPrev.txt=="")
│ {
│ tSend.txt+="bUp"
│ }else
│ {
│ tSend.txt+="bPrev"
│ }
│ //send calc crc
│ @@ -607,39 +607,39 @@
│ tsw mSwipeUp,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,1
│ tsw mSwipeUp,0
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,0
│ tsw mSwipeUp,1
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ spstr tId.txt,tTmp.txt,"|",1
│ if(tTmp.txt=="0")
│ {
│ vis bNext,0
│ tsw mSwipeNext,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bNext,1
│ tsw mSwipeNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ //entity name
│ spstr strCommand.txt,entn.txt,"~",3
│ //icon
│ spstr strCommand.txt,tIcon.txt,"~",4
│ //icon farbe
│ spstr strCommand.txt,tTmp.txt,"~",5
├── cardPower.txt
│ @@ -343,15 +343,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardPower,"
│ - if(bNext.txt=="?")
│ + if(bNext.txt=="")
│ {
│ tSend.txt+="bHome"
│ }else
│ {
│ tSend.txt+="bNext"
│ }
│ //send calc crc
│ @@ -375,15 +375,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardAlarm,"
│ - if(bPrev.txt=="?")
│ + if(bPrev.txt=="")
│ {
│ tSend.txt+="bUp"
│ }else
│ {
│ tSend.txt+="bPrev"
│ }
│ //send calc crc
│ @@ -565,39 +565,39 @@
│ tsw mSwipeUp,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,1
│ tsw mSwipeUp,0
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,0
│ tsw mSwipeUp,1
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ spstr tId.txt,tTmp.txt,"|",1
│ if(tTmp.txt=="0")
│ {
│ vis bNext,0
│ tsw mSwipeNext,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bNext,1
│ tsw mSwipeNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ // icon color home
│ spstr strCommand.txt,tTmp.txt,"~",3
│ covx tTmp.txt,t1.pco,0,0
│ // icon home
│ spstr strCommand.txt,t1.txt,"~",4
│ // text home
├── cardQR.txt
│ @@ -184,15 +184,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardQR,"
│ - if(bNext.txt=="?")
│ + if(bNext.txt=="")
│ {
│ tSend.txt+="bHome"
│ }else
│ {
│ tSend.txt+="bNext"
│ }
│ //send calc crc
│ @@ -216,15 +216,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardAlarm,"
│ - if(bPrev.txt=="?")
│ + if(bPrev.txt=="")
│ {
│ tSend.txt+="bUp"
│ }else
│ {
│ tSend.txt+="bPrev"
│ }
│ //send calc crc
│ @@ -456,39 +456,39 @@
│ tsw mSwipeUp,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,1
│ tsw mSwipeUp,0
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,0
│ tsw mSwipeUp,1
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ spstr tId.txt,tTmp.txt,"|",1
│ if(tTmp.txt=="0")
│ {
│ vis bNext,0
│ tsw mSwipeNext,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bNext,1
│ tsw mSwipeNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ //text qrcode
│ spstr strCommand.txt,vaQR.txt,"~",3
│ // get Type
│ spstr strCommand.txt,type1.txt,"~",4
│ // get internal name
│ spstr strCommand.txt,entn1.txt,"~",5
├── cardThermo.txt
│ @@ -291,15 +291,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardThermo,"
│ - if(bNext.txt=="?")
│ + if(bNext.txt=="")
│ {
│ tSend.txt+="bHome"
│ }else
│ {
│ tSend.txt+="bNext"
│ }
│ //send calc crc
│ @@ -323,15 +323,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardThermo,"
│ - if(bPrev.txt=="?")
│ + if(bPrev.txt=="")
│ {
│ tSend.txt+="bUp"
│ }else
│ {
│ tSend.txt+="bPrev"
│ }
│ //send calc crc
│ @@ -904,39 +904,39 @@
│ tsw mSwipeUp,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,1
│ tsw mSwipeUp,0
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,0
│ tsw mSwipeUp,1
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ spstr tId.txt,tTmp.txt,"|",1
│ if(tTmp.txt=="0")
│ {
│ vis bNext,0
│ tsw mSwipeNext,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bNext,1
│ tsw mSwipeNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ //entity name
│ spstr strCommand.txt,entn.txt,"~",3
│ //currentTemp
│ spstr strCommand.txt,tCurTemp.txt,"~",4
│ //dstTemp
│ spstr strCommand.txt,tTmp.txt,"~",5
├── pageStartup.txt ├── pageStartup.txt
│ @@ -173,15 +173,15 @@ │ @@ -173,15 +173,15 @@
│ Max. Text Size : 10 │ Max. Text Size : 10
@@ -666,6 +67,126 @@
│ crcputs sys0,2 │ crcputs sys0,2
│ crcputs tSend.txt,0 │ crcputs tSend.txt,0
│ //send cmd │ //send cmd
├── popupFan.txt
│ @@ -619,14 +619,18 @@
│ {
│ page cardQR
│ }
│ if(tId.txt=="cardPower")
│ {
│ page cardPower
│ }
│ + if(tId.txt=="cardChart")
│ + {
│ + page cardChart
│ + }
│ }
│ // end of user code
│ udelete payloadLength-1
│ bufferPos=0
│ }
│ }
│ }
├── popupInSel.txt
│ @@ -893,14 +893,18 @@
│ {
│ page cardQR
│ }
│ if(tId.txt=="cardPower")
│ {
│ page cardPower
│ }
│ + if(tId.txt=="cardChart")
│ + {
│ + page cardChart
│ + }
│ }
│ // end of user code
│ udelete payloadLength-1
│ bufferPos=0
│ }
│ }
│ }
├── popupLight.txt
│ @@ -682,14 +682,18 @@
│ {
│ page cardQR
│ }
│ if(tId.txt=="cardPower")
│ {
│ page cardPower
│ }
│ + if(tId.txt=="cardChart")
│ + {
│ + page cardChart
│ + }
│ }
│ // end of user code
│ udelete payloadLength-1
│ bufferPos=0
│ }
│ }
│ }
├── popupNotify.txt
│ @@ -437,14 +437,18 @@
│ {
│ page cardQR
│ }
│ if(tId.txt=="cardPower")
│ {
│ page cardPower
│ }
│ + if(tId.txt=="cardChart")
│ + {
│ + page cardChart
│ + }
│ }
│ // end of user code
│ udelete payloadLength-1
│ bufferPos=0
│ }
│ }
│ }
├── popupShutter.txt
│ @@ -671,14 +671,18 @@
│ {
│ page cardQR
│ }
│ if(tId.txt=="cardPower")
│ {
│ page cardPower
│ }
│ + if(tId.txt=="cardChart")
│ + {
│ + page cardChart
│ + }
│ }
│ // end of user code
│ udelete payloadLength-1
│ bufferPos=0
│ }
│ }
│ }
├── popupThermo.txt
│ @@ -942,14 +942,18 @@
│ {
│ page cardQR
│ }
│ if(tId.txt=="cardPower")
│ {
│ page cardPower
│ }
│ + if(tId.txt=="cardChart")
│ + {
│ + page cardChart
│ + }
│ }
│ // end of user code
│ udelete payloadLength-1
│ bufferPos=0
│ }
│ }
│ }
├── screensaver.txt ├── screensaver.txt
│ @@ -351,15 +351,15 @@ │ @@ -351,15 +351,15 @@
│ Text tTime │ Text tTime

View File

@@ -14,85 +14,6 @@
│ + // fix touch offset (Removed for US version) │ + // fix touch offset (Removed for US version)
│ + //lcd_dev fffb 0002 0000 0020 │ + //lcd_dev fffb 0002 0000 0020
│ page pageStartup │ page pageStartup
├── cardAlarm.txt
│ @@ -479,15 +479,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardAlarm,"
│ - if(bNext.txt=="?")
│ + if(bNext.txt=="")
│ {
│ tSend.txt+="bHome"
│ }else
│ {
│ tSend.txt+="bNext"
│ }
│ //send calc crc
│ @@ -511,15 +511,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardAlarm,"
│ - if(bPrev.txt=="?")
│ + if(bPrev.txt=="")
│ {
│ tSend.txt+="bUp"
│ }else
│ {
│ tSend.txt+="bPrev"
│ }
│ //send calc crc
│ @@ -650,39 +650,39 @@
│ tsw mSwipeUp,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,1
│ tsw mSwipeUp,0
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,0
│ tsw mSwipeUp,1
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ spstr tId.txt,tTmp.txt,"|",1
│ if(tTmp.txt=="0")
│ {
│ vis bNext,0
│ tsw mSwipeNext,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bNext,1
│ tsw mSwipeNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ //text arm1
│ spstr strCommand.txt,arm1.txt,"~",3
│ if(arm1.txt!="")
│ {
│ vis arm1,1
│ }
├── cardChart.txt ├── cardChart.txt
│ @@ -175,16 +175,16 @@ │ @@ -175,16 +175,16 @@
│ Send Component ID : disabled │ Send Component ID : disabled
@@ -103,7 +24,7 @@
│ Events │ Events
│ Touch Press Event │ Touch Press Event
│ - tSend.txt="event,buttonPress2,cardChart," │ - tSend.txt="event,buttonPress2,cardChart,"
│ - if(bPrev.txt=="?") │ - if(bPrev.txt=="")
│ + tSend.txt="event,buttonPress2,cardPower," │ + tSend.txt="event,buttonPress2,cardPower,"
│ + if(bNext.txt=="") │ + if(bNext.txt=="")
│ { │ {
@@ -113,7 +34,7 @@
│ tSend.txt+="bNext" │ tSend.txt+="bNext"
│ } │ }
│ //send calc crc │ //send calc crc
│ @@ -207,16 +207,16 @@ │ @@ -207,15 +207,15 @@
│ Send Component ID : disabled │ Send Component ID : disabled
│ State : unpressed │ State : unpressed
│ Text :  │ Text : 
@@ -122,16 +43,14 @@
│ Events │ Events
│ Touch Press Event │ Touch Press Event
│ - tSend.txt="event,buttonPress2,cardChart," │ - tSend.txt="event,buttonPress2,cardChart,"
│ - if(bPrev.txt=="?")
│ + tSend.txt="event,buttonPress2,cardAlarm," │ + tSend.txt="event,buttonPress2,cardAlarm,"
+ if(bPrev.txt=="") if(bPrev.txt=="")
│ { │ {
│ tSend.txt+="bUp" │ tSend.txt+="bUp"
│ }else │ }else
│ { │ {
│ tSend.txt+="bPrev" │ tSend.txt+="bPrev"
│ } │ }
│ //send calc crc
│ @@ -309,14 +309,25 @@ │ @@ -309,14 +309,25 @@
│ } │ }
│ }else │ }else
@@ -157,51 +76,6 @@
│ Dragging : 0 │ Dragging : 0
│ Disable release event after dragging: 0 │ Disable release event after dragging: 0
│ Send Component ID : disabled │ Send Component ID : disabled
│ @@ -409,39 +420,39 @@
│ tsw mSwipeUp,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,1
│ tsw mSwipeUp,0
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,0
│ tsw mSwipeUp,1
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ spstr tId.txt,tTmp.txt,"|",1
│ if(tTmp.txt=="0")
│ {
│ vis bNext,0
│ tsw mSwipeNext,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bNext,1
│ tsw mSwipeNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ // extract color
│ spstr strCommand.txt,tTmp.txt,"~",3
│ covx tTmp.txt,vaColorL.val,0,0
│ // prepare dark color
│ sys0=vaColorL.val>>11 // red
│ vaColorD.val=sys0*8/10<<11 // store and shift
├── cardEntities.txt ├── cardEntities.txt
│ @@ -61,14 +61,24 @@ │ @@ -61,14 +61,24 @@
│ vis tIcon4,0 │ vis tIcon4,0
@@ -387,7 +261,7 @@
│ Disable release event after dragging: 0 │ Disable release event after dragging: 0
│ Send Component ID : disabled │ Send Component ID : disabled
│ State : unpressed │ State : unpressed
│ @@ -517,28 +596,53 @@ │ @@ -517,14 +596,39 @@
│ crcputs tSend.txt,0 │ crcputs tSend.txt,0
│ //send cmd │ //send cmd
│ printh 55 bb │ printh 55 bb
@@ -427,38 +301,6 @@
│ Disable release event after dragging: 0 │ Disable release event after dragging: 0
│ Send Component ID : disabled │ Send Component ID : disabled
│ State : unpressed │ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardEntities,"
│ - if(bNext.txt=="?")
│ + if(bNext.txt=="")
│ {
│ tSend.txt+="bHome"
│ }else
│ {
│ tSend.txt+="bNext"
│ }
│ //send calc crc
│ @@ -562,15 +666,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardEntities,"
│ - if(bPrev.txt=="?")
│ + if(bPrev.txt=="")
│ {
│ tSend.txt+="bUp"
│ }else
│ {
│ tSend.txt+="bPrev"
│ }
│ //send calc crc
│ @@ -681,14 +785,39 @@ │ @@ -681,14 +785,39 @@
│ crcputs tSend.txt,0 │ crcputs tSend.txt,0
│ //send cmd │ //send cmd
@@ -667,50 +509,6 @@
│ Disable release event after dragging: 0 │ Disable release event after dragging: 0
│ Send Component ID : disabled │ Send Component ID : disabled
│ @@ -1232,39 +1469,39 @@
│ tsw mSwipeUp,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,1
│ tsw mSwipeUp,0
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,0
│ tsw mSwipeUp,1
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ spstr tId.txt,tTmp.txt,"|",1
│ if(tTmp.txt=="0")
│ {
│ vis bNext,0
│ tsw mSwipeNext,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bNext,1
│ tsw mSwipeNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ // get Type
│ spstr strCommand.txt,type1.txt,"~",3
│ // get internal name
│ spstr strCommand.txt,entn1.txt,"~",4
│ if(type1.txt=="delete"||type1.txt=="")
│ {
│ @@ -1854,14 +2091,163 @@ │ @@ -1854,14 +2091,163 @@
│ covx tTmp.txt,sys0,0,0 │ covx tTmp.txt,sys0,0,0
│ hSlider4.minval=sys0 │ hSlider4.minval=sys0
@@ -875,401 +673,6 @@
│ //command format pageType,specialPageName │ //command format pageType,specialPageName
│ //write name of speical page to tId │ //write name of speical page to tId
│ spstr strCommand.txt,tId.txt,"~",1 │ spstr strCommand.txt,tId.txt,"~",1
├── cardGrid.txt
│ @@ -468,15 +468,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardGrid,"
│ - if(bNext.txt=="?")
│ + if(bNext.txt=="")
│ {
│ tSend.txt+="bHome"
│ }else
│ {
│ tSend.txt+="bNext"
│ }
│ //send calc crc
│ @@ -500,15 +500,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardGrid,"
│ - if(bPrev.txt=="?")
│ + if(bPrev.txt=="")
│ {
│ tSend.txt+="bUp"
│ }else
│ {
│ tSend.txt+="bPrev"
│ }
│ //send calc crc
│ @@ -659,39 +659,39 @@
│ tsw mSwipeUp,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,1
│ tsw mSwipeUp,0
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,0
│ tsw mSwipeUp,1
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ spstr tId.txt,tTmp.txt,"|",1
│ if(tTmp.txt=="0")
│ {
│ vis bNext,0
│ tsw mSwipeNext,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bNext,1
│ tsw mSwipeNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ // get Type
│ spstr strCommand.txt,type1.txt,"~",3
│ // get internal name
│ spstr strCommand.txt,entn1.txt,"~",4
│ if(type1.txt=="delete"||type1.txt=="")
│ {
├── cardMedia.txt
│ @@ -444,15 +444,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardMedia,"
│ - if(bNext.txt=="?")
│ + if(bNext.txt=="")
│ {
│ tSend.txt+="bHome"
│ }else
│ {
│ tSend.txt+="bNext"
│ }
│ //send calc crc
│ @@ -476,15 +476,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardMedia,"
│ - if(bPrev.txt=="?")
│ + if(bPrev.txt=="")
│ {
│ tSend.txt+="bUp"
│ }else
│ {
│ tSend.txt+="bPrev"
│ }
│ //send calc crc
│ @@ -607,39 +607,39 @@
│ tsw mSwipeUp,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,1
│ tsw mSwipeUp,0
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,0
│ tsw mSwipeUp,1
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ spstr tId.txt,tTmp.txt,"|",1
│ if(tTmp.txt=="0")
│ {
│ vis bNext,0
│ tsw mSwipeNext,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bNext,1
│ tsw mSwipeNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ //entity name
│ spstr strCommand.txt,entn.txt,"~",3
│ //icon
│ spstr strCommand.txt,tIcon.txt,"~",4
│ //icon farbe
│ spstr strCommand.txt,tTmp.txt,"~",5
├── cardPower.txt
│ @@ -343,15 +343,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardPower,"
│ - if(bNext.txt=="?")
│ + if(bNext.txt=="")
│ {
│ tSend.txt+="bHome"
│ }else
│ {
│ tSend.txt+="bNext"
│ }
│ //send calc crc
│ @@ -375,15 +375,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardAlarm,"
│ - if(bPrev.txt=="?")
│ + if(bPrev.txt=="")
│ {
│ tSend.txt+="bUp"
│ }else
│ {
│ tSend.txt+="bPrev"
│ }
│ //send calc crc
│ @@ -565,39 +565,39 @@
│ tsw mSwipeUp,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,1
│ tsw mSwipeUp,0
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,0
│ tsw mSwipeUp,1
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ spstr tId.txt,tTmp.txt,"|",1
│ if(tTmp.txt=="0")
│ {
│ vis bNext,0
│ tsw mSwipeNext,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bNext,1
│ tsw mSwipeNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ // icon color home
│ spstr strCommand.txt,tTmp.txt,"~",3
│ covx tTmp.txt,t1.pco,0,0
│ // icon home
│ spstr strCommand.txt,t1.txt,"~",4
│ // text home
├── cardQR.txt
│ @@ -184,15 +184,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardQR,"
│ - if(bNext.txt=="?")
│ + if(bNext.txt=="")
│ {
│ tSend.txt+="bHome"
│ }else
│ {
│ tSend.txt+="bNext"
│ }
│ //send calc crc
│ @@ -216,15 +216,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardAlarm,"
│ - if(bPrev.txt=="?")
│ + if(bPrev.txt=="")
│ {
│ tSend.txt+="bUp"
│ }else
│ {
│ tSend.txt+="bPrev"
│ }
│ //send calc crc
│ @@ -456,39 +456,39 @@
│ tsw mSwipeUp,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,1
│ tsw mSwipeUp,0
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,0
│ tsw mSwipeUp,1
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ spstr tId.txt,tTmp.txt,"|",1
│ if(tTmp.txt=="0")
│ {
│ vis bNext,0
│ tsw mSwipeNext,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bNext,1
│ tsw mSwipeNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ //text qrcode
│ spstr strCommand.txt,vaQR.txt,"~",3
│ // get Type
│ spstr strCommand.txt,type1.txt,"~",4
│ // get internal name
│ spstr strCommand.txt,entn1.txt,"~",5
├── cardThermo.txt
│ @@ -291,15 +291,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardThermo,"
│ - if(bNext.txt=="?")
│ + if(bNext.txt=="")
│ {
│ tSend.txt+="bHome"
│ }else
│ {
│ tSend.txt+="bNext"
│ }
│ //send calc crc
│ @@ -323,15 +323,15 @@
│ State : unpressed
│ Text : 
│ Max. Text Size : 10
│ Events
│ Touch Press Event
│ tSend.txt="event,buttonPress2,cardThermo,"
│ - if(bPrev.txt=="?")
│ + if(bPrev.txt=="")
│ {
│ tSend.txt+="bUp"
│ }else
│ {
│ tSend.txt+="bPrev"
│ }
│ //send calc crc
│ @@ -904,39 +904,39 @@
│ tsw mSwipeUp,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,1
│ tsw mSwipeUp,0
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bPrev,1
│ tsw mSwipePrev,0
│ tsw mSwipeUp,1
│ - bPrev.txt="?"
│ + bPrev.txt=""
│ }
│ spstr tId.txt,tTmp.txt,"|",1
│ if(tTmp.txt=="0")
│ {
│ vis bNext,0
│ tsw mSwipeNext,0
│ }
│ if(tTmp.txt=="1")
│ {
│ vis bNext,1
│ tsw mSwipeNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ if(tTmp.txt=="2")
│ {
│ vis bNext,1
│ - bNext.txt="?"
│ + bNext.txt=""
│ }
│ //entity name
│ spstr strCommand.txt,entn.txt,"~",3
│ //currentTemp
│ spstr strCommand.txt,tCurTemp.txt,"~",4
│ //dstTemp
│ spstr strCommand.txt,tTmp.txt,"~",5
├── pageStartup.txt ├── pageStartup.txt
│ @@ -118,15 +118,15 @@ │ @@ -118,15 +118,15 @@
│ Text tMsg3 │ Text tMsg3
@@ -1305,3 +708,123 @@
│ crcputs sys0,2 │ crcputs sys0,2
│ crcputs tSend.txt,0 │ crcputs tSend.txt,0
│ //send cmd │ //send cmd
├── popupFan.txt
│ @@ -619,14 +619,18 @@
│ {
│ page cardQR
│ }
│ if(tId.txt=="cardPower")
│ {
│ page cardPower
│ }
│ + if(tId.txt=="cardChart")
│ + {
│ + page cardChart
│ + }
│ }
│ // end of user code
│ udelete payloadLength-1
│ bufferPos=0
│ }
│ }
│ }
├── popupInSel.txt
│ @@ -893,14 +893,18 @@
│ {
│ page cardQR
│ }
│ if(tId.txt=="cardPower")
│ {
│ page cardPower
│ }
│ + if(tId.txt=="cardChart")
│ + {
│ + page cardChart
│ + }
│ }
│ // end of user code
│ udelete payloadLength-1
│ bufferPos=0
│ }
│ }
│ }
├── popupLight.txt
│ @@ -682,14 +682,18 @@
│ {
│ page cardQR
│ }
│ if(tId.txt=="cardPower")
│ {
│ page cardPower
│ }
│ + if(tId.txt=="cardChart")
│ + {
│ + page cardChart
│ + }
│ }
│ // end of user code
│ udelete payloadLength-1
│ bufferPos=0
│ }
│ }
│ }
├── popupNotify.txt
│ @@ -437,14 +437,18 @@
│ {
│ page cardQR
│ }
│ if(tId.txt=="cardPower")
│ {
│ page cardPower
│ }
│ + if(tId.txt=="cardChart")
│ + {
│ + page cardChart
│ + }
│ }
│ // end of user code
│ udelete payloadLength-1
│ bufferPos=0
│ }
│ }
│ }
├── popupShutter.txt
│ @@ -671,14 +671,18 @@
│ {
│ page cardQR
│ }
│ if(tId.txt=="cardPower")
│ {
│ page cardPower
│ }
│ + if(tId.txt=="cardChart")
│ + {
│ + page cardChart
│ + }
│ }
│ // end of user code
│ udelete payloadLength-1
│ bufferPos=0
│ }
│ }
│ }
├── popupThermo.txt
│ @@ -942,14 +942,18 @@
│ {
│ page cardQR
│ }
│ if(tId.txt=="cardPower")
│ {
│ page cardPower
│ }
│ + if(tId.txt=="cardChart")
│ + {
│ + page cardChart
│ + }
│ }
│ // end of user code
│ udelete payloadLength-1
│ bufferPos=0
│ }
│ }
│ }

View File

@@ -1,83 +1,4 @@
+++ /dev/fd/62 2022-11-23 21:49:00.416099064 +0000 +++ /dev/fd/62 2022-11-26 21:54:17.076103274 +0000
+rdAlarm.txt
+15 +479,15 @@
+ State : unpressed
+ Text : 
+ Max. Text Size : 10
+
+nts
+ Touch Press Event
+ tSend.txt="event,buttonPress2,cardAlarm,"
+ if(bNext.txt=="?")
+ if(bNext.txt=="")
+ {
+ tSend.txt+="bHome"
+ }else
+ {
+ tSend.txt+="bNext"
+ }
+ //send calc crc
+15 +511,15 @@
+ State : unpressed
+ Text : 
+ Max. Text Size : 10
+
+nts
+ Touch Press Event
+ tSend.txt="event,buttonPress2,cardAlarm,"
+ if(bPrev.txt=="?")
+ if(bPrev.txt=="")
+ {
+ tSend.txt+="bUp"
+ }else
+ {
+ tSend.txt+="bPrev"
+ }
+ //send calc crc
+39 +650,39 @@
+ tsw mSwipeUp,0
+ }
+ if(tTmp.txt=="1")
+ {
+ vis bPrev,1
+ tsw mSwipePrev,1
+ tsw mSwipeUp,0
+ bPrev.txt="?"
+ bPrev.txt=""
+ }
+ if(tTmp.txt=="2")
+ {
+ vis bPrev,1
+ tsw mSwipePrev,0
+ tsw mSwipeUp,1
+ bPrev.txt="?"
+ bPrev.txt=""
+ }
+ spstr tId.txt,tTmp.txt,"|",1
+ if(tTmp.txt=="0")
+ {
+ vis bNext,0
+ tsw mSwipeNext,0
+ }
+ if(tTmp.txt=="1")
+ {
+ vis bNext,1
+ tsw mSwipeNext,1
+ bNext.txt="?"
+ bNext.txt=""
+ }
+ if(tTmp.txt=="2")
+ {
+ vis bNext,1
+ bNext.txt="?"
+ bNext.txt=""
+ }
+ //text arm1
+ spstr strCommand.txt,arm1.txt,"~",3
+ if(arm1.txt!="")
+ {
+ vis arm1,1
+ }
+rdChart.txt +rdChart.txt
+16 +175,16 @@ +16 +175,16 @@
+ Send Component ID : disabled + Send Component ID : disabled
@@ -88,7 +9,7 @@
+nts +nts
+ Touch Press Event + Touch Press Event
+ tSend.txt="event,buttonPress2,cardChart," + tSend.txt="event,buttonPress2,cardChart,"
+ if(bPrev.txt=="?") + if(bPrev.txt=="")
+ tSend.txt="event,buttonPress2,cardPower," + tSend.txt="event,buttonPress2,cardPower,"
+ if(bNext.txt=="") + if(bNext.txt=="")
+ { + {
@@ -98,7 +19,7 @@
+ tSend.txt+="bNext" + tSend.txt+="bNext"
+ } + }
+ //send calc crc + //send calc crc
+16 +207,16 @@ +15 +207,15 @@
+ Send Component ID : disabled + Send Component ID : disabled
+ State : unpressed + State : unpressed
+ Text :  + Text : 
@@ -107,7 +28,6 @@
+nts +nts
+ Touch Press Event + Touch Press Event
+ tSend.txt="event,buttonPress2,cardChart," + tSend.txt="event,buttonPress2,cardChart,"
+ if(bPrev.txt=="?")
+ tSend.txt="event,buttonPress2,cardAlarm," + tSend.txt="event,buttonPress2,cardAlarm,"
+ if(bPrev.txt=="") + if(bPrev.txt=="")
+ { + {
@@ -116,7 +36,6 @@
+ { + {
+ tSend.txt+="bPrev" + tSend.txt+="bPrev"
+ } + }
+ //send calc crc
+14 +309,25 @@ +14 +309,25 @@
+ } + }
+ }else + }else
@@ -142,520 +61,123 @@
+ Dragging : 0 + Dragging : 0
+ Disable release event after dragging: 0 + Disable release event after dragging: 0
+ Send Component ID : disabled + Send Component ID : disabled
+ +pupFan.txt
+39 +420,39 @@ +14 +619,18 @@
+ tsw mSwipeUp,0
+ }
+ if(tTmp.txt=="1")
+ { + {
+ vis bPrev,1 + page cardQR
+ tsw mSwipePrev,1
+ tsw mSwipeUp,0
+ bPrev.txt="?"
+ bPrev.txt=""
+ } + }
+ if(tTmp.txt=="2") + if(tId.txt=="cardPower")
+ { + {
+ vis bPrev,1 + page cardPower
+ tsw mSwipePrev,0
+ tsw mSwipeUp,1
+ bPrev.txt="?"
+ bPrev.txt=""
+ } + }
+ spstr tId.txt,tTmp.txt,"|",1 + if(tId.txt=="cardChart")
+ if(tTmp.txt=="0")
+ { + {
+ vis bNext,0 + page cardChart
+ tsw mSwipeNext,0
+ } + }
+ if(tTmp.txt=="1") + }
+ // end of user code
+ udelete payloadLength-1
+ bufferPos=0
+ }
+ }
+ }
+pupInSel.txt
+14 +893,18 @@
+ { + {
+ vis bNext,1 + page cardQR
+ tsw mSwipeNext,1
+ bNext.txt="?"
+ bNext.txt=""
+ } + }
+ if(tTmp.txt=="2") + if(tId.txt=="cardPower")
+ { + {
+ vis bNext,1 + page cardPower
+ bNext.txt="?"
+ bNext.txt=""
+ } + }
+ // extract color + if(tId.txt=="cardChart")
+ spstr strCommand.txt,tTmp.txt,"~",3
+ covx tTmp.txt,vaColorL.val,0,0
+ // prepare dark color
+ sys0=vaColorL.val>>11 // red
+ vaColorD.val=sys0*8/10<<11 // store and shift
+28 +596,53 @@
+ Text : 
+ Max. Text Size : 10
+
+nts
+ Touch Press Event
+ tSend.txt="event,buttonPress2,cardEntities,"
+ if(bNext.txt=="?")
+ if(bNext.txt=="")
+ {
+ tSend.txt+="bHome"
+ }else
+ {
+ tSend.txt+="bNext"
+ }
+ //send calc crc
+15 +666,15 @@
+ State : unpressed
+ Text : 
+ Max. Text Size : 10
+
+nts
+ Touch Press Event
+ tSend.txt="event,buttonPress2,cardEntities,"
+ if(bPrev.txt=="?")
+ if(bPrev.txt=="")
+ {
+ tSend.txt+="bUp"
+ }else
+ {
+ tSend.txt+="bPrev"
+ }
+ //send calc crc
+,39 +1469,39 @@
+ tsw mSwipeUp,0
+ }
+ if(tTmp.txt=="1")
+ { + {
+ vis bPrev,1 + page cardChart
+ tsw mSwipePrev,1
+ tsw mSwipeUp,0
+ bPrev.txt="?"
+ bPrev.txt=""
+ } + }
+ if(tTmp.txt=="2") + }
+ // end of user code
+ udelete payloadLength-1
+ bufferPos=0
+ }
+ }
+ }
+pupLight.txt
+14 +682,18 @@
+ { + {
+ vis bPrev,1 + page cardQR
+ tsw mSwipePrev,0
+ tsw mSwipeUp,1
+ bPrev.txt="?"
+ bPrev.txt=""
+ } + }
+ spstr tId.txt,tTmp.txt,"|",1 + if(tId.txt=="cardPower")
+ if(tTmp.txt=="0")
+ { + {
+ vis bNext,0 + page cardPower
+ tsw mSwipeNext,0
+ } + }
+ if(tTmp.txt=="1") + if(tId.txt=="cardChart")
+ { + {
+ vis bNext,1 + page cardChart
+ tsw mSwipeNext,1
+ bNext.txt="?"
+ bNext.txt=""
+ } + }
+ if(tTmp.txt=="2") + }
+ // end of user code
+ udelete payloadLength-1
+ bufferPos=0
+ }
+ }
+ }
+pupNotify.txt
+14 +437,18 @@
+ { + {
+ vis bNext,1 + page cardQR
+ bNext.txt="?"
+ bNext.txt=""
+ } + }
+ // get Type + if(tId.txt=="cardPower")
+ spstr strCommand.txt,type1.txt,"~",3
+ // get internal name
+ spstr strCommand.txt,entn1.txt,"~",4
+ if(type1.txt=="delete"||type1.txt=="")
+ { + {
+rdGrid.txt + page cardPower
+15 +468,15 @@
+ State : unpressed
+ Text : 
+ Max. Text Size : 10
+
+nts
+ Touch Press Event
+ tSend.txt="event,buttonPress2,cardGrid,"
+ if(bNext.txt=="?")
+ if(bNext.txt=="")
+ {
+ tSend.txt+="bHome"
+ }else
+ {
+ tSend.txt+="bNext"
+ }
+ //send calc crc
+15 +500,15 @@
+ State : unpressed
+ Text : 
+ Max. Text Size : 10
+
+nts
+ Touch Press Event
+ tSend.txt="event,buttonPress2,cardGrid,"
+ if(bPrev.txt=="?")
+ if(bPrev.txt=="")
+ {
+ tSend.txt+="bUp"
+ }else
+ {
+ tSend.txt+="bPrev"
+ }
+ //send calc crc
+39 +659,39 @@
+ tsw mSwipeUp,0
+ } + }
+ if(tTmp.txt=="1") + if(tId.txt=="cardChart")
+ { + {
+ vis bPrev,1 + page cardChart
+ tsw mSwipePrev,1
+ tsw mSwipeUp,0
+ bPrev.txt="?"
+ bPrev.txt=""
+ } + }
+ if(tTmp.txt=="2") + }
+ // end of user code
+ udelete payloadLength-1
+ bufferPos=0
+ }
+ }
+ }
+pupShutter.txt
+14 +671,18 @@
+ { + {
+ vis bPrev,1 + page cardQR
+ tsw mSwipePrev,0
+ tsw mSwipeUp,1
+ bPrev.txt="?"
+ bPrev.txt=""
+ } + }
+ spstr tId.txt,tTmp.txt,"|",1 + if(tId.txt=="cardPower")
+ if(tTmp.txt=="0")
+ { + {
+ vis bNext,0 + page cardPower
+ tsw mSwipeNext,0
+ } + }
+ if(tTmp.txt=="1") + if(tId.txt=="cardChart")
+ { + {
+ vis bNext,1 + page cardChart
+ tsw mSwipeNext,1
+ bNext.txt="?"
+ bNext.txt=""
+ } + }
+ if(tTmp.txt=="2") + }
+ // end of user code
+ udelete payloadLength-1
+ bufferPos=0
+ }
+ }
+ }
+pupThermo.txt
+14 +942,18 @@
+ { + {
+ vis bNext,1 + page cardQR
+ bNext.txt="?"
+ bNext.txt=""
+ } + }
+ // get Type + if(tId.txt=="cardPower")
+ spstr strCommand.txt,type1.txt,"~",3
+ // get internal name
+ spstr strCommand.txt,entn1.txt,"~",4
+ if(type1.txt=="delete"||type1.txt=="")
+ { + {
+rdMedia.txt + page cardPower
+15 +444,15 @@
+ State : unpressed
+ Text : 
+ Max. Text Size : 10
+
+nts
+ Touch Press Event
+ tSend.txt="event,buttonPress2,cardMedia,"
+ if(bNext.txt=="?")
+ if(bNext.txt=="")
+ {
+ tSend.txt+="bHome"
+ }else
+ {
+ tSend.txt+="bNext"
+ }
+ //send calc crc
+15 +476,15 @@
+ State : unpressed
+ Text : 
+ Max. Text Size : 10
+
+nts
+ Touch Press Event
+ tSend.txt="event,buttonPress2,cardMedia,"
+ if(bPrev.txt=="?")
+ if(bPrev.txt=="")
+ {
+ tSend.txt+="bUp"
+ }else
+ {
+ tSend.txt+="bPrev"
+ }
+ //send calc crc
+39 +607,39 @@
+ tsw mSwipeUp,0
+ } + }
+ if(tTmp.txt=="1") + if(tId.txt=="cardChart")
+ { + {
+ vis bPrev,1 + page cardChart
+ tsw mSwipePrev,1
+ tsw mSwipeUp,0
+ bPrev.txt="?"
+ bPrev.txt=""
+ } + }
+ if(tTmp.txt=="2") + }
+ { + // end of user code
+ vis bPrev,1 + udelete payloadLength-1
+ tsw mSwipePrev,0 + bufferPos=0
+ tsw mSwipeUp,1 + }
+ bPrev.txt="?" + }
+ bPrev.txt="" + }
+ }
+ spstr tId.txt,tTmp.txt,"|",1
+ if(tTmp.txt=="0")
+ {
+ vis bNext,0
+ tsw mSwipeNext,0
+ }
+ if(tTmp.txt=="1")
+ {
+ vis bNext,1
+ tsw mSwipeNext,1
+ bNext.txt="?"
+ bNext.txt=""
+ }
+ if(tTmp.txt=="2")
+ {
+ vis bNext,1
+ bNext.txt="?"
+ bNext.txt=""
+ }
+ //entity name
+ spstr strCommand.txt,entn.txt,"~",3
+ //icon
+ spstr strCommand.txt,tIcon.txt,"~",4
+ //icon farbe
+ spstr strCommand.txt,tTmp.txt,"~",5
+rdPower.txt
+15 +343,15 @@
+ State : unpressed
+ Text : 
+ Max. Text Size : 10
+
+nts
+ Touch Press Event
+ tSend.txt="event,buttonPress2,cardPower,"
+ if(bNext.txt=="?")
+ if(bNext.txt=="")
+ {
+ tSend.txt+="bHome"
+ }else
+ {
+ tSend.txt+="bNext"
+ }
+ //send calc crc
+15 +375,15 @@
+ State : unpressed
+ Text : 
+ Max. Text Size : 10
+
+nts
+ Touch Press Event
+ tSend.txt="event,buttonPress2,cardAlarm,"
+ if(bPrev.txt=="?")
+ if(bPrev.txt=="")
+ {
+ tSend.txt+="bUp"
+ }else
+ {
+ tSend.txt+="bPrev"
+ }
+ //send calc crc
+39 +565,39 @@
+ tsw mSwipeUp,0
+ }
+ if(tTmp.txt=="1")
+ {
+ vis bPrev,1
+ tsw mSwipePrev,1
+ tsw mSwipeUp,0
+ bPrev.txt="?"
+ bPrev.txt=""
+ }
+ if(tTmp.txt=="2")
+ {
+ vis bPrev,1
+ tsw mSwipePrev,0
+ tsw mSwipeUp,1
+ bPrev.txt="?"
+ bPrev.txt=""
+ }
+ spstr tId.txt,tTmp.txt,"|",1
+ if(tTmp.txt=="0")
+ {
+ vis bNext,0
+ tsw mSwipeNext,0
+ }
+ if(tTmp.txt=="1")
+ {
+ vis bNext,1
+ tsw mSwipeNext,1
+ bNext.txt="?"
+ bNext.txt=""
+ }
+ if(tTmp.txt=="2")
+ {
+ vis bNext,1
+ bNext.txt="?"
+ bNext.txt=""
+ }
+ // icon color home
+ spstr strCommand.txt,tTmp.txt,"~",3
+ covx tTmp.txt,t1.pco,0,0
+ // icon home
+ spstr strCommand.txt,t1.txt,"~",4
+ // text home
+rdQR.txt
+15 +184,15 @@
+ State : unpressed
+ Text : 
+ Max. Text Size : 10
+
+nts
+ Touch Press Event
+ tSend.txt="event,buttonPress2,cardQR,"
+ if(bNext.txt=="?")
+ if(bNext.txt=="")
+ {
+ tSend.txt+="bHome"
+ }else
+ {
+ tSend.txt+="bNext"
+ }
+ //send calc crc
+15 +216,15 @@
+ State : unpressed
+ Text : 
+ Max. Text Size : 10
+
+nts
+ Touch Press Event
+ tSend.txt="event,buttonPress2,cardAlarm,"
+ if(bPrev.txt=="?")
+ if(bPrev.txt=="")
+ {
+ tSend.txt+="bUp"
+ }else
+ {
+ tSend.txt+="bPrev"
+ }
+ //send calc crc
+39 +456,39 @@
+ tsw mSwipeUp,0
+ }
+ if(tTmp.txt=="1")
+ {
+ vis bPrev,1
+ tsw mSwipePrev,1
+ tsw mSwipeUp,0
+ bPrev.txt="?"
+ bPrev.txt=""
+ }
+ if(tTmp.txt=="2")
+ {
+ vis bPrev,1
+ tsw mSwipePrev,0
+ tsw mSwipeUp,1
+ bPrev.txt="?"
+ bPrev.txt=""
+ }
+ spstr tId.txt,tTmp.txt,"|",1
+ if(tTmp.txt=="0")
+ {
+ vis bNext,0
+ tsw mSwipeNext,0
+ }
+ if(tTmp.txt=="1")
+ {
+ vis bNext,1
+ tsw mSwipeNext,1
+ bNext.txt="?"
+ bNext.txt=""
+ }
+ if(tTmp.txt=="2")
+ {
+ vis bNext,1
+ bNext.txt="?"
+ bNext.txt=""
+ }
+ //text qrcode
+ spstr strCommand.txt,vaQR.txt,"~",3
+ // get Type
+ spstr strCommand.txt,type1.txt,"~",4
+ // get internal name
+ spstr strCommand.txt,entn1.txt,"~",5
+rdThermo.txt
+15 +291,15 @@
+ State : unpressed
+ Text : 
+ Max. Text Size : 10
+
+nts
+ Touch Press Event
+ tSend.txt="event,buttonPress2,cardThermo,"
+ if(bNext.txt=="?")
+ if(bNext.txt=="")
+ {
+ tSend.txt+="bHome"
+ }else
+ {
+ tSend.txt+="bNext"
+ }
+ //send calc crc
+15 +323,15 @@
+ State : unpressed
+ Text : 
+ Max. Text Size : 10
+
+nts
+ Touch Press Event
+ tSend.txt="event,buttonPress2,cardThermo,"
+ if(bPrev.txt=="?")
+ if(bPrev.txt=="")
+ {
+ tSend.txt+="bUp"
+ }else
+ {
+ tSend.txt+="bPrev"
+ }
+ //send calc crc
+39 +904,39 @@
+ tsw mSwipeUp,0
+ }
+ if(tTmp.txt=="1")
+ {
+ vis bPrev,1
+ tsw mSwipePrev,1
+ tsw mSwipeUp,0
+ bPrev.txt="?"
+ bPrev.txt=""
+ }
+ if(tTmp.txt=="2")
+ {
+ vis bPrev,1
+ tsw mSwipePrev,0
+ tsw mSwipeUp,1
+ bPrev.txt="?"
+ bPrev.txt=""
+ }
+ spstr tId.txt,tTmp.txt,"|",1
+ if(tTmp.txt=="0")
+ {
+ vis bNext,0
+ tsw mSwipeNext,0
+ }
+ if(tTmp.txt=="1")
+ {
+ vis bNext,1
+ tsw mSwipeNext,1
+ bNext.txt="?"
+ bNext.txt=""
+ }
+ if(tTmp.txt=="2")
+ {
+ vis bNext,1
+ bNext.txt="?"
+ bNext.txt=""
+ }
+ //entity name
+ spstr strCommand.txt,entn.txt,"~",3
+ //currentTemp
+ spstr strCommand.txt,tCurTemp.txt,"~",4
+ //dstTemp
+ spstr strCommand.txt,tTmp.txt,"~",5

View File

@@ -1015,7 +1015,7 @@ Button bNext
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardAlarm," tSend.txt="event,buttonPress2,cardAlarm,"
if(bNext.txt=="?") if(bNext.txt=="")
{ {
tSend.txt+="bHome" tSend.txt+="bHome"
}else }else
@@ -1069,7 +1069,7 @@ Button bPrev
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardAlarm," tSend.txt="event,buttonPress2,cardAlarm,"
if(bPrev.txt=="?") if(bPrev.txt=="")
{ {
tSend.txt+="bUp" tSend.txt+="bUp"
}else }else
@@ -1237,14 +1237,14 @@ Timer tmSerial
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,1 tsw mSwipePrev,1
tsw mSwipeUp,0 tsw mSwipeUp,0
bPrev.txt="?" bPrev.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,0 tsw mSwipePrev,0
tsw mSwipeUp,1 tsw mSwipeUp,1
bPrev.txt="?" bPrev.txt=""
} }
spstr tId.txt,tTmp.txt,"|",1 spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="0") if(tTmp.txt=="0")
@@ -1256,12 +1256,12 @@ Timer tmSerial
{ {
vis bNext,1 vis bNext,1
tsw mSwipeNext,1 tsw mSwipeNext,1
bNext.txt="?" bNext.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bNext,1 vis bNext,1
bNext.txt="?" bNext.txt=""
} }
//text arm1 //text arm1
spstr strCommand.txt,arm1.txt,"~",3 spstr strCommand.txt,arm1.txt,"~",3

View File

@@ -281,7 +281,7 @@ Button bNext
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardChart," tSend.txt="event,buttonPress2,cardChart,"
if(bPrev.txt=="?") if(bPrev.txt=="")
{ {
tSend.txt+="bHome" tSend.txt+="bHome"
}else }else
@@ -335,7 +335,7 @@ Button bPrev
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardChart," tSend.txt="event,buttonPress2,cardChart,"
if(bPrev.txt=="?") if(bPrev.txt=="")
{ {
tSend.txt+="bUp" tSend.txt+="bUp"
}else }else
@@ -573,14 +573,14 @@ Timer tmSerial
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,1 tsw mSwipePrev,1
tsw mSwipeUp,0 tsw mSwipeUp,0
bPrev.txt="?" bPrev.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,0 tsw mSwipePrev,0
tsw mSwipeUp,1 tsw mSwipeUp,1
bPrev.txt="?" bPrev.txt=""
} }
spstr tId.txt,tTmp.txt,"|",1 spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="0") if(tTmp.txt=="0")
@@ -592,12 +592,12 @@ Timer tmSerial
{ {
vis bNext,1 vis bNext,1
tsw mSwipeNext,1 tsw mSwipeNext,1
bNext.txt="?" bNext.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bNext,1 vis bNext,1
bNext.txt="?" bNext.txt=""
} }
// extract color // extract color
spstr strCommand.txt,tTmp.txt,"~",3 spstr strCommand.txt,tTmp.txt,"~",3

View File

@@ -1056,7 +1056,7 @@ Button bNext
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardEntities," tSend.txt="event,buttonPress2,cardEntities,"
if(bNext.txt=="?") if(bNext.txt=="")
{ {
tSend.txt+="bHome" tSend.txt+="bHome"
}else }else
@@ -1110,7 +1110,7 @@ Button bPrev
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardEntities," tSend.txt="event,buttonPress2,cardEntities,"
if(bPrev.txt=="?") if(bPrev.txt=="")
{ {
tSend.txt+="bUp" tSend.txt+="bUp"
}else }else
@@ -2189,14 +2189,14 @@ Timer tmSerial
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,1 tsw mSwipePrev,1
tsw mSwipeUp,0 tsw mSwipeUp,0
bPrev.txt="?" bPrev.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,0 tsw mSwipePrev,0
tsw mSwipeUp,1 tsw mSwipeUp,1
bPrev.txt="?" bPrev.txt=""
} }
spstr tId.txt,tTmp.txt,"|",1 spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="0") if(tTmp.txt=="0")
@@ -2208,12 +2208,12 @@ Timer tmSerial
{ {
vis bNext,1 vis bNext,1
tsw mSwipeNext,1 tsw mSwipeNext,1
bNext.txt="?" bNext.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bNext,1 vis bNext,1
bNext.txt="?" bNext.txt=""
} }
// get Type // get Type
spstr strCommand.txt,type1.txt,"~",3 spstr strCommand.txt,type1.txt,"~",3

View File

@@ -858,7 +858,7 @@ Button bNext
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardGrid," tSend.txt="event,buttonPress2,cardGrid,"
if(bNext.txt=="?") if(bNext.txt=="")
{ {
tSend.txt+="bHome" tSend.txt+="bHome"
}else }else
@@ -912,7 +912,7 @@ Button bPrev
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardGrid," tSend.txt="event,buttonPress2,cardGrid,"
if(bPrev.txt=="?") if(bPrev.txt=="")
{ {
tSend.txt+="bUp" tSend.txt+="bUp"
}else }else
@@ -1109,14 +1109,14 @@ Timer tmSerial
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,1 tsw mSwipePrev,1
tsw mSwipeUp,0 tsw mSwipeUp,0
bPrev.txt="?" bPrev.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,0 tsw mSwipePrev,0
tsw mSwipeUp,1 tsw mSwipeUp,1
bPrev.txt="?" bPrev.txt=""
} }
spstr tId.txt,tTmp.txt,"|",1 spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="0") if(tTmp.txt=="0")
@@ -1128,12 +1128,12 @@ Timer tmSerial
{ {
vis bNext,1 vis bNext,1
tsw mSwipeNext,1 tsw mSwipeNext,1
bNext.txt="?" bNext.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bNext,1 vis bNext,1
bNext.txt="?" bNext.txt=""
} }
// get Type // get Type
spstr strCommand.txt,type1.txt,"~",3 spstr strCommand.txt,type1.txt,"~",3

View File

@@ -829,7 +829,7 @@ Button bNext
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardMedia," tSend.txt="event,buttonPress2,cardMedia,"
if(bNext.txt=="?") if(bNext.txt=="")
{ {
tSend.txt+="bHome" tSend.txt+="bHome"
}else }else
@@ -883,7 +883,7 @@ Button bPrev
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardMedia," tSend.txt="event,buttonPress2,cardMedia,"
if(bPrev.txt=="?") if(bPrev.txt=="")
{ {
tSend.txt+="bUp" tSend.txt+="bUp"
}else }else
@@ -1043,14 +1043,14 @@ Timer tmSerial
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,1 tsw mSwipePrev,1
tsw mSwipeUp,0 tsw mSwipeUp,0
bPrev.txt="?" bPrev.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,0 tsw mSwipePrev,0
tsw mSwipeUp,1 tsw mSwipeUp,1
bPrev.txt="?" bPrev.txt=""
} }
spstr tId.txt,tTmp.txt,"|",1 spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="0") if(tTmp.txt=="0")
@@ -1062,12 +1062,12 @@ Timer tmSerial
{ {
vis bNext,1 vis bNext,1
tsw mSwipeNext,1 tsw mSwipeNext,1
bNext.txt="?" bNext.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bNext,1 vis bNext,1
bNext.txt="?" bNext.txt=""
} }
//entity name //entity name
spstr strCommand.txt,entn.txt,"~",3 spstr strCommand.txt,entn.txt,"~",3

View File

@@ -802,7 +802,7 @@ Button bNext
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardPower," tSend.txt="event,buttonPress2,cardPower,"
if(bNext.txt=="?") if(bNext.txt=="")
{ {
tSend.txt+="bHome" tSend.txt+="bHome"
}else }else
@@ -856,7 +856,7 @@ Button bPrev
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardAlarm," tSend.txt="event,buttonPress2,cardAlarm,"
if(bPrev.txt=="?") if(bPrev.txt=="")
{ {
tSend.txt+="bUp" tSend.txt+="bUp"
}else }else
@@ -1075,14 +1075,14 @@ Timer tmSerial
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,1 tsw mSwipePrev,1
tsw mSwipeUp,0 tsw mSwipeUp,0
bPrev.txt="?" bPrev.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,0 tsw mSwipePrev,0
tsw mSwipeUp,1 tsw mSwipeUp,1
bPrev.txt="?" bPrev.txt=""
} }
spstr tId.txt,tTmp.txt,"|",1 spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="0") if(tTmp.txt=="0")
@@ -1094,12 +1094,12 @@ Timer tmSerial
{ {
vis bNext,1 vis bNext,1
tsw mSwipeNext,1 tsw mSwipeNext,1
bNext.txt="?" bNext.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bNext,1 vis bNext,1
bNext.txt="?" bNext.txt=""
} }
// icon color home // icon color home
spstr strCommand.txt,tTmp.txt,"~",3 spstr strCommand.txt,tTmp.txt,"~",3

View File

@@ -339,7 +339,7 @@ Button bNext
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardQR," tSend.txt="event,buttonPress2,cardQR,"
if(bNext.txt=="?") if(bNext.txt=="")
{ {
tSend.txt+="bHome" tSend.txt+="bHome"
}else }else
@@ -393,7 +393,7 @@ Button bPrev
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardAlarm," tSend.txt="event,buttonPress2,cardAlarm,"
if(bPrev.txt=="?") if(bPrev.txt=="")
{ {
tSend.txt+="bUp" tSend.txt+="bUp"
}else }else
@@ -759,14 +759,14 @@ Timer tmSerial
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,1 tsw mSwipePrev,1
tsw mSwipeUp,0 tsw mSwipeUp,0
bPrev.txt="?" bPrev.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,0 tsw mSwipePrev,0
tsw mSwipeUp,1 tsw mSwipeUp,1
bPrev.txt="?" bPrev.txt=""
} }
spstr tId.txt,tTmp.txt,"|",1 spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="0") if(tTmp.txt=="0")
@@ -778,12 +778,12 @@ Timer tmSerial
{ {
vis bNext,1 vis bNext,1
tsw mSwipeNext,1 tsw mSwipeNext,1
bNext.txt="?" bNext.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bNext,1 vis bNext,1
bNext.txt="?" bNext.txt=""
} }
//text qrcode //text qrcode
spstr strCommand.txt,vaQR.txt,"~",3 spstr strCommand.txt,vaQR.txt,"~",3

View File

@@ -635,7 +635,7 @@ Button bNext
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardThermo," tSend.txt="event,buttonPress2,cardThermo,"
if(bNext.txt=="?") if(bNext.txt=="")
{ {
tSend.txt+="bHome" tSend.txt+="bHome"
}else }else
@@ -689,7 +689,7 @@ Button bPrev
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardThermo," tSend.txt="event,buttonPress2,cardThermo,"
if(bPrev.txt=="?") if(bPrev.txt=="")
{ {
tSend.txt+="bUp" tSend.txt+="bUp"
}else }else
@@ -1628,14 +1628,14 @@ Timer tmSerial
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,1 tsw mSwipePrev,1
tsw mSwipeUp,0 tsw mSwipeUp,0
bPrev.txt="?" bPrev.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,0 tsw mSwipePrev,0
tsw mSwipeUp,1 tsw mSwipeUp,1
bPrev.txt="?" bPrev.txt=""
} }
spstr tId.txt,tTmp.txt,"|",1 spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="0") if(tTmp.txt=="0")
@@ -1647,12 +1647,12 @@ Timer tmSerial
{ {
vis bNext,1 vis bNext,1
tsw mSwipeNext,1 tsw mSwipeNext,1
bNext.txt="?" bNext.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bNext,1 vis bNext,1
bNext.txt="?" bNext.txt=""
} }
//entity name //entity name
spstr strCommand.txt,entn.txt,"~",3 spstr strCommand.txt,entn.txt,"~",3

View File

@@ -6,77 +6,77 @@ pageIcons
7 Component(s) 7 Component(s)
0 Line(s) of event code 0 Line(s) of event code
0 Unique line(s) of event code 0 Unique line(s) of event code
popupShutter
25 Component(s)
394 Line(s) of event code
216 Unique line(s) of event code
popupLight popupLight
28 Component(s) 28 Component(s)
408 Line(s) of event code 404 Line(s) of event code
225 Unique line(s) of event code 223 Unique line(s) of event code
cardGrid
42 Component(s)
494 Line(s) of event code
286 Unique line(s) of event code
pageTest pageTest
22 Component(s) 21 Component(s)
67 Line(s) of event code 66 Line(s) of event code
64 Unique line(s) of event code 63 Unique line(s) of event code
popupNotify
19 Component(s)
253 Line(s) of event code
164 Unique line(s) of event code
pageStartup pageStartup
19 Component(s) 19 Component(s)
181 Line(s) of event code 181 Line(s) of event code
129 Unique line(s) of event code 129 Unique line(s) of event code
popupNotify
19 Component(s)
257 Line(s) of event code
166 Unique line(s) of event code
cardChart cardChart
31 Component(s) 31 Component(s)
452 Line(s) of event code 452 Line(s) of event code
293 Unique line(s) of event code 296 Unique line(s) of event code
popupInSel cardGrid
34 Component(s) 42 Component(s)
533 Line(s) of event code 494 Line(s) of event code
259 Unique line(s) of event code 288 Unique line(s) of event code
popupFan cardEntities
27 Component(s) 65 Component(s)
351 Line(s) of event code 1169 Line(s) of event code
204 Unique line(s) of event code 532 Unique line(s) of event code
popupShutter
25 Component(s)
398 Line(s) of event code
218 Unique line(s) of event code
cardPower cardPower
43 Component(s) 43 Component(s)
439 Line(s) of event code 439 Line(s) of event code
297 Unique line(s) of event code 299 Unique line(s) of event code
popupFan
27 Component(s)
347 Line(s) of event code
202 Unique line(s) of event code
cardQR
32 Component(s)
425 Line(s) of event code
244 Unique line(s) of event code
cardAlarm
40 Component(s)
443 Line(s) of event code
263 Unique line(s) of event code
cardMedia
34 Component(s)
425 Line(s) of event code
224 Unique line(s) of event code
popupThermo
44 Component(s)
515 Line(s) of event code
272 Unique line(s) of event code
popupInSel
34 Component(s)
529 Line(s) of event code
257 Unique line(s) of event code
cardThermo
53 Component(s)
612 Line(s) of event code
318 Unique line(s) of event code
screensaver screensaver
45 Component(s) 45 Component(s)
400 Line(s) of event code 400 Line(s) of event code
296 Unique line(s) of event code 296 Unique line(s) of event code
cardQR
32 Component(s)
425 Line(s) of event code
242 Unique line(s) of event code
cardAlarm
40 Component(s)
443 Line(s) of event code
261 Unique line(s) of event code
cardMedia
34 Component(s)
425 Line(s) of event code
222 Unique line(s) of event code
popupThermo
44 Component(s)
519 Line(s) of event code
274 Unique line(s) of event code
cardThermo
53 Component(s)
612 Line(s) of event code
316 Unique line(s) of event code
cardEntities
65 Component(s)
1169 Line(s) of event code
530 Unique line(s) of event code
Total Total
18 Page(s) 18 Page(s)
610 Component(s) 609 Component(s)
7586 Line(s) of event code 7561 Line(s) of event code
1952 Unique line(s) of event code 1954 Unique line(s) of event code

View File

@@ -280,8 +280,8 @@ Button b13
Disable release event after dragging: 0 Disable release event after dragging: 0
Send Component ID : disabled Send Component ID : disabled
Opacity : 127 Opacity : 127
x coordinate : 215 x coordinate : 129
y coordinate : 243 y coordinate : 216
Width : 100 Width : 100
Height : 50 Height : 50
Effect : load Effect : load
@@ -308,42 +308,6 @@ Button b13
Touch Press Event Touch Press Event
page popupThermo page popupThermo
Button b14
Attributes
ID : 21
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 100
y coordinate : 193
Width : 100
Height : 50
Effect : load
Effect Priority : 0
Effect Time : 300
Fill : solid color
Style : 3D auto
Font ID : 1
Back. Color : 50712
Back. Picture ID (Pressed) : 65535
Back. Color (Pressed) : 1024
Font Color (Unpressed) : 0
Font Color (Pressed) : 65535
Horizontal Alignment : center
Vertical Alignment : center
State : unpressed
Text : chart
Max. Text Size : 10
Word wrap : disabled
Horizontal Spacing : 0
Vertical Spacing : 0
Events
Touch Press Event
page cardChart
Button b2 Button b2
Attributes Attributes
ID : 13 ID : 13

View File

@@ -914,10 +914,6 @@ Timer tmSerial
{ {
page cardPower page cardPower
} }
if(tId.txt=="cardChart")
{
page cardChart
}
} }
// end of user code // end of user code
udelete payloadLength-1 udelete payloadLength-1

View File

@@ -1277,10 +1277,6 @@ Timer tmSerial
{ {
page cardPower page cardPower
} }
if(tId.txt=="cardChart")
{
page cardChart
}
} }
// end of user code // end of user code
udelete payloadLength-1 udelete payloadLength-1

View File

@@ -1035,10 +1035,6 @@ Timer tmSerial
{ {
page cardPower page cardPower
} }
if(tId.txt=="cardChart")
{
page cardChart
}
} }
// end of user code // end of user code
udelete payloadLength-1 udelete payloadLength-1

View File

@@ -670,10 +670,6 @@ Timer tmSerial
{ {
page cardPower page cardPower
} }
if(tId.txt=="cardChart")
{
page cardChart
}
} }
// end of user code // end of user code
udelete payloadLength-1 udelete payloadLength-1

View File

@@ -984,10 +984,6 @@ Timer tmSerial
{ {
page cardPower page cardPower
} }
if(tId.txt=="cardChart")
{
page cardChart
}
} }
// end of user code // end of user code
udelete payloadLength-1 udelete payloadLength-1

View File

@@ -1372,10 +1372,6 @@ Timer tmSerial
{ {
page cardPower page cardPower
} }
if(tId.txt=="cardChart")
{
page cardChart
}
} }
// end of user code // end of user code
udelete payloadLength-1 udelete payloadLength-1

View File

@@ -483,7 +483,7 @@ Button bNext
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardAlarm," tSend.txt="event,buttonPress2,cardAlarm,"
if(bNext.txt=="?") if(bNext.txt=="")
{ {
tSend.txt+="bHome" tSend.txt+="bHome"
}else }else
@@ -515,7 +515,7 @@ Button bPrev
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardAlarm," tSend.txt="event,buttonPress2,cardAlarm,"
if(bPrev.txt=="?") if(bPrev.txt=="")
{ {
tSend.txt+="bUp" tSend.txt+="bUp"
}else }else
@@ -654,14 +654,14 @@ Timer tmSerial
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,1 tsw mSwipePrev,1
tsw mSwipeUp,0 tsw mSwipeUp,0
bPrev.txt="?" bPrev.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,0 tsw mSwipePrev,0
tsw mSwipeUp,1 tsw mSwipeUp,1
bPrev.txt="?" bPrev.txt=""
} }
spstr tId.txt,tTmp.txt,"|",1 spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="0") if(tTmp.txt=="0")
@@ -673,12 +673,12 @@ Timer tmSerial
{ {
vis bNext,1 vis bNext,1
tsw mSwipeNext,1 tsw mSwipeNext,1
bNext.txt="?" bNext.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bNext,1 vis bNext,1
bNext.txt="?" bNext.txt=""
} }
//text arm1 //text arm1
spstr strCommand.txt,arm1.txt,"~",3 spstr strCommand.txt,arm1.txt,"~",3

View File

@@ -180,7 +180,7 @@ Button bNext
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardChart," tSend.txt="event,buttonPress2,cardChart,"
if(bPrev.txt=="?") if(bPrev.txt=="")
{ {
tSend.txt+="bHome" tSend.txt+="bHome"
}else }else
@@ -212,7 +212,7 @@ Button bPrev
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardChart," tSend.txt="event,buttonPress2,cardChart,"
if(bPrev.txt=="?") if(bPrev.txt=="")
{ {
tSend.txt+="bUp" tSend.txt+="bUp"
}else }else
@@ -413,14 +413,14 @@ Timer tmSerial
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,1 tsw mSwipePrev,1
tsw mSwipeUp,0 tsw mSwipeUp,0
bPrev.txt="?" bPrev.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,0 tsw mSwipePrev,0
tsw mSwipeUp,1 tsw mSwipeUp,1
bPrev.txt="?" bPrev.txt=""
} }
spstr tId.txt,tTmp.txt,"|",1 spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="0") if(tTmp.txt=="0")
@@ -432,12 +432,12 @@ Timer tmSerial
{ {
vis bNext,1 vis bNext,1
tsw mSwipeNext,1 tsw mSwipeNext,1
bNext.txt="?" bNext.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bNext,1 vis bNext,1
bNext.txt="?" bNext.txt=""
} }
// extract color // extract color
spstr strCommand.txt,tTmp.txt,"~",3 spstr strCommand.txt,tTmp.txt,"~",3

View File

@@ -534,7 +534,7 @@ Button bNext
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardEntities," tSend.txt="event,buttonPress2,cardEntities,"
if(bNext.txt=="?") if(bNext.txt=="")
{ {
tSend.txt+="bHome" tSend.txt+="bHome"
}else }else
@@ -566,7 +566,7 @@ Button bPrev
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardEntities," tSend.txt="event,buttonPress2,cardEntities,"
if(bPrev.txt=="?") if(bPrev.txt=="")
{ {
tSend.txt+="bUp" tSend.txt+="bUp"
}else }else
@@ -1236,14 +1236,14 @@ Timer tmSerial
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,1 tsw mSwipePrev,1
tsw mSwipeUp,0 tsw mSwipeUp,0
bPrev.txt="?" bPrev.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,0 tsw mSwipePrev,0
tsw mSwipeUp,1 tsw mSwipeUp,1
bPrev.txt="?" bPrev.txt=""
} }
spstr tId.txt,tTmp.txt,"|",1 spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="0") if(tTmp.txt=="0")
@@ -1255,12 +1255,12 @@ Timer tmSerial
{ {
vis bNext,1 vis bNext,1
tsw mSwipeNext,1 tsw mSwipeNext,1
bNext.txt="?" bNext.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bNext,1 vis bNext,1
bNext.txt="?" bNext.txt=""
} }
// get Type // get Type
spstr strCommand.txt,type1.txt,"~",3 spstr strCommand.txt,type1.txt,"~",3

View File

@@ -472,7 +472,7 @@ Button bNext
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardGrid," tSend.txt="event,buttonPress2,cardGrid,"
if(bNext.txt=="?") if(bNext.txt=="")
{ {
tSend.txt+="bHome" tSend.txt+="bHome"
}else }else
@@ -504,7 +504,7 @@ Button bPrev
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardGrid," tSend.txt="event,buttonPress2,cardGrid,"
if(bPrev.txt=="?") if(bPrev.txt=="")
{ {
tSend.txt+="bUp" tSend.txt+="bUp"
}else }else
@@ -663,14 +663,14 @@ Timer tmSerial
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,1 tsw mSwipePrev,1
tsw mSwipeUp,0 tsw mSwipeUp,0
bPrev.txt="?" bPrev.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,0 tsw mSwipePrev,0
tsw mSwipeUp,1 tsw mSwipeUp,1
bPrev.txt="?" bPrev.txt=""
} }
spstr tId.txt,tTmp.txt,"|",1 spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="0") if(tTmp.txt=="0")
@@ -682,12 +682,12 @@ Timer tmSerial
{ {
vis bNext,1 vis bNext,1
tsw mSwipeNext,1 tsw mSwipeNext,1
bNext.txt="?" bNext.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bNext,1 vis bNext,1
bNext.txt="?" bNext.txt=""
} }
// get Type // get Type
spstr strCommand.txt,type1.txt,"~",3 spstr strCommand.txt,type1.txt,"~",3

View File

@@ -448,7 +448,7 @@ Button bNext
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardMedia," tSend.txt="event,buttonPress2,cardMedia,"
if(bNext.txt=="?") if(bNext.txt=="")
{ {
tSend.txt+="bHome" tSend.txt+="bHome"
}else }else
@@ -480,7 +480,7 @@ Button bPrev
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardMedia," tSend.txt="event,buttonPress2,cardMedia,"
if(bPrev.txt=="?") if(bPrev.txt=="")
{ {
tSend.txt+="bUp" tSend.txt+="bUp"
}else }else
@@ -611,14 +611,14 @@ Timer tmSerial
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,1 tsw mSwipePrev,1
tsw mSwipeUp,0 tsw mSwipeUp,0
bPrev.txt="?" bPrev.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,0 tsw mSwipePrev,0
tsw mSwipeUp,1 tsw mSwipeUp,1
bPrev.txt="?" bPrev.txt=""
} }
spstr tId.txt,tTmp.txt,"|",1 spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="0") if(tTmp.txt=="0")
@@ -630,12 +630,12 @@ Timer tmSerial
{ {
vis bNext,1 vis bNext,1
tsw mSwipeNext,1 tsw mSwipeNext,1
bNext.txt="?" bNext.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bNext,1 vis bNext,1
bNext.txt="?" bNext.txt=""
} }
//entity name //entity name
spstr strCommand.txt,entn.txt,"~",3 spstr strCommand.txt,entn.txt,"~",3

View File

@@ -347,7 +347,7 @@ Button bNext
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardPower," tSend.txt="event,buttonPress2,cardPower,"
if(bNext.txt=="?") if(bNext.txt=="")
{ {
tSend.txt+="bHome" tSend.txt+="bHome"
}else }else
@@ -379,7 +379,7 @@ Button bPrev
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardAlarm," tSend.txt="event,buttonPress2,cardAlarm,"
if(bPrev.txt=="?") if(bPrev.txt=="")
{ {
tSend.txt+="bUp" tSend.txt+="bUp"
}else }else
@@ -569,14 +569,14 @@ Timer tmSerial
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,1 tsw mSwipePrev,1
tsw mSwipeUp,0 tsw mSwipeUp,0
bPrev.txt="?" bPrev.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,0 tsw mSwipePrev,0
tsw mSwipeUp,1 tsw mSwipeUp,1
bPrev.txt="?" bPrev.txt=""
} }
spstr tId.txt,tTmp.txt,"|",1 spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="0") if(tTmp.txt=="0")
@@ -588,12 +588,12 @@ Timer tmSerial
{ {
vis bNext,1 vis bNext,1
tsw mSwipeNext,1 tsw mSwipeNext,1
bNext.txt="?" bNext.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bNext,1 vis bNext,1
bNext.txt="?" bNext.txt=""
} }
// icon color home // icon color home
spstr strCommand.txt,tTmp.txt,"~",3 spstr strCommand.txt,tTmp.txt,"~",3

View File

@@ -188,7 +188,7 @@ Button bNext
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardQR," tSend.txt="event,buttonPress2,cardQR,"
if(bNext.txt=="?") if(bNext.txt=="")
{ {
tSend.txt+="bHome" tSend.txt+="bHome"
}else }else
@@ -220,7 +220,7 @@ Button bPrev
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardAlarm," tSend.txt="event,buttonPress2,cardAlarm,"
if(bPrev.txt=="?") if(bPrev.txt=="")
{ {
tSend.txt+="bUp" tSend.txt+="bUp"
}else }else
@@ -460,14 +460,14 @@ Timer tmSerial
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,1 tsw mSwipePrev,1
tsw mSwipeUp,0 tsw mSwipeUp,0
bPrev.txt="?" bPrev.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,0 tsw mSwipePrev,0
tsw mSwipeUp,1 tsw mSwipeUp,1
bPrev.txt="?" bPrev.txt=""
} }
spstr tId.txt,tTmp.txt,"|",1 spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="0") if(tTmp.txt=="0")
@@ -479,12 +479,12 @@ Timer tmSerial
{ {
vis bNext,1 vis bNext,1
tsw mSwipeNext,1 tsw mSwipeNext,1
bNext.txt="?" bNext.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bNext,1 vis bNext,1
bNext.txt="?" bNext.txt=""
} }
//text qrcode //text qrcode
spstr strCommand.txt,vaQR.txt,"~",3 spstr strCommand.txt,vaQR.txt,"~",3

View File

@@ -295,7 +295,7 @@ Button bNext
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardThermo," tSend.txt="event,buttonPress2,cardThermo,"
if(bNext.txt=="?") if(bNext.txt=="")
{ {
tSend.txt+="bHome" tSend.txt+="bHome"
}else }else
@@ -327,7 +327,7 @@ Button bPrev
Events Events
Touch Press Event Touch Press Event
tSend.txt="event,buttonPress2,cardThermo," tSend.txt="event,buttonPress2,cardThermo,"
if(bPrev.txt=="?") if(bPrev.txt=="")
{ {
tSend.txt+="bUp" tSend.txt+="bUp"
}else }else
@@ -908,14 +908,14 @@ Timer tmSerial
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,1 tsw mSwipePrev,1
tsw mSwipeUp,0 tsw mSwipeUp,0
bPrev.txt="?" bPrev.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bPrev,1 vis bPrev,1
tsw mSwipePrev,0 tsw mSwipePrev,0
tsw mSwipeUp,1 tsw mSwipeUp,1
bPrev.txt="?" bPrev.txt=""
} }
spstr tId.txt,tTmp.txt,"|",1 spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="0") if(tTmp.txt=="0")
@@ -927,12 +927,12 @@ Timer tmSerial
{ {
vis bNext,1 vis bNext,1
tsw mSwipeNext,1 tsw mSwipeNext,1
bNext.txt="?" bNext.txt=""
} }
if(tTmp.txt=="2") if(tTmp.txt=="2")
{ {
vis bNext,1 vis bNext,1
bNext.txt="?" bNext.txt=""
} }
//entity name //entity name
spstr strCommand.txt,entn.txt,"~",3 spstr strCommand.txt,entn.txt,"~",3

View File

@@ -135,20 +135,6 @@ Button b13
Touch Press Event Touch Press Event
page popupThermo page popupThermo
Button b14
Attributes
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
State : unpressed
Text : chart
Max. Text Size : 10
Events
Touch Press Event
page cardChart
Button b2 Button b2
Attributes Attributes
Scope : local Scope : local

View File

@@ -623,10 +623,6 @@ Timer tmSerial
{ {
page cardPower page cardPower
} }
if(tId.txt=="cardChart")
{
page cardChart
}
} }
// end of user code // end of user code
udelete payloadLength-1 udelete payloadLength-1

View File

@@ -897,10 +897,6 @@ Timer tmSerial
{ {
page cardPower page cardPower
} }
if(tId.txt=="cardChart")
{
page cardChart
}
} }
// end of user code // end of user code
udelete payloadLength-1 udelete payloadLength-1

View File

@@ -686,10 +686,6 @@ Timer tmSerial
{ {
page cardPower page cardPower
} }
if(tId.txt=="cardChart")
{
page cardChart
}
} }
// end of user code // end of user code
udelete payloadLength-1 udelete payloadLength-1

View File

@@ -441,10 +441,6 @@ Timer tmSerial
{ {
page cardPower page cardPower
} }
if(tId.txt=="cardChart")
{
page cardChart
}
} }
// end of user code // end of user code
udelete payloadLength-1 udelete payloadLength-1

View File

@@ -675,10 +675,6 @@ Timer tmSerial
{ {
page cardPower page cardPower
} }
if(tId.txt=="cardChart")
{
page cardChart
}
} }
// end of user code // end of user code
udelete payloadLength-1 udelete payloadLength-1

View File

@@ -946,10 +946,6 @@ Timer tmSerial
{ {
page cardPower page cardPower
} }
if(tId.txt=="cardChart")
{
page cardChart
}
} }
// end of user code // end of user code
udelete payloadLength-1 udelete payloadLength-1