mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-18 10:57:01 +01:00
untested fix for #768 (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
75fb6f8e5d
commit
209a2525ee
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1266,6 +1266,10 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",34
|
||||
covx tTmp.txt,t0Speed.val,0,0
|
||||
if(p0.h==320)
|
||||
{
|
||||
t0Speed.val=t0Speed.val*-1
|
||||
}
|
||||
if(t0Speed.val>120)
|
||||
{
|
||||
t0Speed.val=120
|
||||
@@ -1297,6 +1301,10 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",41
|
||||
covx tTmp.txt,t1Speed.val,0,0
|
||||
if(p0.h==320)
|
||||
{
|
||||
t1Speed.val=t1Speed.val*-1
|
||||
}
|
||||
if(t1Speed.val>120)
|
||||
{
|
||||
t1Speed.val=120
|
||||
@@ -1328,6 +1336,10 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",48
|
||||
covx tTmp.txt,t2Speed.val,0,0
|
||||
if(p0.h==320)
|
||||
{
|
||||
t2Speed.val=t2Speed.val*-1
|
||||
}
|
||||
if(t2Speed.val>120)
|
||||
{
|
||||
t2Speed.val=120
|
||||
@@ -1359,6 +1371,10 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",55
|
||||
covx tTmp.txt,t3Speed.val,0,0
|
||||
if(p0.h==320)
|
||||
{
|
||||
t3Speed.val=t3Speed.val*-1
|
||||
}
|
||||
if(t3Speed.val>120)
|
||||
{
|
||||
t3Speed.val=120
|
||||
@@ -1390,6 +1406,10 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",62
|
||||
covx tTmp.txt,t4Speed.val,0,0
|
||||
if(p0.h==320)
|
||||
{
|
||||
t4Speed.val=t4Speed.val*-1
|
||||
}
|
||||
if(t4Speed.val>120)
|
||||
{
|
||||
t4Speed.val=120
|
||||
@@ -1421,6 +1441,10 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",69
|
||||
covx tTmp.txt,t5Speed.val,0,0
|
||||
if(p0.h==320)
|
||||
{
|
||||
t5Speed.val=t5Speed.val*-1
|
||||
}
|
||||
if(t5Speed.val>120)
|
||||
{
|
||||
t5Speed.val=120
|
||||
@@ -1467,6 +1491,10 @@ Timer tmSerial
|
||||
{
|
||||
page screensaver
|
||||
}
|
||||
if(tId.txt=="screensaver2")
|
||||
{
|
||||
page screensaver2
|
||||
}
|
||||
if(tId.txt=="cardEntities")
|
||||
{
|
||||
page cardEntities
|
||||
|
||||
@@ -58,6 +58,10 @@ cardQR
|
||||
34 Component(s)
|
||||
402 Line(s) of event code
|
||||
234 Unique line(s) of event code
|
||||
cardPower
|
||||
54 Component(s)
|
||||
517 Line(s) of event code
|
||||
339 Unique line(s) of event code
|
||||
cardThermo
|
||||
57 Component(s)
|
||||
532 Line(s) of event code
|
||||
@@ -66,10 +70,6 @@ popupTimer
|
||||
42 Component(s)
|
||||
512 Line(s) of event code
|
||||
255 Unique line(s) of event code
|
||||
cardPower
|
||||
54 Component(s)
|
||||
489 Line(s) of event code
|
||||
330 Unique line(s) of event code
|
||||
screensaver
|
||||
46 Component(s)
|
||||
421 Line(s) of event code
|
||||
@@ -90,5 +90,5 @@ cardEntities
|
||||
Total
|
||||
21 Page(s)
|
||||
811 Component(s)
|
||||
9554 Line(s) of event code
|
||||
2447 Unique line(s) of event code
|
||||
9582 Line(s) of event code
|
||||
2454 Unique line(s) of event code
|
||||
|
||||
@@ -692,6 +692,10 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",34
|
||||
covx tTmp.txt,t0Speed.val,0,0
|
||||
if(p0.h==320)
|
||||
{
|
||||
t0Speed.val=t0Speed.val*-1
|
||||
}
|
||||
if(t0Speed.val>120)
|
||||
{
|
||||
t0Speed.val=120
|
||||
@@ -723,6 +727,10 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",41
|
||||
covx tTmp.txt,t1Speed.val,0,0
|
||||
if(p0.h==320)
|
||||
{
|
||||
t1Speed.val=t1Speed.val*-1
|
||||
}
|
||||
if(t1Speed.val>120)
|
||||
{
|
||||
t1Speed.val=120
|
||||
@@ -754,6 +762,10 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",48
|
||||
covx tTmp.txt,t2Speed.val,0,0
|
||||
if(p0.h==320)
|
||||
{
|
||||
t2Speed.val=t2Speed.val*-1
|
||||
}
|
||||
if(t2Speed.val>120)
|
||||
{
|
||||
t2Speed.val=120
|
||||
@@ -785,6 +797,10 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",55
|
||||
covx tTmp.txt,t3Speed.val,0,0
|
||||
if(p0.h==320)
|
||||
{
|
||||
t3Speed.val=t3Speed.val*-1
|
||||
}
|
||||
if(t3Speed.val>120)
|
||||
{
|
||||
t3Speed.val=120
|
||||
@@ -816,6 +832,10 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",62
|
||||
covx tTmp.txt,t4Speed.val,0,0
|
||||
if(p0.h==320)
|
||||
{
|
||||
t4Speed.val=t4Speed.val*-1
|
||||
}
|
||||
if(t4Speed.val>120)
|
||||
{
|
||||
t4Speed.val=120
|
||||
@@ -847,6 +867,10 @@ Timer tmSerial
|
||||
// speed
|
||||
spstr strCommand.txt,tTmp.txt,"~",69
|
||||
covx tTmp.txt,t5Speed.val,0,0
|
||||
if(p0.h==320)
|
||||
{
|
||||
t5Speed.val=t5Speed.val*-1
|
||||
}
|
||||
if(t5Speed.val>120)
|
||||
{
|
||||
t5Speed.val=120
|
||||
@@ -893,6 +917,10 @@ Timer tmSerial
|
||||
{
|
||||
page screensaver
|
||||
}
|
||||
if(tId.txt=="screensaver2")
|
||||
{
|
||||
page screensaver2
|
||||
}
|
||||
if(tId.txt=="cardEntities")
|
||||
{
|
||||
page cardEntities
|
||||
|
||||
Reference in New Issue
Block a user