@lansweeper/discovery-sensor-proto 2.13.21 → 2.14.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.14.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": "87c907772c869c4fa322b1e907b8206c612557d6"
|
|
20
20
|
}
|
|
@@ -270,16 +270,24 @@ message SystemHardware {
|
|
|
270
270
|
google.protobuf.StringValue smc_version_system = 13;
|
|
271
271
|
}
|
|
272
272
|
|
|
273
|
-
/* Section element for
|
|
274
|
-
message
|
|
273
|
+
/* Section element for displays on Mac */
|
|
274
|
+
message MacDisplay {
|
|
275
|
+
repeated Display entries = 1;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
message Display {
|
|
275
279
|
google.protobuf.StringValue name = 1;
|
|
276
280
|
google.protobuf.StringValue mtl_gpu_family_support = 2;
|
|
277
|
-
repeated Monitor
|
|
281
|
+
repeated Monitor monitors = 3;
|
|
278
282
|
google.protobuf.StringValue vendor = 4;
|
|
279
|
-
google.protobuf.StringValue
|
|
280
|
-
google.protobuf.StringValue
|
|
281
|
-
google.protobuf.StringValue
|
|
282
|
-
google.protobuf.StringValue
|
|
283
|
+
google.protobuf.StringValue vram = 5;
|
|
284
|
+
google.protobuf.StringValue rom_revision = 6;
|
|
285
|
+
google.protobuf.StringValue revision_id = 7;
|
|
286
|
+
google.protobuf.StringValue device_id = 8;
|
|
287
|
+
google.protobuf.StringValue sppci_bus = 9;
|
|
288
|
+
google.protobuf.StringValue sppci_cores = 10;
|
|
289
|
+
google.protobuf.StringValue sppci_device_type = 11;
|
|
290
|
+
google.protobuf.StringValue sppci_model = 12;
|
|
283
291
|
}
|
|
284
292
|
|
|
285
293
|
message Monitor {
|
|
@@ -299,4 +307,9 @@ message Monitor {
|
|
|
299
307
|
google.protobuf.StringValue mirror = 14;
|
|
300
308
|
google.protobuf.StringValue is_online = 15;
|
|
301
309
|
google.protobuf.StringValue pixel_resolution = 16;
|
|
310
|
+
google.protobuf.StringValue core_image = 17;
|
|
311
|
+
google.protobuf.StringValue depth = 18;
|
|
312
|
+
google.protobuf.StringValue quartz_extreme = 19;
|
|
313
|
+
google.protobuf.StringValue device_type = 20;
|
|
314
|
+
google.protobuf.StringValue built_in = 21;
|
|
302
315
|
}
|