mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-15 09:26:58 +01:00
sync (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
2b989f3a86
commit
803c195cbd
@@ -58,31 +58,3 @@
|
||||
│ crcputs sys0,2
|
||||
│ crcputs tSend.txt,0
|
||||
│ //send cmd
|
||||
├── screensaver.txt
|
||||
│ @@ -620,26 +620,14 @@
|
||||
│ vis tNotifyHead,1
|
||||
│ vis tNotifyText,1
|
||||
│ }else
|
||||
│ {
|
||||
│ vis tNotifyHead,0
|
||||
│ vis tNotifyText,0
|
||||
│ }
|
||||
│ - tNotifyHead.bco=tTime.bco
|
||||
│ - tNotifyText.bco=tTime.bco
|
||||
│ - spstr strCommand.txt,tTmp.txt,"~",3
|
||||
│ - if(tTmp.txt!="")
|
||||
│ - {
|
||||
│ - covx tTmp.txt,tNotifyHead.pco,0,0
|
||||
│ - }
|
||||
│ - spstr strCommand.txt,tTmp.txt,"~",4
|
||||
│ - if(tTmp.txt!="")
|
||||
│ - {
|
||||
│ - covx tTmp.txt,tNotifyText.pco,0,0
|
||||
│ - }
|
||||
│ }
|
||||
│ if(tInstruction.txt=="pageType")
|
||||
│ {
|
||||
│ dim=100
|
||||
│ //command format pageType,specialPageName
|
||||
│ //write name of speical page to tId
|
||||
│ spstr strCommand.txt,tId.txt,"~",1
|
||||
|
||||
@@ -42,18 +42,18 @@ cardAlarm
|
||||
40 Component(s)
|
||||
427 Line(s) of event code
|
||||
258 Unique line(s) of event code
|
||||
cardPower
|
||||
43 Component(s)
|
||||
420 Line(s) of event code
|
||||
292 Unique line(s) of event code
|
||||
screensaver
|
||||
38 Component(s)
|
||||
350 Line(s) of event code
|
||||
266 Unique line(s) of event code
|
||||
cardQR
|
||||
32 Component(s)
|
||||
409 Line(s) of event code
|
||||
238 Unique line(s) of event code
|
||||
screensaver
|
||||
38 Component(s)
|
||||
338 Line(s) of event code
|
||||
262 Unique line(s) of event code
|
||||
cardPower
|
||||
43 Component(s)
|
||||
420 Line(s) of event code
|
||||
292 Unique line(s) of event code
|
||||
popupThermo
|
||||
44 Component(s)
|
||||
515 Line(s) of event code
|
||||
@@ -70,5 +70,5 @@ cardEntities
|
||||
Total
|
||||
16 Page(s)
|
||||
529 Component(s)
|
||||
6292 Line(s) of event code
|
||||
1670 Unique line(s) of event code
|
||||
6304 Line(s) of event code
|
||||
1674 Unique line(s) of event code
|
||||
|
||||
@@ -1189,6 +1189,18 @@ Timer tmSerial
|
||||
vis tNotifyHead,0
|
||||
vis tNotifyText,0
|
||||
}
|
||||
tNotifyHead.bco=tTime.bco
|
||||
tNotifyText.bco=tTime.bco
|
||||
spstr strCommand.txt,tTmp.txt,"~",3
|
||||
if(tTmp.txt!="")
|
||||
{
|
||||
covx tTmp.txt,tNotifyHead.pco,0,0
|
||||
}
|
||||
spstr strCommand.txt,tTmp.txt,"~",4
|
||||
if(tTmp.txt!="")
|
||||
{
|
||||
covx tTmp.txt,tNotifyText.pco,0,0
|
||||
}
|
||||
}
|
||||
if(tInstruction.txt=="pageType")
|
||||
{
|
||||
|
||||
@@ -624,6 +624,18 @@ Timer tmSerial
|
||||
vis tNotifyHead,0
|
||||
vis tNotifyText,0
|
||||
}
|
||||
tNotifyHead.bco=tTime.bco
|
||||
tNotifyText.bco=tTime.bco
|
||||
spstr strCommand.txt,tTmp.txt,"~",3
|
||||
if(tTmp.txt!="")
|
||||
{
|
||||
covx tTmp.txt,tNotifyHead.pco,0,0
|
||||
}
|
||||
spstr strCommand.txt,tTmp.txt,"~",4
|
||||
if(tTmp.txt!="")
|
||||
{
|
||||
covx tTmp.txt,tNotifyText.pco,0,0
|
||||
}
|
||||
}
|
||||
if(tInstruction.txt=="pageType")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user