mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-20 21:24:44 +01:00
add color to screensaver notify (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
644ac4c299
commit
33eae9add9
@@ -42,14 +42,14 @@ cardMedia
|
||||
34 Component(s)
|
||||
394 Line(s) of event code
|
||||
213 Unique line(s) of event code
|
||||
screensaver
|
||||
38 Component(s)
|
||||
350 Line(s) of event code
|
||||
266 Unique line(s) of event code
|
||||
cardPower
|
||||
43 Component(s)
|
||||
420 Line(s) of event code
|
||||
292 Unique line(s) of event code
|
||||
screensaver
|
||||
38 Component(s)
|
||||
338 Line(s) of event code
|
||||
262 Unique line(s) of event code
|
||||
cardThermo
|
||||
52 Component(s)
|
||||
585 Line(s) of event code
|
||||
@@ -66,5 +66,5 @@ cardEntities
|
||||
Total
|
||||
15 Page(s)
|
||||
490 Component(s)
|
||||
5819 Line(s) of event code
|
||||
1576 Unique line(s) of event code
|
||||
5831 Line(s) of event code
|
||||
1580 Unique line(s) of event code
|
||||
|
||||
@@ -1189,6 +1189,18 @@ Timer tmSerial
|
||||
vis tNotifyHead,0
|
||||
vis tNotifyText,0
|
||||
}
|
||||
tNotifyHead.bco=tTime.bco
|
||||
tNotifyText.bco=tTime.bco
|
||||
spstr strCommand.txt,tTmp.txt,"~",3
|
||||
if(tTmp.txt!="")
|
||||
{
|
||||
covx tTmp.txt,tNotifyHead.pco,0,0
|
||||
}
|
||||
spstr strCommand.txt,tTmp.txt,"~",4
|
||||
if(tTmp.txt!="")
|
||||
{
|
||||
covx tTmp.txt,tNotifyText.pco,0,0
|
||||
}
|
||||
}
|
||||
if(tInstruction.txt=="pageType")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user