mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-22 15:34:26 +01:00
fixed page command (add nextion2text)
This commit is contained in:
@@ -88,7 +88,7 @@ Variable (string) strCommand
|
|||||||
ID : 27
|
ID : 27
|
||||||
Scope : local
|
Scope : local
|
||||||
Text :
|
Text :
|
||||||
Max. Text Size: 150
|
Max. Text Size: 250
|
||||||
|
|
||||||
Variable (string) type1
|
Variable (string) type1
|
||||||
Attributes
|
Attributes
|
||||||
|
|||||||
@@ -38,22 +38,22 @@ pageSwipeTest
|
|||||||
18 Component(s)
|
18 Component(s)
|
||||||
62 Line(s) of event code
|
62 Line(s) of event code
|
||||||
44 Unique line(s) of event code
|
44 Unique line(s) of event code
|
||||||
cardThermo
|
|
||||||
42 Component(s)
|
|
||||||
450 Line(s) of event code
|
|
||||||
220 Unique line(s) of event code
|
|
||||||
cardEntities
|
|
||||||
55 Component(s)
|
|
||||||
811 Line(s) of event code
|
|
||||||
312 Unique line(s) of event code
|
|
||||||
cardAlarm
|
|
||||||
28 Component(s)
|
|
||||||
159 Line(s) of event code
|
|
||||||
105 Unique line(s) of event code
|
|
||||||
screensaver
|
screensaver
|
||||||
25 Component(s)
|
25 Component(s)
|
||||||
152 Line(s) of event code
|
152 Line(s) of event code
|
||||||
118 Unique line(s) of event code
|
118 Unique line(s) of event code
|
||||||
|
cardThermo
|
||||||
|
42 Component(s)
|
||||||
|
450 Line(s) of event code
|
||||||
|
220 Unique line(s) of event code
|
||||||
|
cardAlarm
|
||||||
|
28 Component(s)
|
||||||
|
159 Line(s) of event code
|
||||||
|
105 Unique line(s) of event code
|
||||||
|
cardEntities
|
||||||
|
55 Component(s)
|
||||||
|
811 Line(s) of event code
|
||||||
|
312 Unique line(s) of event code
|
||||||
|
|
||||||
Total
|
Total
|
||||||
13 Page(s)
|
13 Page(s)
|
||||||
|
|||||||
@@ -728,7 +728,7 @@ Timer tmSerial
|
|||||||
if(tInstruction.txt=="page")
|
if(tInstruction.txt=="page")
|
||||||
{
|
{
|
||||||
//pagenumber
|
//pagenumber
|
||||||
spstr strCommand.txt,tTmp.txt,"?",1
|
spstr strCommand.txt,tTmp.txt,",",1
|
||||||
covx tTmp.txt,sys0,0,0
|
covx tTmp.txt,sys0,0,0
|
||||||
nPage=sys0
|
nPage=sys0
|
||||||
//don't send current page number, wake will do
|
//don't send current page number, wake will do
|
||||||
|
|||||||
Reference in New Issue
Block a user