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

This commit is contained in:
joBr99
2022-07-23 11:57:32 +00:00
committed by github-actions[bot]
parent 3349ce5996
commit 5dcd5be9ce
18 changed files with 350 additions and 192 deletions

View File

@@ -18,14 +18,14 @@ popupLight
27 Component(s)
386 Line(s) of event code
211 Unique line(s) of event code
popupFan
20 Component(s)
236 Line(s) of event code
150 Unique line(s) of event code
cardMedia
34 Component(s)
388 Line(s) of event code
209 Unique line(s) of event code
popupFan
20 Component(s)
234 Line(s) of event code
148 Unique line(s) of event code
pageStartup
19 Component(s)
167 Line(s) of event code
@@ -62,5 +62,5 @@ cardThermo
Total
14 Page(s)
444 Component(s)
5280 Line(s) of event code
1369 Unique line(s) of event code
5282 Line(s) of event code
1370 Unique line(s) of event code

View File

@@ -402,7 +402,7 @@ Text tVersion
Horizontal Alignment : center
Vertical Alignment : center
Input Type : character
Text : 38
Text : 39
Max. Text Size : 10
Word wrap : disabled
Horizontal Spacing : 0

View File

@@ -544,7 +544,7 @@ Timer tmSerial
spstr strCommand.txt,tTmp.txt,"~",4
covx tTmp.txt,sys0,0,0
btOnOff1.val=sys0
// get Brightness value
// get Speed value
spstr strCommand.txt,tTmp.txt,"~",5
if(tTmp.txt=="disable")
{
@@ -560,8 +560,11 @@ Timer tmSerial
hSpeed.val=sys0
}
}
// set hSpeed maxValue
spstr strCommand.txt,tTmp.txt,"~",6
covx tTmp.txt,hSpeed.maxval,0,0
// set t1 Speed (Localization)
spstr strCommand.txt,t1.txt,"~",6
spstr strCommand.txt,t1.txt,"~",7
}
if(tInstruction.txt=="time")
{