Add back door woof

main
Tanner Collin 2 years ago
parent 5a7ca0f0e9
commit f5c729d368
  1. 6
      main.py

@ -23,7 +23,11 @@ CAMERAS = {
'SE-N-ZoneB': { 'SE-N-ZoneB': {
'name': 'Side Door', 'name': 'Side Door',
'sound': 'barkRL.ogg', 'sound': 'barkRL.ogg',
} },
'B-E-ZoneB': {
'name': 'Back Door',
'sound': 'barkLR.ogg',
},
} }
async def play_sound(filename): async def play_sound(filename):

Loading…
Cancel
Save