We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6e6c6 commit c2387a7Copy full SHA for c2387a7
1 file changed
lib/extension/otaUpdate.ts
@@ -50,7 +50,7 @@ function writeFirmwareHexToDataDir(hex: string, fileName: string | undefined, de
50
51
export default class OTAUpdate extends Extension {
52
#topicRegex = new RegExp(
53
-`^${settings.get().mqtt.base_topic}/bridge/request/device/ota_update/(update|check|schedule|unschedule)/?(downgrade|abort)?`,
+ `^${settings.get().mqtt.base_topic}/bridge/request/device/ota_update/(update|check|schedule|unschedule)/?(downgrade|abort)?`,
54
"i",
55
);
56
#inProgress = new Set<string>();
0 commit comments