Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joBr99 committed Mar 21, 2022
2 parents 24365f7 + 7996393 commit 1f7a3d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions HMI/n2t-out/nspanel_Stats.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ popupNotify
17 Component(s)
179 Line(s) of event code
118 Unique line(s) of event code
pageStartup
19 Component(s)
146 Line(s) of event code
111 Unique line(s) of event code
pageSwipeTest
18 Component(s)
62 Line(s) of event code
Expand All @@ -30,10 +34,6 @@ pageTest
14 Component(s)
14 Line(s) of event code
14 Unique line(s) of event code
pageStartup
19 Component(s)
146 Line(s) of event code
111 Unique line(s) of event code
popupShutter
19 Component(s)
194 Line(s) of event code
Expand Down
2 changes: 1 addition & 1 deletion HMI/n2t-out/pageStartup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ Text tVersion
Horizontal Alignment : center
Vertical Alignment : center
Input Type : character
Text : 13
Text : 14
Max. Text Size : 10
Word wrap : disabled
Horizontal Spacing : 0
Expand Down
6 changes: 3 additions & 3 deletions apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ def initialize(self):

class Updater:
def __init__(self, nsplui, mode):
self.desired_display_firmware_version = 13
self.desired_display_firmware_url = "http://nspanel.pky.eu/lovelace-ui/github/nspanel-e780bf3.tft"
self.desired_display_firmware_version = 14
self.desired_display_firmware_url = "http://nspanel.pky.eu/lovelace-ui/github/nspanel-5903239.tft"
self.desired_tasmota_driver_version = 3
self.desired_tasmota_driver_url = "https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/main/tasmota/autoexec.be"

Expand Down Expand Up @@ -681,4 +681,4 @@ def generate_detail_page(self, page_type, entity):
def send_message_page(self, id, heading, msg, b1, b2):
self.send_mqtt_msg(f"pageType,popupNotify")
self.send_mqtt_msg(f"entityUpdateDetail,|{id}|{heading}|65535|{b1}|65535|{b2}|65535|{msg}|65535|0")


0 comments on commit 1f7a3d5

Please sign in to comment.