@wandelbots/wandelbots-js-react-components 4.2.0-pr.feat-JoggingPanelSupportForLinearAxis.514.bd9fd39 → 4.2.0-pr.feat-JoggingPanelSupportForLinearAxis.514.cd022e8
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wandelbots/wandelbots-js-react-components",
|
|
3
|
-
"version": "4.2.0-pr.feat-JoggingPanelSupportForLinearAxis.514.
|
|
3
|
+
"version": "4.2.0-pr.feat-JoggingPanelSupportForLinearAxis.514.cd022e8",
|
|
4
4
|
"description": "React UI toolkit for building applications on top of the Wandelbots platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -292,7 +292,7 @@ export class JoggerConnection {
|
|
|
292
292
|
direction: "+" | "-"
|
|
293
293
|
/** Speed of the rotation, unit is currently unused, but i wanted it there to raise awareness that not everything here is rad/s*/
|
|
294
294
|
velocityValue: number
|
|
295
|
-
velocityUnit:
|
|
295
|
+
velocityUnit: "mm/s" | "rad/s"
|
|
296
296
|
|
|
297
297
|
}) {
|
|
298
298
|
if (!this.joggingSocket || this.mode !== "jogging") {
|