@lansweeper/discovery-sensor-proto 2.37.1 → 2.38.1

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lansweeper/discovery-sensor-proto",
3
3
  "description": "Discovery Sensor proto",
4
- "version": "2.37.1",
4
+ "version": "2.38.1",
5
5
  "main": "gen-proto/index.js",
6
6
  "types": "gen-proto/index.d.ts",
7
7
  "license": "MIT",
@@ -16,5 +16,5 @@
16
16
  "devDependencies": {
17
17
  "@types/google-protobuf": "^3.15.5"
18
18
  },
19
- "gitHead": "8275872ef401a9b49b1f96dbf1801e495c190b45"
19
+ "gitHead": "b822196ddde1bdf0254e8e0cfad98cbf72d2aa83"
20
20
  }
@@ -59,6 +59,19 @@ message Bluetooth {
59
59
  google.protobuf.StringValue supported_services = 7;
60
60
  google.protobuf.StringValue transport = 8;
61
61
  google.protobuf.StringValue vendor_id = 9;
62
+ repeated BluetoothDevice devices_connected = 10;
63
+ repeated BluetoothDevice devices_not_connected = 11;
64
+ }
65
+
66
+ message BluetoothDevice {
67
+ google.protobuf.StringValue address = 1;
68
+ google.protobuf.StringValue firmware_version = 2;
69
+ google.protobuf.StringValue minor_type = 3;
70
+ google.protobuf.StringValue product_id = 4;
71
+ google.protobuf.StringValue rssi = 5;
72
+ google.protobuf.StringValue services = 6;
73
+ google.protobuf.StringValue vendor_id = 7;
74
+ google.protobuf.StringValue name = 8;
62
75
  }
63
76
 
64
77
  /* Section element for network info on Mac */