openclaw-elys 1.7.5 → 1.7.6

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.
@@ -175,7 +175,7 @@ export class ElysDeviceMQTTClient {
175
175
  return;
176
176
  const merged = this.mergeCommands(buffered);
177
177
  if (this.isExecuting) {
178
- // Queue for after current dispatch completes — OpenClaw processes sequentially
178
+ // Queue for after current dispatch completes — same as Discord/Slack channels
179
179
  this.log(`[elys] dispatch busy, queuing command ${merged.id}`);
180
180
  this.pendingCommands.push(merged);
181
181
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-elys",
3
- "version": "1.7.5",
3
+ "version": "1.7.6",
4
4
  "description": "OpenClaw Elys channel plugin — connects to Elys App",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",