incyclist-devices 2.3.14 → 2.3.15-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -238,6 +238,7 @@ class DirectConnectInterface extends events_1.default {
|
|
|
238
238
|
try {
|
|
239
239
|
service.transport = this.getName();
|
|
240
240
|
const existing = this.find(service);
|
|
241
|
+
this.logEvent({ message: 'wifi service announced', device: service.name, announcement: service, source, existing, interface: 'wifi' });
|
|
241
242
|
if (existing) {
|
|
242
243
|
const idx = this.services.indexOf(existing);
|
|
243
244
|
this.services[idx] = { ts: Date.now(), service };
|