openclaw-elys 1.7.3 → 1.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/monitor.js +0 -2
- package/dist/src/mqtt-client.js +1 -3
- package/package.json +1 -1
package/dist/src/monitor.js
CHANGED
package/dist/src/mqtt-client.js
CHANGED
|
@@ -211,9 +211,7 @@ export class ElysDeviceMQTTClient {
|
|
|
211
211
|
signal.addEventListener("abort", () => clearTimeout(timer), { once: true });
|
|
212
212
|
}),
|
|
213
213
|
]);
|
|
214
|
-
|
|
215
|
-
this.publish(result);
|
|
216
|
-
}
|
|
214
|
+
this.publish(result);
|
|
217
215
|
}
|
|
218
216
|
catch (err) {
|
|
219
217
|
if (signal.aborted) {
|