doorbelldingdongringringdoo.../settings.py.example

16 lines
271 B
Plaintext
Raw Normal View History

2021-10-15 21:10:12 +00:00
UFP_USERNAME = 'admin'
UFP_PASSWORD = 'password'
UFP_ADDRESS = '192.168.whatever'
UFP_PORT = 443
DOORBELLS = {
'123456780ABC': {
2021-10-15 22:10:59 +00:00
'name': 'Front Door',
'gpio': 26,
2021-10-15 21:10:12 +00:00
},
'123456780ABC': {
2021-10-15 22:10:59 +00:00
'name': 'Side Door',
'gpio': 19,
2021-10-15 21:10:12 +00:00
},
}