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

This commit is contained in:
joBr99
2022-05-06 16:01:54 +00:00
committed by github-actions[bot]
parent 8aca995c55
commit 74a5c5abff
8 changed files with 145 additions and 54 deletions

View File

@@ -32,12 +32,12 @@ popupNotify
123 Unique line(s) of event code
popupLight
27 Component(s)
338 Line(s) of event code
182 Unique line(s) of event code
341 Line(s) of event code
185 Unique line(s) of event code
popupShutter
20 Component(s)
192 Line(s) of event code
108 Unique line(s) of event code
193 Line(s) of event code
109 Unique line(s) of event code
cardAlarm
35 Component(s)
345 Line(s) of event code
@@ -54,5 +54,5 @@ cardThermo
Total
12 Page(s)
344 Component(s)
3698 Line(s) of event code
1021 Unique line(s) of event code
3702 Line(s) of event code
1025 Unique line(s) of event code

View File

@@ -881,6 +881,12 @@ Timer tmSerial
vis pColorWheel,1
}
}
// set t0 Color (Localization)
spstr strCommand.txt,t0.txt,"~",6
// set t4 Temperature (Localization)
spstr strCommand.txt,t4.txt,"~",7
// set t1 Brightness (Localization)
spstr strCommand.txt,t0.txt,"~",8
}
if(tInstruction.txt=="time")
{

View File

@@ -239,7 +239,7 @@ Text tId
Horizontal Spacing : 0
Vertical Spacing : 0
Text t1
Text tPosHeading
Attributes
ID : 17
Scope : local
@@ -628,6 +628,8 @@ Timer tmSerial
hPosition.val=sys0
// set tinfo1 text
spstr strCommand.txt,tInfo1.txt,"~",2
// set tPosHeading (localization)
spstr strCommand.txt,tPosHeading.txt,"~",3
}
if(tInstruction.txt=="dimmode")
{