@wandelbots/nova-api 26.6.0-dev.87 → 26.6.0-dev.89

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.
@@ -1353,7 +1353,7 @@ interface ControllerNetworkInterface {
1353
1353
  */
1354
1354
  'address': string;
1355
1355
  /**
1356
- * Name of the node\'s physical network port that connects to the robot network, for example `enp10s0f0`. The controller\'s interface is provided from this port.
1356
+ * Name of the node\'s physical network port that connects to the robot network, for example `enp10s0f0`. The controller\'s interface is provided from this port. The physical port of an existing controller cannot be changed by an in-place update. To move a controller to a different port, delete the controller and re-add it with the new `pf`.
1357
1357
  */
1358
1358
  'pf': string;
1359
1359
  }
@@ -1353,7 +1353,7 @@ interface ControllerNetworkInterface {
1353
1353
  */
1354
1354
  'address': string;
1355
1355
  /**
1356
- * Name of the node\'s physical network port that connects to the robot network, for example `enp10s0f0`. The controller\'s interface is provided from this port.
1356
+ * Name of the node\'s physical network port that connects to the robot network, for example `enp10s0f0`. The controller\'s interface is provided from this port. The physical port of an existing controller cannot be changed by an in-place update. To move a controller to a different port, delete the controller and re-add it with the new `pf`.
1357
1357
  */
1358
1358
  'pf': string;
1359
1359
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "26.6.0-dev.87",
3
+ "version": "26.6.0-dev.89",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "type": "module",
6
6
  "files": [