В
Size: a a a
В
OP
В
M
AK
В
B
B
СЧ
СЧ
i
i
'use strict';Как эта хрень работает? ничего не находит
const tools = require('../tools.js');
function detect(ip, device, options, callback) {
let foundInstance = false;
console.error('**********' + JSON.stringify(device))
callback(null, foundInstance, ip);
}
exports.detect = detect;
exports.type = ['upnp', 'udp'];
exports.timeout = 5000;
B
i
B
'use strict';Как эта хрень работает? ничего не находит
const tools = require('../tools.js');
function detect(ip, device, options, callback) {
let foundInstance = false;
console.error('**********' + JSON.stringify(device))
callback(null, foundInstance, ip);
}
exports.detect = detect;
exports.type = ['upnp', 'udp'];
exports.timeout = 5000;
i
i
i
i
i