We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I try to set-voice on Xiaomi S10+:
https://home.miot-spec.com/spec/dreame.vacuum.r2211o
What format string is ssid 7 piid 4 ?
When I set property 2 to EN it's accepted, but when I change to another value don't work.
miiocli genericmiot --ip xxxxxxx --token xxxxxxx set_property_by 7 2 'EN' Running command set_property_by [{'siid': 7, 'did': 'set-7-2', 'piid': 2, 'code': 0}] miiocli genericmiot --ip xxxx --token xxxxx get_property_by 7 2 Running command get_property_by [{'siid': 7, 'did': '7-2', 'piid': 2, 'value': 'EN', 'code': 0}] miiocli genericmiot --ip xxxxx --token xxxx set_property_by 7 2 'PB' Running command set_property_by [{'siid': 7, 'did': 'set-7-2', 'piid': 2, 'code': -1}]
If I change via Mi HOME and get:
miiocli genericmiot --ip xxxxx --token xxxxxxx get_property_by 7 2 Running command get_property_by [{'siid': 7, 'did': '7-2', 'piid': 2, 'value': 'BP', 'code': 0}]
It's possible to upload custom voice?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I try to set-voice on Xiaomi S10+:
https://home.miot-spec.com/spec/dreame.vacuum.r2211o
What format string is ssid 7 piid 4 ?
When I set property 2 to EN it's accepted, but when I change to another value don't work.
If I change via Mi HOME and get:
It's possible to upload custom voice?
The text was updated successfully, but these errors were encountered: