Add back door woof

This commit is contained in:
Tanner
2022-06-27 22:34:59 -06:00
parent 5a85b5ba7b
commit df5da5765a
+5 -1
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):