소스 검색

Add script description to README (#176)

Damian Sypniewski 2 년 전
부모
커밋
ebc5b7ef32
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -1,4 +1,14 @@
 # pySwitchbot [![Build Status](https://travis-ci.org/Danielhiversen/pySwitchbot.svg?branch=master)](https://travis-ci.org/Danielhiversen/pySwitchbot)
 Library to control Switchbot IoT devices https://www.switch-bot.com/bot
 
+## Obtaining locks encryption key
+Using the script `scripts/get_encryption_key.py` you can manually obtain locks encryption key.
+
+Usage:
+```shell
+python3 get_encryption_key.py MAC USERNAME
+```
+Where `MAC` is MAC address of the lock and `USERNAME` is your SwitchBot account username, after that script will ask for your password.
+If authentication succeeds then script should output your key id and encryption key.
+
 [Buy me a coffee :)](http://paypal.me/dahoiv)