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
Hello,
Is there a way to manually fill the array for the bot, including the passcode?
I would like to control the SwitchBot Bot through another smart home hub.
I’ve already found out that the password is encrypted using CRC32. But how do I split it into the 4 values?
Let’s assume the password is “1234”. With CRC32, it would look like this: “9be3e0a3”.
How can I put this into the array?
bArrayPressPass[] = {0x57, 0x11, NULL, NULL, NULL, NULL};
I know this question is only indirectly related to the project – but I would really appreciate your help!
Thank you very much in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Is there a way to manually fill the array for the bot, including the passcode?
I would like to control the SwitchBot Bot through another smart home hub.
I’ve already found out that the password is encrypted using CRC32. But how do I split it into the 4 values?
Let’s assume the password is “1234”. With CRC32, it would look like this: “9be3e0a3”.
How can I put this into the array?
bArrayPressPass[] = {0x57, 0x11, NULL, NULL, NULL, NULL};
I know this question is only indirectly related to the project – but I would really appreciate your help!
Thank you very much in advance.
The text was updated successfully, but these errors were encountered: