Add back door woof

This commit is contained in:
Tanner Collin 2022-06-27 22:34:59 -06:00
parent 5a7ca0f0e9
commit f5c729d368

View File

@ -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):