@wandelbots/nova-api 25.8.0-dev.46 → 25.8.0-dev.48

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/nova-api",
3
- "version": "25.8.0-dev.46",
3
+ "version": "25.8.0-dev.48",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "files": [
6
6
  "*",
package/v2/api.d.ts CHANGED
@@ -354,11 +354,17 @@ export interface BusIOProfinet {
354
354
  */
355
355
  'bus_type'?: BusIOProfinetBusTypeEnum;
356
356
  /**
357
- * Used to enable IP communication through the same physical interface while PN Driver is running.
357
+ * Used to enable IP communication through the same physical ethernet interface while PROFINET driver is active.
358
358
  * @type {BusIOProfinetNetwork}
359
359
  * @memberof BusIOProfinet
360
360
  */
361
361
  'network_config'?: BusIOProfinetNetwork;
362
+ /**
363
+ * IP address of the PLC to establish PROFINET communication with. The IP address is used to configure the host machine\'s firewall. The firewall configuration is applied while the BUS input/output service is active. Without proper firewall configuration, PROFINET device discovery, configuration exchanges, and real-time cyclic data communication will fail.
364
+ * @type {string}
365
+ * @memberof BusIOProfinet
366
+ */
367
+ 'plc_ip': string;
362
368
  /**
363
369
  * MAC address of the physical ethernet interface that you want to use for PROFINET communication.
364
370
  * @type {string}