Update updater.py

This commit is contained in:
joBr99
2022-04-12 20:43:00 +02:00
committed by GitHub
parent 7a2d325b8c
commit 0985d300f9

View File

@@ -82,6 +82,7 @@ class Updater:
return False
def request_berry_driver_version(self):
self.current_tasmota_driver_version = None
topic = self.topic_send.replace("CustomSend", "GetDriverVersion")
self._send_mqtt_msg("X", topic=topic)