Support for custom water amount #1046
ClassicGOD
started this conversation in
Ideas
Replies: 1 comment
-
here the same
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am experimenting with hardware config files to improve support for my T50 Max Pro Omni (c8rj4y). The bot has a slider to precisely adjust the water amount and it looks like it's reflected in the API with "customAmount" parameter. Current version of water info fails to parse due to missing "amount" key.
Could not parse getWaterInfo: {'customAmount': 40, 'enable': 1, 'mopCount': 2, 'sideMop': 0, 'sweepType': 1, 'type': 1}
40 directly reflects 40 setting in the app. It can be set to values between 1 and 50.
I humbly request adding support for this feature.
Beta Was this translation helpful? Give feedback.
All reactions