refresh notification after weather update (add nextion2text)

This commit is contained in:
joBr99
2022-06-01 15:15:07 +00:00
committed by github-actions[bot]
parent 5cdd897995
commit 1e15f8f5ef
6 changed files with 104 additions and 43 deletions

View File

@@ -26,6 +26,10 @@ popupShutter
20 Component(s)
248 Line(s) of event code
141 Unique line(s) of event code
screensaver
37 Component(s)
315 Line(s) of event code
249 Unique line(s) of event code
cardMedia
33 Component(s)
349 Line(s) of event code
@@ -46,10 +50,6 @@ cardThermo
56 Component(s)
546 Line(s) of event code
295 Unique line(s) of event code
screensaver
37 Component(s)
307 Line(s) of event code
245 Unique line(s) of event code
cardEntities
65 Component(s)
1133 Line(s) of event code
@@ -58,5 +58,5 @@ cardEntities
Total
13 Page(s)
408 Component(s)
4521 Line(s) of event code
1193 Unique line(s) of event code
4529 Line(s) of event code
1197 Unique line(s) of event code

View File

@@ -1046,6 +1046,14 @@ Timer tmSerial
spstr strCommand.txt,tIcon2.txt,"~",19
spstr strCommand.txt,tTmp.txt,"~",20
covx tTmp.txt,tIcon2.pco,0,0
if(tNotifyHead.txt!="")
{
ref tNotifyHead
}
if(tNotifyText.txt!="")
{
ref tNotifyText
}
}
if(tInstruction.txt=="color")
{