-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PROBLEM: Start room cleaning #84
Comments
Please show exact, what xou do, did you write the id also in commd? Please look into readme, there are examples. |
@schejbity what sort of app you are using to send the command? Ensure it is not modifying whatever you are sending also can try the extensive version (note the extra curly brackets)
|
I'm trying to call the command like this: And here command node setting: I followed this example: Thanks. |
Same behaviour with extensive version. |
Same Problem here |
Hi,
I have Roborock S7 device.
I want try start room cleaning command.
When I inject message with this payload to command node
{"method":"app_segment_clean","params":[16,22],"id":6764}
Node return this warning
"Miio Roborock error on command 'app_segment_clean': Param is not an array"
I don't understand warning text, because "params" IS an array.
Can you help me?
Thx.
The text was updated successfully, but these errors were encountered: