@wandelbots/nova-api 26.2.0-dev.2 → 26.2.0-dev.21
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/dist/v1/index.d.cts +178 -178
- package/dist/v2/index.cjs +6 -1
- package/dist/v2/index.d.cts +151 -146
- package/dist/v2/index.d.ts +11 -6
- package/dist/v2/index.js +6 -1
- package/package.json +1 -1
package/dist/v2/index.cjs
CHANGED
|
@@ -412,9 +412,14 @@ const ServiceStatusSeverity = {
|
|
|
412
412
|
Warning: "WARNING",
|
|
413
413
|
Error: "ERROR"
|
|
414
414
|
};
|
|
415
|
+
/**
|
|
416
|
+
* Defines available system modes of the robot system. Short versions (no \"ROBOT_SYSTEM_\" prefix) are provided, reusing strings from [getMode](getMode) responses.
|
|
417
|
+
*/
|
|
415
418
|
const SettableRobotSystemMode = {
|
|
416
419
|
RobotSystemModeMonitor: "ROBOT_SYSTEM_MODE_MONITOR",
|
|
417
|
-
|
|
420
|
+
ModeMonitor: "MODE_MONITOR",
|
|
421
|
+
RobotSystemModeControl: "ROBOT_SYSTEM_MODE_CONTROL",
|
|
422
|
+
ModeControl: "MODE_CONTROL"
|
|
418
423
|
};
|
|
419
424
|
const SingularityTypeEnum = {
|
|
420
425
|
Wrist: "WRIST",
|