This commit is contained in:
Koen Kanters
2024-09-06 14:37:20 +02:00
parent 5524e881e6
commit 13a108ddbc
+1
View File
@@ -104,6 +104,7 @@ export default class OTAUpdate extends Extension {
} catch (e) {
supportsOTA = false;
logger.debug(`Failed to check if update available for '${data.device.name}' (${e.message})`);
logger.debug(e.stack);
}
const payload = this.getEntityPublishPayload(data.device, availableResult ?? 'idle');