You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi !
Please make sure scanLockModal.isInited is false and scanLockModal.isKeyboardActivated is true before init lock.
If the lock already be initialized the scanLockModal.isInited is always true. you can reset lock by api Ttlock.resetLock or manual long press the reset button on the lock then enter the password on the keyboard (usually: 0000).
If the scanLockModal.isKeyboardActivated is false please touch the keypad on the door lock first.
Good day.
Tell me what is the error?
getting Error initLock 7 Non-setting mode
`Ttlock.getBluetoothState((state: BluetoothState) => {
if (state !== 4) {
console.log(state);
} else {
Ttlock.startScan((scanLockModal: ScanLockModal): void => {
console.log('scanLockModal', scanLockModal);
The text was updated successfully, but these errors were encountered: