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.
@@ -531,6 +531,7 @@ class BleInterface extends events_1.default {
531
531
  }
532
532
  addService(service) {
533
533
  try {
534
+ this.logEvent({ message: 'ble peripheral announced', service });
534
535
  const isSuported = this.isSupportedPeripheral(service);
535
536
  if (!isSuported) {
536
537
  return;
@@ -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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "incyclist-devices",
3
- "version": "2.3.14",
3
+ "version": "2.3.15-beta.0",
4
4
  "dependencies": {
5
5
  "@serialport/bindings-interface": "^1.2.2",
6
6
  "@serialport/parser-byte-length": "^9.0.1",