Bump to v4.3.5

This commit is contained in:
Edward Firmo
2024-04-24 21:17:49 +02:00
parent eac6dd1cf7
commit db578c34bf
100 changed files with 996 additions and 3397 deletions

View File

@@ -12,6 +12,7 @@ Page alarm
Events
Preinitialize Event
dim=brightness
if(api==0)
{
page home
@@ -23,7 +24,6 @@ Page alarm
vis bt_vacat,0
vis bt_bypass,0
}
vis unavailable,0
printh 92
prints "current_page",0
printh 00
@@ -192,16 +192,6 @@ Text bt_disarm_icon
Text : 
Max. Text Size : 3
Text unavailable
Attributes
ID : 32
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Picture bt_home_pic
Attributes
ID : 4
@@ -402,26 +392,3 @@ Hotspot bt_disarm
printh 00
printh FF FF FF
Timer wakeup_timer
Attributes
ID : 31
Scope : local
Period (ms): 100
Enabled : yes
Events
Timer Event
if(dim<brightness)
{
dimdelta=brightness-dim
dimdelta/=10
if(dimdelta<1)
{
dimdelta=1
}
dim+=dimdelta
}else
{
wakeup_timer.en=0
}