@wandelbots/nova-api 26.4.0-dev.74 → 26.4.0-dev.76
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/v2/index.d.cts +1 -1
- package/dist/v2/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/v2/index.d.cts
CHANGED
|
@@ -504,7 +504,7 @@ type BusIOModbusVirtualBusTypeEnum = typeof BusIOModbusVirtualBusTypeEnum[keyof
|
|
|
504
504
|
interface BusIOProfinet {
|
|
505
505
|
'bus_type': BusIOProfinetBusTypeEnum;
|
|
506
506
|
/**
|
|
507
|
-
* Used to enable IP communication through the same physical ethernet interface while PROFINET driver is active.
|
|
507
|
+
* Used to enable IP communication through the same physical ethernet interface while PROFINET driver is active. Optional for SR-IOV-based bus I/O recreation. If omitted and an existing PROFINET bus I/O configuration for the same MAC address already exists, the previous network settings are reused.
|
|
508
508
|
*/
|
|
509
509
|
'network_config'?: BusIOProfinetNetwork;
|
|
510
510
|
/**
|
package/dist/v2/index.d.ts
CHANGED
|
@@ -504,7 +504,7 @@ type BusIOModbusVirtualBusTypeEnum = typeof BusIOModbusVirtualBusTypeEnum[keyof
|
|
|
504
504
|
interface BusIOProfinet {
|
|
505
505
|
'bus_type': BusIOProfinetBusTypeEnum;
|
|
506
506
|
/**
|
|
507
|
-
* Used to enable IP communication through the same physical ethernet interface while PROFINET driver is active.
|
|
507
|
+
* Used to enable IP communication through the same physical ethernet interface while PROFINET driver is active. Optional for SR-IOV-based bus I/O recreation. If omitted and an existing PROFINET bus I/O configuration for the same MAC address already exists, the previous network settings are reused.
|
|
508
508
|
*/
|
|
509
509
|
'network_config'?: BusIOProfinetNetwork;
|
|
510
510
|
/**
|