From dc98eddbbd89b30caf85f786f39c8858537d2dcd Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Tue, 26 Dec 2023 18:55:35 +0100 Subject: [PATCH] Update otaUpdate.ts --- lib/extension/otaUpdate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/extension/otaUpdate.ts b/lib/extension/otaUpdate.ts index fd0f3dd33f..5ceb6e0a11 100644 --- a/lib/extension/otaUpdate.ts +++ b/lib/extension/otaUpdate.ts @@ -59,7 +59,7 @@ export default class OTAUpdate extends Extension { } // In order to support local firmware files we need to let zigbeeOTA know where the data directory is - zhc.ota.zigbeeOTA.setDataDir(dataDir.getPath()); + zhc.ota.setDataDir(dataDir.getPath()); // In case Zigbee2MQTT is restared during an update, progress and remaining values are still in state. // remove them.