mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-16 18:06:59 +01:00
add speaker selection (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
c98a09814e
commit
8414c07163
@@ -878,6 +878,10 @@ Button bEntity2
|
||||
{
|
||||
page popupInSel
|
||||
}
|
||||
if(type2.txt=="media_pl")
|
||||
{
|
||||
page popupInSel
|
||||
}
|
||||
|
||||
Touch Release Event
|
||||
tmLP.en=0
|
||||
@@ -941,6 +945,10 @@ Button bEntity3
|
||||
{
|
||||
page popupInSel
|
||||
}
|
||||
if(type3.txt=="media_pl")
|
||||
{
|
||||
page popupInSel
|
||||
}
|
||||
|
||||
Touch Release Event
|
||||
tmLP.en=0
|
||||
@@ -1004,6 +1012,10 @@ Button bEntity4
|
||||
{
|
||||
page popupInSel
|
||||
}
|
||||
if(type4.txt=="media_pl")
|
||||
{
|
||||
page popupInSel
|
||||
}
|
||||
|
||||
Touch Release Event
|
||||
tmLP.en=0
|
||||
@@ -1067,6 +1079,10 @@ Button bEntity5
|
||||
{
|
||||
page popupInSel
|
||||
}
|
||||
if(type5.txt=="media_pl")
|
||||
{
|
||||
page popupInSel
|
||||
}
|
||||
|
||||
Touch Release Event
|
||||
tmLP.en=0
|
||||
@@ -1126,7 +1142,11 @@ Button bEntity6
|
||||
{
|
||||
page popupShutter
|
||||
}
|
||||
if(type6.txt=="input_sel")
|
||||
if(entn.txt=="input_sel")
|
||||
{
|
||||
page popupInSel
|
||||
}
|
||||
if(type6.txt=="media_pl")
|
||||
{
|
||||
page popupInSel
|
||||
}
|
||||
|
||||
@@ -68,8 +68,8 @@ cardThermo
|
||||
318 Unique line(s) of event code
|
||||
cardMedia
|
||||
57 Component(s)
|
||||
640 Line(s) of event code
|
||||
320 Unique line(s) of event code
|
||||
660 Line(s) of event code
|
||||
325 Unique line(s) of event code
|
||||
cardEntities
|
||||
65 Component(s)
|
||||
1169 Line(s) of event code
|
||||
@@ -78,5 +78,5 @@ cardEntities
|
||||
Total
|
||||
18 Page(s)
|
||||
636 Component(s)
|
||||
7805 Line(s) of event code
|
||||
1967 Unique line(s) of event code
|
||||
7825 Line(s) of event code
|
||||
1973 Unique line(s) of event code
|
||||
|
||||
Reference in New Issue
Block a user