TTLock is a global provider of solutions for smart locks. We provide PCBA and softwares for lock manufactures and end users. We provide open API/SDK for developers. With these APIs/SDKs, you can develop your own applications to manage smart locks. The SDK here is for mobile app to communicate with locks via bluetooth.
createCustomPasscodemodifyCustomPasscode and modifyAdminPasscode are the only methods for configuring passcodes. There's no method argument specifying the type of the passcode. I think this is very important and must to have functionality.
The old SDK have them and support them also the TTLock official app. But the old SDK is not longer supported on Android 9 because of the Bluetooth services implemented and permissions.
Cannot create
[ ] cycle
passcodes from the new SDK.
createCustomPasscode
modifyCustomPasscode
andmodifyAdminPasscode
are the only methods for configuring passcodes. There's no method argument specifying the type of the passcode. I think this is very important and must to have functionality.The old SDK have them and support them also the TTLock official app. But the old SDK is not longer supported on Android 9 because of the Bluetooth services implemented and permissions.