@lansweeper/discovery-sensor-proto 2.23.0 → 2.24.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.23.0",
4
+ "version": "2.24.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": "36da4e19a25b6c2940ac4076431bc6fc50db54bc"
19
+ "gitHead": "13460d753f146c4efde45d3938fb7c8c9756f2ed"
20
20
  }
@@ -338,3 +338,22 @@ message Modem {
338
338
  google.protobuf.StringValue model = 6;
339
339
  google.protobuf.StringValue modulation = 7;
340
340
  }
341
+
342
+ /* Section element for disc burning info on Mac */
343
+ message MacDiscBurning {
344
+ repeated DiscBurning entries = 1;
345
+ }
346
+
347
+ message DiscBurning {
348
+ google.protobuf.StringValue name = 1;
349
+ google.protobuf.StringValue burn_support = 2;
350
+ google.protobuf.StringValue device_bufecd = 3;
351
+ google.protobuf.StringValue device_cache = 4;
352
+ google.protobuf.StringValue device_cd_write = 5;
353
+ google.protobuf.StringValue device_dvd_write = 6;
354
+ google.protobuf.StringValue device_media = 7;
355
+ google.protobuf.StringValue device_read_dvd = 8;
356
+ google.protobuf.StringValue device_strategies = 9;
357
+ google.protobuf.StringValue firmware = 10;
358
+ google.protobuf.StringValue interconnect = 11;
359
+ }