mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-18 10:57:01 +01:00
fix model
This commit is contained in:
@@ -34,7 +34,7 @@ class LuiMqttListener(object):
|
|||||||
display_firmware_version = int(msg[2])
|
display_firmware_version = int(msg[2])
|
||||||
model = None
|
model = None
|
||||||
if display_firmware_version >= 23:
|
if display_firmware_version >= 23:
|
||||||
model = msg[2]
|
model = msg[3]
|
||||||
self._updater.set_current_display_firmware_version(display_firmware_version, model)
|
self._updater.set_current_display_firmware_version(display_firmware_version, model)
|
||||||
# check for updates
|
# check for updates
|
||||||
msg_send = self._updater.check_updates()
|
msg_send = self._updater.check_updates()
|
||||||
|
|||||||
Reference in New Issue
Block a user