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

This commit is contained in:
joBr99
2022-03-20 14:48:55 +00:00
committed by GitHub Actions
parent 646ec6cf92
commit 0d883983fa
2 changed files with 8 additions and 4 deletions

View File

@@ -16,8 +16,8 @@ cardMedia
116 Unique line(s) of event code 116 Unique line(s) of event code
popupNotify popupNotify
16 Component(s) 16 Component(s)
164 Line(s) of event code 167 Line(s) of event code
109 Unique line(s) of event code 110 Unique line(s) of event code
pageStartup pageStartup
19 Component(s) 19 Component(s)
145 Line(s) of event code 145 Line(s) of event code
@@ -62,5 +62,5 @@ cardThermo
Total Total
14 Page(s) 14 Page(s)
342 Component(s) 342 Component(s)
3077 Line(s) of event code 3080 Line(s) of event code
774 Unique line(s) of event code 775 Unique line(s) of event code

View File

@@ -492,6 +492,10 @@ Timer tmSerial
spstr strCommand.txt,tTmp.txt,",",9 spstr strCommand.txt,tTmp.txt,",",9
covx tTmp.txt,sys0,0,0 covx tTmp.txt,sys0,0,0
tText.pco=sys0 tText.pco=sys0
// sleep timeout
spstr strCommand.txt,tTmp.txt,",",9
covx tTmp.txt,sys0,0,0
sleepTimeout=sys0
} }
if(tInstruction.txt=="time") if(tInstruction.txt=="time")
{ {