Update updater.py

This commit is contained in:
Johannes
2022-04-12 20:43:00 +02:00
committed by GitHub
parent 263889737d
commit b7e4cf647c

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)