@lansweeper/discovery-sensor-proto 2.22.0 → 2.22.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.22.0",
4
+ "version": "2.22.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": "f189448e7886bf26433e56fe71188464b68227b1"
19
+ "gitHead": "f41fa8eb341bdf809cb28c865010d5a53a2434aa"
20
20
  }
@@ -593,17 +593,17 @@ message WindowsPointingDevice {
593
593
  }
594
594
 
595
595
  message PointingDevice {
596
- google.protobuf.StringValue Caption = 1;
597
- google.protobuf.StringValue DeviceId = 2;
598
- google.protobuf.UInt32Value DeviceInterface = 3;
599
- google.protobuf.UInt32Value DoubleSpeedThreshold = 4;
600
- google.protobuf.UInt32Value Handedness = 5;
601
- google.protobuf.StringValue InfFileName = 6;
602
- google.protobuf.StringValue InfSection = 7;
603
- google.protobuf.StringValue Manufacturer = 8;
604
- google.protobuf.UInt32Value NumberOfButtons = 9;
605
- google.protobuf.UInt32Value PointingType = 10;
606
- google.protobuf.UInt32Value QuadSpeedThreshold = 11;
596
+ google.protobuf.StringValue caption = 1;
597
+ google.protobuf.StringValue device_id = 2;
598
+ google.protobuf.UInt32Value device_interface = 3;
599
+ google.protobuf.UInt32Value double_speed_threshold = 4;
600
+ google.protobuf.UInt32Value handedness = 5;
601
+ google.protobuf.StringValue inf_file_name = 6;
602
+ google.protobuf.StringValue inf_section = 7;
603
+ google.protobuf.StringValue manufacturer = 8;
604
+ google.protobuf.UInt32Value number_of_buttons = 9;
605
+ google.protobuf.UInt32Value pointing_type = 10;
606
+ google.protobuf.UInt32Value quad_speed_threshold = 11;
607
607
  }
608
608
 
609
609
  /* Section element for PNP signed drivers on Windows */