ttlock-sdk-js icon indicating copy to clipboard operation
ttlock-sdk-js copied to clipboard

JavaScript port of the TTLock Android SDK

Results 6 ttlock-sdk-js issues
Sort by recently updated
recently updated
newest added

When I run add-fingerprint, it always errors out, is there anything you'd suggest, or am I just out of luck using this library? lock/unlock/passage and everything else works fine. This...

Since you guys seem to have really figured out how the TTLock locks behave I wanted to ask if you have already found a method to reverse engineer what the...

nice to have

Hello, If key is null then p0.length for initial crc should be 1 less in CodecUtils.decodeWithEncrypt =========================================== ``` diff --git a/src/util/CodecUtils.ts b/src/util/CodecUtils.ts index 67b410b..5748cbf 100644 --- a/src/util/CodecUtils.ts +++ b/src/util/CodecUtils.ts @@...

I order ttlock via MQTT and run file continuously. (without process.exit(code)) I have problem about scanning lock in second time. I try to console.log(await client.startScanLock()). in first time,it return boolean...

Is it possible to create custom passcodes with type 4: PWD_TYPE_CIRCLE? If so, how to define the loop? Use case would be to create passcodes that can only be used...

I look that you have plans to make own esp32 BLE gateway https://github.com/kind3r/esp32-ble-gateway Just wondering that why own? Why not add needed BLE features to https://github.com/1technophile/OpenMQTTGateway and save lot of...