OpenWonderLabs / node-switchbot

The node-switchbot is a Node.js module which allows you communicate with SwitchBot Devices over BLE or OpenAPI
https://openwonderlabs.github.io/node-switchbot/
ISC License
71 stars 25 forks source link

add link to my script 'get-encryption-key' npm script in BLE.md #259

Closed shizuka-na-kazushi closed 3 weeks ago

shizuka-na-kazushi commented 3 weeks ago

:recycle: Current situation

When using WoSmartLock object, setKey(), user need to obtain encryption key by pySwitchBot script which is written in Python. Developers who use node-switchbot are familiar with npm/NodeJS, but may have troublesome for using python script.

I just developed NodeJS based script, switchbot-get-encryption-key which is just download by npm. This script may be more useful for node-switchbot users who want to obtain key ID and encryption key.

:bulb: Proposed solution

Just adding link to npm page for my script in BLE.md document for developer convenience.

Testing

Click the link in BLE.md file so that there is any link error.

donavanbecker commented 3 weeks ago

Thanks