-
Notifications
You must be signed in to change notification settings - Fork 70
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
HELP WANTED - Documentation #411
Comments
Hi @Lash-L , My roborock S7 should be arrived 20 July. I found your project and I'm interested to participate. |
Issue was created here as that is where there is visibility. Multiple languages would be great, but I think getting a foundation of the docs in English first would be the priority(I'm also not sure how multi language works for read the docs) |
Hi @Lash-L , can I also come in and help you in writing documentation for this I am Technical Writer by profession so I would like to know more about this product so that I do my best for you. Let me know, if there is anything you can share my email id: [email protected], rest I will check this https://github.com/humbertogontijo/python-roborock ? |
This is the best place to start: https://github.com/humbertogontijo/python-roborock/blob/main/roborock/roborock_typing.py It has our commands and a few possible run arguments. |
I'm trying to run python-roborock through the CLI to execute commands to better understand exactly what they do and what the commands return in order to help with adding to the documentation. However, when I try something like |
@shred86 make sure to install latest |
When I try
Which is strange because I see 0.30.1 posted in pypi. |
|
Ah, it's because I wasn't running Python 3.10+. Got the latest version of python-roborock installed and now it appears to be working! Thanks. |
Hi @Lash-L : Sorry for my late reply, please check out this API document on Roborock, https://studio-ws.apicur.io/sharing/28b13a35-1dac-47eb-8ea2-40f4d2303545 (open on Chrome Browser). This is for only 2 API commands right now /app_charge and /consumable Rest I would be requiring the endpoints to test the same on Postman. This is what I have understood so far and designed accordingly, hope I am on the right track, rest need guidance from you and others. |
We have a lot of commands (100+), and users frequently ask if it is possible to do various things.
https://python-roborock.readthedocs.io/en/latest/api_commands.html
That page contains all of the commands we have created, but we are missing a lot of information, as it takes a lot of time to fill out, and I would like to focus on programming and adding more features.
It takes no programming experience, so if you feel so called, we would appreciate any help filling out the templates for some of these commands on the documentation.
The text was updated successfully, but these errors were encountered: