mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-07 06:43:39 +00:00
fix search options format
This commit is contained in:
@@ -10,7 +10,8 @@ exports.config = {
|
||||
searchOptions: {
|
||||
type: 'UDPsocket',
|
||||
searchBuffer: Buffer.from('Name\r', 'ascii'),
|
||||
testPort: 53212,
|
||||
devicePort: 53212,
|
||||
listenPort: 53212,
|
||||
validateResponse(msg, info) {
|
||||
return msg.toString().includes('Name');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user