mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-12 08:07:43 +01:00
Merge branch 'main' of github.com:joBr99/nspanel-lovelace-ui (add nextion2text)
This commit is contained in:
@@ -940,7 +940,7 @@ Timer tmSerial
|
|||||||
{
|
{
|
||||||
page pageStartup
|
page pageStartup
|
||||||
}
|
}
|
||||||
if(tId.txt=="pageNotify")
|
if(tId.txt=="popupNotify")
|
||||||
{
|
{
|
||||||
page popupNotify
|
page popupNotify
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2297,7 +2297,7 @@ Timer tmSerial
|
|||||||
{
|
{
|
||||||
page pageStartup
|
page pageStartup
|
||||||
}
|
}
|
||||||
if(tId.txt=="pageNotify")
|
if(tId.txt=="popupNotify")
|
||||||
{
|
{
|
||||||
page popupNotify
|
page popupNotify
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1230,7 +1230,7 @@ Timer tmSerial
|
|||||||
{
|
{
|
||||||
page pageStartup
|
page pageStartup
|
||||||
}
|
}
|
||||||
if(tId.txt=="pageNotify")
|
if(tId.txt=="popupNotify")
|
||||||
{
|
{
|
||||||
page popupNotify
|
page popupNotify
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -769,7 +769,7 @@ Timer tmSerial
|
|||||||
{
|
{
|
||||||
page pageStartup
|
page pageStartup
|
||||||
}
|
}
|
||||||
if(tId.txt=="pageNotify")
|
if(tId.txt=="popupNotify")
|
||||||
{
|
{
|
||||||
page popupNotify
|
page popupNotify
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1519,7 +1519,7 @@ Timer tmSerial
|
|||||||
{
|
{
|
||||||
page pageStartup
|
page pageStartup
|
||||||
}
|
}
|
||||||
if(tId.txt=="pageNotify")
|
if(tId.txt=="popupNotify")
|
||||||
{
|
{
|
||||||
page popupNotify
|
page popupNotify
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,10 +10,10 @@ pageSerialTest
|
|||||||
13 Component(s)
|
13 Component(s)
|
||||||
48 Line(s) of event code
|
48 Line(s) of event code
|
||||||
43 Unique line(s) of event code
|
43 Unique line(s) of event code
|
||||||
cardGrid
|
cardMedia
|
||||||
39 Component(s)
|
22 Component(s)
|
||||||
406 Line(s) of event code
|
210 Line(s) of event code
|
||||||
224 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
|
164 Line(s) of event code
|
||||||
@@ -38,29 +38,29 @@ popupLight
|
|||||||
27 Component(s)
|
27 Component(s)
|
||||||
297 Line(s) of event code
|
297 Line(s) of event code
|
||||||
154 Unique line(s) of event code
|
154 Unique line(s) of event code
|
||||||
cardMedia
|
|
||||||
22 Component(s)
|
|
||||||
210 Line(s) of event code
|
|
||||||
116 Unique line(s) of event code
|
|
||||||
cardThermo
|
|
||||||
42 Component(s)
|
|
||||||
438 Line(s) of event code
|
|
||||||
221 Unique line(s) of event code
|
|
||||||
cardAlarm
|
|
||||||
28 Component(s)
|
|
||||||
147 Line(s) of event code
|
|
||||||
106 Unique line(s) of event code
|
|
||||||
screensaver
|
screensaver
|
||||||
25 Component(s)
|
25 Component(s)
|
||||||
173 Line(s) of event code
|
173 Line(s) of event code
|
||||||
124 Unique line(s) of event code
|
124 Unique line(s) of event code
|
||||||
|
cardAlarm
|
||||||
|
28 Component(s)
|
||||||
|
147 Line(s) of event code
|
||||||
|
106 Unique line(s) of event code
|
||||||
cardEntities
|
cardEntities
|
||||||
54 Component(s)
|
54 Component(s)
|
||||||
808 Line(s) of event code
|
808 Line(s) of event code
|
||||||
320 Unique line(s) of event code
|
320 Unique line(s) of event code
|
||||||
|
cardGrid
|
||||||
|
39 Component(s)
|
||||||
|
406 Line(s) of event code
|
||||||
|
224 Unique line(s) of event code
|
||||||
|
cardThermo
|
||||||
|
42 Component(s)
|
||||||
|
438 Line(s) of event code
|
||||||
|
221 Unique line(s) of event code
|
||||||
|
|
||||||
Total
|
Total
|
||||||
14 Page(s)
|
14 Page(s)
|
||||||
342 Component(s)
|
342 Component(s)
|
||||||
3077 Line(s) of event code
|
3077 Line(s) of event code
|
||||||
773 Unique line(s) of event code
|
774 Unique line(s) of event code
|
||||||
|
|||||||
@@ -767,7 +767,7 @@ Timer tmSerial
|
|||||||
{
|
{
|
||||||
page pageStartup
|
page pageStartup
|
||||||
}
|
}
|
||||||
if(tId.txt=="pageNotify")
|
if(tId.txt=="popupNotify")
|
||||||
{
|
{
|
||||||
page popupNotify
|
page popupNotify
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user