-
Notifications
You must be signed in to change notification settings - Fork 17
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
homebridge-sharkiq #560
Comments
✅ Pre-checks completed successfully. |
Hi @Bubba8291 And whilst I appreciate your honesty - I just have some concerns about verifying a plugin that claims in the readme things like
One of the most important checks for verified homebridge plugins is that it catches any errors properly and does not end up crashing homebridge or any child bridge that the plugin is installed in. So I just wanted to check when you talk about the bugs in your readme, are there any situations where it crashes homebridge? Would you need any help with making your plugin not |
As I've been developing it, I made sure to catch all the errors. So there shouldn't be any unexpected crashing. As I've been using it more, I've learned that it's not as messy as I thought it would be. The main issue is that sometimes the vacuum doesn't refresh on set a control right away. So I feel like it is stable enough where people are able to use it functionally. |
Ah thanks for the clarification and updating the readme. My mind is wandering now... these aren't really to do with verification but I noticed:
A.Screen.Recording.2023-09-01.at.23.50.34.mov |
Also, the json config example in your readme is in fact invalid json, there should not be a comma at the end of this line: Consider on this line:
which will end up looking like this: {
"platforms": [
{
"name": "SharkIQ",
"platform": "SharkIQ",
"email": "[Shark Clean Account Email]",
"password": "[Shark Clean Account Password]",
"vacuums": [
"[Shark Vacuum Serial Number]",
"..."
],
"invertDockedStatus": false
}
]
} |
I updated the |
Everything Looks Good! |
Congratulations! Your plugin has been verified. You can now add the Verified by Homebridge badge to your plugin's README:
Your plugin is now also eligible to display a ❤️ Donate button on its tile in the Homebridge UI. See https://github.com/homebridge/homebridge/wiki/Donation-Links for instructions. If for any reason in the future you can no longer maintain your plugin, please consider transferring it to our unmaintained plugins repo. We can take ownership until another willing developer comes along. Thank you for your contribution to the Homebridge Community. |
Link To GitHub Repo
https://github.com/Bubba8291/homebridge-sharkiq
Link To NPM Package
https://www.npmjs.com/package/homebridge-sharkiq
The text was updated successfully, but these errors were encountered: