@blueyerobotics/protocol-definitions 3.2.0-79226dfa → 3.2.0-9615ba25

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.
@@ -390,6 +390,8 @@ export declare enum GuestPortDeviceID {
390
390
  GUEST_PORT_DEVICE_ID_WATERLINKED_SONAR_3D15 = 43,
391
391
  /** GUEST_PORT_DEVICE_ID_CERULEAN_TRACKER_650 - Cerulean Tracker 650. */
392
392
  GUEST_PORT_DEVICE_ID_CERULEAN_TRACKER_650 = 44,
393
+ /** GUEST_PORT_DEVICE_ID_BLUEYE_EXTERNAL_USB_STORAGE - Blueye External USB Storage */
394
+ GUEST_PORT_DEVICE_ID_BLUEYE_EXTERNAL_USB_STORAGE = 45,
393
395
  UNRECOGNIZED = -1
394
396
  }
395
397
  export declare function guestPortDeviceIDFromJSON(object: any): GuestPortDeviceID;
@@ -1176,6 +1176,8 @@ var GuestPortDeviceID;
1176
1176
  GuestPortDeviceID[GuestPortDeviceID["GUEST_PORT_DEVICE_ID_WATERLINKED_SONAR_3D15"] = 43] = "GUEST_PORT_DEVICE_ID_WATERLINKED_SONAR_3D15";
1177
1177
  /** GUEST_PORT_DEVICE_ID_CERULEAN_TRACKER_650 - Cerulean Tracker 650. */
1178
1178
  GuestPortDeviceID[GuestPortDeviceID["GUEST_PORT_DEVICE_ID_CERULEAN_TRACKER_650"] = 44] = "GUEST_PORT_DEVICE_ID_CERULEAN_TRACKER_650";
1179
+ /** GUEST_PORT_DEVICE_ID_BLUEYE_EXTERNAL_USB_STORAGE - Blueye External USB Storage */
1180
+ GuestPortDeviceID[GuestPortDeviceID["GUEST_PORT_DEVICE_ID_BLUEYE_EXTERNAL_USB_STORAGE"] = 45] = "GUEST_PORT_DEVICE_ID_BLUEYE_EXTERNAL_USB_STORAGE";
1179
1181
  GuestPortDeviceID[GuestPortDeviceID["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
1180
1182
  })(GuestPortDeviceID || (exports.GuestPortDeviceID = GuestPortDeviceID = {}));
1181
1183
  function guestPortDeviceIDFromJSON(object) {
@@ -1315,6 +1317,9 @@ function guestPortDeviceIDFromJSON(object) {
1315
1317
  case 44:
1316
1318
  case "GUEST_PORT_DEVICE_ID_CERULEAN_TRACKER_650":
1317
1319
  return GuestPortDeviceID.GUEST_PORT_DEVICE_ID_CERULEAN_TRACKER_650;
1320
+ case 45:
1321
+ case "GUEST_PORT_DEVICE_ID_BLUEYE_EXTERNAL_USB_STORAGE":
1322
+ return GuestPortDeviceID.GUEST_PORT_DEVICE_ID_BLUEYE_EXTERNAL_USB_STORAGE;
1318
1323
  case -1:
1319
1324
  case "UNRECOGNIZED":
1320
1325
  default:
@@ -1413,6 +1418,8 @@ function guestPortDeviceIDToJSON(object) {
1413
1418
  return "GUEST_PORT_DEVICE_ID_WATERLINKED_SONAR_3D15";
1414
1419
  case GuestPortDeviceID.GUEST_PORT_DEVICE_ID_CERULEAN_TRACKER_650:
1415
1420
  return "GUEST_PORT_DEVICE_ID_CERULEAN_TRACKER_650";
1421
+ case GuestPortDeviceID.GUEST_PORT_DEVICE_ID_BLUEYE_EXTERNAL_USB_STORAGE:
1422
+ return "GUEST_PORT_DEVICE_ID_BLUEYE_EXTERNAL_USB_STORAGE";
1416
1423
  case GuestPortDeviceID.UNRECOGNIZED:
1417
1424
  default:
1418
1425
  return "UNRECOGNIZED";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueyerobotics/protocol-definitions",
3
- "version": "3.2.0-79226dfa",
3
+ "version": "3.2.0-9615ba25",
4
4
  "license": "LGPL-3.0-only",
5
5
  "description": "TypeScript definitions for Blueye Robotics protocols",
6
6
  "repository": {