Update mqttListener.py

This commit is contained in:
joBr99
2022-04-12 20:50:51 +02:00
committed by GitHub
parent 0985d300f9
commit 210f202a3e

View File

@@ -31,7 +31,7 @@ class LuiMqttListener(object):
# run action based on received command # run action based on received command
if msg[0] == "event": if msg[0] == "event":
if msg[1] == "startup": if msg[1] == "startup":
display_firmware_version = int(msg[2]) self._updater.request_berry_driver_version()
model = None model = None
if display_firmware_version >= 23: if display_firmware_version >= 23:
model = msg[3] model = msg[3]