confirm OCA device is d&b

This commit is contained in:
sparks-alec
2023-05-24 00:23:33 -04:00
parent 76e0a6a87a
commit d3bd8cc88e
+3
View File
@@ -8,6 +8,9 @@ exports.config = {
searchOptions: {
type: 'Bonjour',
bonjourName: 'oca',
validateResponse(msg, info) {
return msg.includes('d&b audiotechnik');
},
},
};