mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-21 21:54:46 +01:00
fix theme loop (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
3d6f887527
commit
53bb748ea1
@@ -38,6 +38,10 @@ cardGrid
|
||||
42 Component(s)
|
||||
462 Line(s) of event code
|
||||
271 Unique line(s) of event code
|
||||
popupFan
|
||||
20 Component(s)
|
||||
236 Line(s) of event code
|
||||
150 Unique line(s) of event code
|
||||
cardQR
|
||||
32 Component(s)
|
||||
403 Line(s) of event code
|
||||
@@ -46,10 +50,6 @@ cardAlarm
|
||||
40 Component(s)
|
||||
421 Line(s) of event code
|
||||
254 Unique line(s) of event code
|
||||
popupFan
|
||||
20 Component(s)
|
||||
236 Line(s) of event code
|
||||
150 Unique line(s) of event code
|
||||
cardThermo
|
||||
53 Component(s)
|
||||
580 Line(s) of event code
|
||||
@@ -63,4 +63,4 @@ Total
|
||||
14 Page(s)
|
||||
437 Component(s)
|
||||
5193 Line(s) of event code
|
||||
1365 Unique line(s) of event code
|
||||
1366 Unique line(s) of event code
|
||||
|
||||
@@ -47,7 +47,7 @@ Page popupFan
|
||||
prints crcval,2
|
||||
vis hSpeed,0
|
||||
popupFan.bco=defaultBcoColor
|
||||
for(sys0=0;sys0<40;sys0++)
|
||||
for(sys0=0;sys0<20;sys0++)
|
||||
{
|
||||
if(b[sys0].type==98||b[sys0].type==116)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user