@deeptrekker/api-domain 1.0.20-x4networktable.0 → 1.0.20-x4networktable.2
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.
|
@@ -1016,43 +1016,52 @@
|
|
|
1016
1016
|
"DeviceModel": {
|
|
1017
1017
|
"description": "Deep Trekker internal device model numbers.",
|
|
1018
1018
|
"enum": [
|
|
1019
|
+
"BRIDGEBOX",
|
|
1019
1020
|
20,
|
|
1020
1021
|
19,
|
|
1021
1022
|
22,
|
|
1022
|
-
240,
|
|
1023
1023
|
5,
|
|
1024
|
+
240,
|
|
1024
1025
|
206,
|
|
1025
1026
|
243,
|
|
1026
1027
|
207,
|
|
1027
1028
|
241,
|
|
1028
|
-
|
|
1029
|
+
242,
|
|
1030
|
+
32,
|
|
1031
|
+
12,
|
|
1029
1032
|
16,
|
|
1030
1033
|
13,
|
|
1031
1034
|
18,
|
|
1032
|
-
|
|
1033
|
-
112,
|
|
1035
|
+
24,
|
|
1034
1036
|
113,
|
|
1035
1037
|
114,
|
|
1036
1038
|
115,
|
|
1037
1039
|
116,
|
|
1038
|
-
117,
|
|
1039
1040
|
118,
|
|
1040
1041
|
102,
|
|
1041
1042
|
103,
|
|
1042
|
-
109,
|
|
1043
1043
|
106,
|
|
1044
|
+
109,
|
|
1044
1045
|
107,
|
|
1045
1046
|
108,
|
|
1046
|
-
"BRIDGEBOX",
|
|
1047
1047
|
100,
|
|
1048
1048
|
101,
|
|
1049
|
-
|
|
1049
|
+
104,
|
|
1050
|
+
105,
|
|
1051
|
+
110,
|
|
1052
|
+
111,
|
|
1053
|
+
200,
|
|
1054
|
+
201,
|
|
1050
1055
|
202,
|
|
1056
|
+
203,
|
|
1057
|
+
204,
|
|
1058
|
+
205,
|
|
1059
|
+
244,
|
|
1051
1060
|
245
|
|
1052
1061
|
],
|
|
1053
1062
|
"type": [
|
|
1054
|
-
"
|
|
1055
|
-
"
|
|
1063
|
+
"string",
|
|
1064
|
+
"number"
|
|
1056
1065
|
]
|
|
1057
1066
|
},
|
|
1058
1067
|
"DeviceVersion": {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const API_VERSION = "1.0.20-x4networktable.
|
|
1
|
+
export declare const API_VERSION = "1.0.20-x4networktable.2";
|
|
@@ -15,6 +15,7 @@ export declare enum DeviceModel {
|
|
|
15
15
|
JZC18ZoomCamera = 207,
|
|
16
16
|
MiniAuxCamera = 241,
|
|
17
17
|
AegisCam = 242,
|
|
18
|
+
X4Cam = 32,// Same as DeviceModel - X4
|
|
18
19
|
DTG3 = 12,
|
|
19
20
|
Onyx = 16,
|
|
20
21
|
Revolution = 13,
|
|
@@ -77,10 +78,11 @@ export declare enum CpuTemperatureThreshold {
|
|
|
77
78
|
export declare const CAMERA_DEVICE_MODEL_LABELS: {
|
|
78
79
|
readonly 206: "4K UHD Camera";
|
|
79
80
|
readonly 240: "Zoom Camera H";
|
|
80
|
-
readonly 243: "Zoom Camera
|
|
81
|
+
readonly 243: "OCTA Zoom Camera";
|
|
81
82
|
readonly 5: "DT Camera";
|
|
82
83
|
readonly 207: "Zoom Camera JZC";
|
|
83
84
|
readonly 241: "Mini Aux Camera";
|
|
85
|
+
readonly 32: "Stereo Camera";
|
|
84
86
|
};
|
|
85
87
|
/**
|
|
86
88
|
* Deep Trekker's Vehicle Device Model Labels
|
|
@@ -131,7 +133,7 @@ export declare const CAMERA_HEAD_DEVICE_MODEL_LABELS: {
|
|
|
131
133
|
readonly 106: "A-200 Camera Head";
|
|
132
134
|
readonly 102: "REVOLUTION Camera Head";
|
|
133
135
|
readonly 103: "PIVOT Camera Head";
|
|
134
|
-
readonly 116: "
|
|
136
|
+
readonly 116: "SPECTRA Camera Head";
|
|
135
137
|
};
|
|
136
138
|
/**
|
|
137
139
|
* Deep Trekker's Reel Device Model Labels
|
|
@@ -179,7 +181,7 @@ export declare const DEVICE_MODEL_LABELS: {
|
|
|
179
181
|
readonly 106: "A-200 Camera Head";
|
|
180
182
|
readonly 102: "REVOLUTION Camera Head";
|
|
181
183
|
readonly 103: "PIVOT Camera Head";
|
|
182
|
-
readonly 116: "
|
|
184
|
+
readonly 116: "SPECTRA Camera Head";
|
|
183
185
|
readonly 20: "A-150";
|
|
184
186
|
readonly 19: "A-200";
|
|
185
187
|
readonly 13: "REVOLUTION";
|
|
@@ -189,7 +191,7 @@ export declare const DEVICE_MODEL_LABELS: {
|
|
|
189
191
|
readonly 16: "ONYX";
|
|
190
192
|
readonly 206: "4K UHD Camera";
|
|
191
193
|
readonly 240: "Zoom Camera H";
|
|
192
|
-
readonly 243: "Zoom Camera
|
|
194
|
+
readonly 243: "OCTA Zoom Camera";
|
|
193
195
|
readonly 5: "DT Camera";
|
|
194
196
|
readonly 207: "Zoom Camera JZC";
|
|
195
197
|
readonly 241: "Mini Aux Camera";
|
|
@@ -57,6 +57,7 @@ var DeviceModel;
|
|
|
57
57
|
DeviceModel[DeviceModel["JZC18ZoomCamera"] = 207] = "JZC18ZoomCamera";
|
|
58
58
|
DeviceModel[DeviceModel["MiniAuxCamera"] = 241] = "MiniAuxCamera";
|
|
59
59
|
DeviceModel[DeviceModel["AegisCam"] = 242] = "AegisCam";
|
|
60
|
+
DeviceModel[DeviceModel["X4Cam"] = 32] = "X4Cam";
|
|
60
61
|
/* ROV Vehicles */
|
|
61
62
|
DeviceModel[DeviceModel["DTG3"] = 12] = "DTG3";
|
|
62
63
|
DeviceModel[DeviceModel["Onyx"] = 16] = "Onyx";
|
|
@@ -126,10 +127,11 @@ var CpuTemperatureThreshold;
|
|
|
126
127
|
exports.CAMERA_DEVICE_MODEL_LABELS = (_a = {},
|
|
127
128
|
_a[DeviceModel.OcleaCam] = "4K UHD Camera",
|
|
128
129
|
_a[DeviceModel.TamronHarrierZoomCamera] = "Zoom Camera H",
|
|
129
|
-
_a[DeviceModel.TamronOcleaZoomCamera] = "Zoom Camera
|
|
130
|
+
_a[DeviceModel.TamronOcleaZoomCamera] = "OCTA Zoom Camera",
|
|
130
131
|
_a[DeviceModel.DTCam] = "DT Camera",
|
|
131
132
|
_a[DeviceModel.JZC18ZoomCamera] = "Zoom Camera JZC",
|
|
132
133
|
_a[DeviceModel.MiniAuxCamera] = "Mini Aux Camera",
|
|
134
|
+
_a[DeviceModel.X4Cam] = "Stereo Camera",
|
|
133
135
|
_a);
|
|
134
136
|
/**
|
|
135
137
|
* Deep Trekker's Vehicle Device Model Labels
|
|
@@ -183,7 +185,7 @@ exports.CAMERA_HEAD_DEVICE_MODEL_LABELS = (_d = {},
|
|
|
183
185
|
_d[DeviceModel.A200CameraHead] = "A-200 Camera Head",
|
|
184
186
|
_d[DeviceModel.RevolutionCameraHead] = "REVOLUTION Camera Head",
|
|
185
187
|
_d[DeviceModel.PivotCameraHead] = "PIVOT Camera Head",
|
|
186
|
-
_d[DeviceModel.X4CameraHead] = "
|
|
188
|
+
_d[DeviceModel.X4CameraHead] = "SPECTRA Camera Head",
|
|
187
189
|
_d);
|
|
188
190
|
/**
|
|
189
191
|
* Deep Trekker's Reel Device Model Labels
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deeptrekker/api-domain",
|
|
3
|
-
"version": "1.0.20-x4networktable.
|
|
3
|
+
"version": "1.0.20-x4networktable.2",
|
|
4
4
|
"description": "A business domain of types and schemas that the Deep Trekker topside communicates with via an API.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"engines": {
|