@lansweeper/discovery-sensor-proto 2.21.0 → 2.22.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.
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.
|
|
4
|
+
"version": "2.22.0",
|
|
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": "
|
|
19
|
+
"gitHead": "f189448e7886bf26433e56fe71188464b68227b1"
|
|
20
20
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
syntax = "proto3";
|
|
2
2
|
|
|
3
3
|
package com.lansweeper.discovery.sensor.ot.v1;
|
|
4
4
|
|
|
@@ -47,6 +47,7 @@ message RackConfig {
|
|
|
47
47
|
google.protobuf.StringValue rack_name = 2;
|
|
48
48
|
uint32 rack_size = 3;
|
|
49
49
|
repeated ModuleData modules = 4;
|
|
50
|
+
google.protobuf.StringValue type = 5;
|
|
50
51
|
}
|
|
51
52
|
|
|
52
53
|
message ModuleData {
|
|
@@ -61,6 +62,7 @@ message ModuleData {
|
|
|
61
62
|
google.protobuf.UInt32Value slot = 9;
|
|
62
63
|
google.protobuf.UInt32Value slot_width = 10;
|
|
63
64
|
repeated ModuleExtendedInformation extended_information = 11;
|
|
65
|
+
repeated RackConfig bus_config = 12;
|
|
64
66
|
}
|
|
65
67
|
|
|
66
68
|
message ModuleExtendedInformation {
|