From ad0905607b81eb5f42479c3ebb05c85933b1d0c6 Mon Sep 17 00:00:00 2001 From: timstanley1985 <6829542+timstanley1985@users.noreply.github.com> Date: Sat, 10 Oct 2020 15:00:10 +0100 Subject: [PATCH] Fix typo is ota logs (#4628) --- lib/extension/otaUpdate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/extension/otaUpdate.js b/lib/extension/otaUpdate.js index e7a112b18..89eab9e5d 100644 --- a/lib/extension/otaUpdate.js +++ b/lib/extension/otaUpdate.js @@ -203,7 +203,7 @@ class OTAUpdate extends Extension { const meta = {status: `update_in_progress`, device: resolvedEntity.name}; this.mqtt.publish( 'bridge/log', - stringify({type: `ota_update`, msg, meta}), + stringify({type: `ota_update`, message: msg, meta}), ); }