@lansweeper/discovery-sensor-proto 2.35.4 → 2.35.5

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.35.4",
4
+ "version": "2.35.5",
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": "cc457c6d7c90a5933ccad9c6c3935fd876530f44"
19
+ "gitHead": "55d4b9da428d107eb69f5e47bc7c8f59409d6cca"
20
20
  }
@@ -66,6 +66,7 @@ message ModuleData {
66
66
  repeated ModuleExtendedInformation extended_information = 11;
67
67
  repeated BusConfig bus_config = 12;
68
68
  repeated FirmwareHistory firmware_history = 13;
69
+ google.protobuf.StringValue route_path = 14;
69
70
  }
70
71
 
71
72
  message ModuleExtendedInformation {