Fix typo is ota logs (#4628)

This commit is contained in:
timstanley1985
2020-10-10 16:00:10 +02:00
committed by GitHub
parent e836984e5e
commit ad0905607b
+1 -1
View File
@@ -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}),
);
}