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
|
@@ -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
|
}
|