brilliantsole 0.0.42 → 0.0.43

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.
@@ -13646,6 +13646,7 @@ class NobleScanner extends BaseScanner {
13646
13646
  this.#nobleState = state;
13647
13647
  }
13648
13648
  #onNobleDiscover(noblePeripheral) {
13649
+ _console$5.log("advertisement", noblePeripheral.advertisement);
13649
13650
  if (filterManually) {
13650
13651
  const serviceUuid = noblePeripheral.advertisement.serviceUuids?.[0];
13651
13652
  _console$5.log("onNobleDiscover.filterManually", { serviceUuid });