This repository has been archived on 2024-05-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blinkpy/constants.py
T

21 lines
384 B
Python

'''
constants.py
Generates constants for use in blinkpy
'''
'''
URLS
'''
BLINK_URL = 'immedia-semi.com'
LOGIN_URL = 'https://prod.' + BLINK_URL + '/login'
BASE_URL = 'https://prod.' + BLINK_URL
DEFAULT_URL = 'prod.' + BLINK_URL
HOME_URL = BASE_URL + '/homescreen'
EVENT_URL = BASE_URL + '/events/network/'
NETWORK_URL = BASE_URL + '/network/'
'''
DICT KEYS
'''