Bump to v4.3.2b1

This commit is contained in:
Edward Firmo
2024-04-03 14:41:01 +02:00
parent e61f78fdcf
commit 18e9458a57
53 changed files with 208 additions and 189 deletions

View File

@@ -83,15 +83,6 @@ Text indr_temp
Text :
Max. Text Size : 8
Events
Touch Release Event
printh 92
prints "localevent",0
printh 00
prints "{\"page\": \"home\", \"component\": \"climate\", \"event\": \"click\"}",0
printh 00
printh FF FF FF
Text outdoor_temp
Attributes
ID : 5
@@ -326,15 +317,6 @@ Text indr_temp_icon
Text :
Max. Text Size : 3
Events
Touch Release Event
printh 92
prints "localevent",0
printh 00
prints "{\"page\": \"home\", \"component\": \"climate\", \"event\": \"click\"}",0
printh 00
printh FF FF FF
Text bt_notific
Attributes
ID : 28
@@ -751,6 +733,10 @@ TouchCap swipe
wakeup_timer.en=1 // Set brightness to saved value (from HA)
Touch Release Event
if(api==0)
{
page home
}
swipestore.en=0
// Touch has ended, x
if(tch0==0)
@@ -772,9 +758,6 @@ TouchCap swipe
}else if(is_buttonpage01==1)
{
page buttonpage01
}else
{
// Do nothing
}
}
// Right to Left swipe now navigates to home, looping back to the start.
@@ -794,9 +777,6 @@ TouchCap swipe
}else if(is_buttonpage04==1)
{
page buttonpage04
}else
{
// Do nothing
}
}
}
@@ -825,13 +805,10 @@ TouchCap swipe
}else if(is_buttonpage02==1&&is_buttonpage01==1)
{
page buttonpage01
}else
{
// Do nothing
}
}
// Down to Up
swipec=0-swipedy
swipec2=0-swipedy
if(swipec<-100)
{
// Navigate back up the sequence based on active status
@@ -853,9 +830,6 @@ TouchCap swipe
}else if(is_buttonpage03==1&&is_buttonpage04==1)
{
page buttonpage04
}else
{
// Do nothing
}
}
}