Add DoorLock controller model

Add more tests, cleanup
This commit is contained in:
Dana Woodman
2018-03-04 16:09:09 -08:00
parent 31ac07bae5
commit de1b182586
10 changed files with 139 additions and 88 deletions

View File

@@ -1,10 +1,9 @@
# COBOT_CARDS_API='https://chimera.cobot.me/api/check_in_tokens'
COBOT_CLIENT_ID='...'
COBOT_CLIENT_SECRET='...'
COBOT_REDIRECT_URL='http://10.0.1.48:8080/success'
COBOT_AUTHORIZE_URL='https://www.cobot.me/oauth/authorize'
COBOT_TOKEN_URL='https://www.cobot.me/oauth/access_token'
COBOT_SCOPE='checkin_tokens'
# COBOT_SCOPE='checkin_tokens'
COBOT_USER_EMAIL='...'
COBOT_USER_PASSWORD='...'
COBOT_CARDS_API='https://chimera.cobot.me/api/check_in_tokens'
RFID_PRODUCT_NAME='Name of USB device'
# USB_MOUNT_PATH='...'