Bump HMI to v4.3dev4

This commit is contained in:
Edward Firmo
2024-03-08 13:36:06 +01:00
parent 26c5a42914
commit a47c70ae80
31 changed files with 6 additions and 61 deletions

View File

@@ -9,7 +9,7 @@ Program.s
int back_page_id=0
int dimdelta=0
int api=0 // 0 = disconnected from HA, 1 = connected to HA
int is_qrcode=0,is_notification=0,is_utilities=0
int is_utilities=0
int brightness=100,brightness_dim=40,brightness_sleep=0
int display_mode=3 // 1 = EU, 2 = US, 3 = US landscape, 4 = blank
int charset=1 // 1 = International (original), 2 = CJK

View File

@@ -24,8 +24,6 @@ Page alarm
vis bt_bypass,0
}
vis unavailable,0
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -16,8 +16,6 @@ Page boot
covx baud,baud_rate.txt,0,0
baud_rate.txt+=" bps"
vis unavailable,0
Postinitialize Event
sendme
Page Exit Event
@@ -103,7 +101,7 @@ Text tft_version
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text : 4.3dev3
Text : 4.3dev4
Max. Text Size : 9
Text esph_version

View File

@@ -35,8 +35,6 @@ Page buttonpage01
}
vis page_index,1
}
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -35,8 +35,6 @@ Page buttonpage02
}
vis page_index,1
}
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -35,8 +35,6 @@ Page buttonpage03
}
vis page_index,1
}
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -35,8 +35,6 @@ Page buttonpage04
page_index.txt+="●"
vis page_index,1
}
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -33,8 +33,6 @@ Page climate
page home
}
vis unavailable,0
Postinitialize Event
sendme
Page Exit Event

View File

@@ -17,8 +17,6 @@ Page confirm
page home
}
vis unavailable,0
Postinitialize Event
sendme
Variable (int32) page_id

View File

@@ -17,8 +17,6 @@ Page cover
page home
}
vis unavailable,0
Postinitialize Event
sendme
Variable (string) va1

View File

@@ -30,8 +30,6 @@ Page entitypage01
{
page_index.txt+="â—‹"
}
Postinitialize Event
sendme
Text value01_label

View File

@@ -30,8 +30,6 @@ Page entitypage02
{
page_index.txt+="â—‹"
}
Postinitialize Event
sendme
Text value01_label

View File

@@ -30,8 +30,6 @@ Page entitypage03
{
page_index.txt+="â—‹"
}
Postinitialize Event
sendme
Text value01_label

View File

@@ -30,8 +30,6 @@ Page entitypage04
page_index.txt+="â—‹"
}
page_index.txt+="●"
Postinitialize Event
sendme
Text value01_label

View File

@@ -18,8 +18,6 @@ Page fan
}
vis unavailable,0
vis bt_oscillate,0
Postinitialize Event
sendme
Variable (string) fansetting

View File

@@ -20,8 +20,6 @@ Page home
{
vis bt_entities,0
}
vis bt_notific,is_notification
vis bt_qrcode,is_qrcode
vis bt_utilities,is_utilities
if(display_mode==3)
{
@@ -29,8 +27,6 @@ Page home
vis right_bt_text,0
}
vis unavailable,0
Postinitialize Event
sendme
Variable (string) lastclick
@@ -355,7 +351,10 @@ Text bt_qrcode
Events
Touch Release Event
if(bt_qrcode.txt!="")
{
page qrcode
}
Text bt_entities
Attributes

View File

@@ -17,8 +17,6 @@ Page keyb_num
page page_id.val
}
vis unavailable,0
Postinitialize Event
sendme
Variable (int32) page_id

View File

@@ -37,8 +37,6 @@ Page light
vis color_button,0
}
vis unavailable,0
Postinitialize Event
sendme
Variable (int32) rgb565

View File

@@ -17,8 +17,6 @@ Page media_player
page home
}
vis unavailable,0
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -17,8 +17,6 @@ Page notification
page home
}
vis unavailable,0
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -13,8 +13,6 @@ Page qrcode
Events
Preinitialize Event
vis unavailable,0
Postinitialize Event
sendme
Text qrcode_label

View File

@@ -15,8 +15,6 @@ Page screensaver
vis text,0
dim=brightness_sleep
vis unavailable,0
Postinitialize Event
sendme
Touch Release Event

View File

@@ -19,8 +19,6 @@ Page settings
vis lbl_sleep,0
vis bt_sleep,0
vis unavailable,0
Postinitialize Event
sendme
Text bright_text

View File

@@ -20,8 +20,6 @@ Page utilities
vis title_icon,1
vis title,1
vis button_back,1
Postinitialize Event
sendme
Variable (int32) line_main_d

View File

@@ -17,8 +17,6 @@ Page weather01
page home
}
vis unavailable,0
Postinitialize Event
sendme
Text day

View File

@@ -17,8 +17,6 @@ Page weather02
page home
}
vis unavailable,0
Postinitialize Event
sendme
Text day

View File

@@ -17,8 +17,6 @@ Page weather03
page home
}
vis unavailable,0
Postinitialize Event
sendme
Text day

View File

@@ -17,8 +17,6 @@ Page weather04
page home
}
vis unavailable,0
Postinitialize Event
sendme
Text day

View File

@@ -17,8 +17,6 @@ Page weather05
page home
}
vis unavailable,0
Postinitialize Event
sendme
Text day

Binary file not shown.

Binary file not shown.