doorbelldingdongringringdoo.../settings.py.example

16 lines
263 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': {
name: 'Front Door',
gpio: 26,
},
'123456780ABC': {
name: 'Side Door',
gpio: 19,
},
}