You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
263 B

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,
},
}