mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-14 17:08:17 +01:00
fixes #933 (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
e580333560
commit
652dd0b157
@@ -28,8 +28,8 @@ popupLightNew
|
||||
209 Unique line(s) of event code
|
||||
popupNotify
|
||||
19 Component(s)
|
||||
271 Line(s) of event code
|
||||
174 Unique line(s) of event code
|
||||
267 Line(s) of event code
|
||||
172 Unique line(s) of event code
|
||||
cardGrid
|
||||
44 Component(s)
|
||||
529 Line(s) of event code
|
||||
@@ -98,5 +98,5 @@ cardEntities
|
||||
Total
|
||||
23 Page(s)
|
||||
878 Component(s)
|
||||
10408 Line(s) of event code
|
||||
2418 Unique line(s) of event code
|
||||
10404 Line(s) of event code
|
||||
2417 Unique line(s) of event code
|
||||
|
||||
@@ -528,11 +528,6 @@ Timer tmSerial
|
||||
// sleep timeout
|
||||
spstr strCommand.txt,tTmp.txt,"~",10
|
||||
covx tTmp.txt,sys0,0,0
|
||||
if(sys0==0)
|
||||
{
|
||||
//0 is buggy, a years is permanent enough
|
||||
sys0=31536000
|
||||
}
|
||||
sleepTimeout=sys0
|
||||
//font size
|
||||
spstr strCommand.txt,tTmp.txt,"~",11
|
||||
@@ -586,7 +581,7 @@ Timer tmSerial
|
||||
covx tTmp.txt,defaultFontColor,0,0
|
||||
}
|
||||
}
|
||||
if(tInstruction.txt=="timeout")
|
||||
if(tInstruction.txt=="timeout2")
|
||||
{
|
||||
//set timeout to global var
|
||||
spstr strCommand.txt,tTmp.txt,"~",1
|
||||
|
||||
Reference in New Issue
Block a user