homebridge-roborock-vacuum 1.3.2 → 1.3.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homebridge-roborock-vacuum",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Roborock Vacuum Cleaner - plugin for Homebridge.",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -124,7 +124,7 @@ class vacuum {
124
124
  const getCommand = parameter.replace("set", "get");
125
125
  await this.getParameter(duid, getCommand);
126
126
  } else {
127
- const result = await this.adapter.messageQueueHandler.sendRequest(duid, parameter);
127
+ const result = await this.adapter.messageQueueHandler.sendRequest(duid, parameter, []);
128
128
  this.adapter.log.debug(`Command: ${parameter} result: ${result}`);
129
129
  }
130
130
  }