mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-03-01 16:06:51 +01:00
start implementing detail page for fans (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
318d862e19
commit
2c6fccbce1
@@ -1024,6 +1024,10 @@ Hotspot m2
|
||||
//popupLight.tEntity.txt=tEntity3.txt
|
||||
page popupLight
|
||||
}
|
||||
if(type3.txt=="fan")
|
||||
{
|
||||
page popupFan
|
||||
}
|
||||
|
||||
Hotspot m1
|
||||
Attributes
|
||||
@@ -1046,6 +1050,10 @@ Hotspot m1
|
||||
//popupLight.tEntity.txt=tEntity2.txt
|
||||
page popupLight
|
||||
}
|
||||
if(type2.txt=="fan")
|
||||
{
|
||||
page popupFan
|
||||
}
|
||||
|
||||
Hotspot m0
|
||||
Attributes
|
||||
@@ -1068,6 +1076,10 @@ Hotspot m0
|
||||
//popupLight.tEntity.txt=tEntity1.txt
|
||||
page popupLight
|
||||
}
|
||||
if(type1.txt=="fan")
|
||||
{
|
||||
page popupFan
|
||||
}
|
||||
|
||||
Hotspot m3
|
||||
Attributes
|
||||
@@ -1090,6 +1102,10 @@ Hotspot m3
|
||||
//popupLight.tEntity.txt=tEntity4.txt
|
||||
page popupLight
|
||||
}
|
||||
if(type4.txt=="fan")
|
||||
{
|
||||
page popupFan
|
||||
}
|
||||
|
||||
Hotspot mSwipeNext
|
||||
Attributes
|
||||
|
||||
Reference in New Issue
Block a user