@wandelbots/nova-api 25.8.0-dev.34 → 25.8.0-dev.35
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 +1 -1
- package/v2/api.d.ts +0 -6
- package/v2/api.js.map +1 -1
- package/v2/api.ts +0 -6
package/package.json
CHANGED
package/v2/api.d.ts
CHANGED
|
@@ -353,12 +353,6 @@ export interface BusIOProfinet {
|
|
|
353
353
|
* @memberof BusIOProfinet
|
|
354
354
|
*/
|
|
355
355
|
'bus_type'?: BusIOProfinetBusTypeEnum;
|
|
356
|
-
/**
|
|
357
|
-
* Content of Configuration XML file for PROFINET device, typically known as PND_IOD.xml. Leave empty for the default configuration. Refer to the official PROFINET driver documentation for further information.
|
|
358
|
-
* @type {string}
|
|
359
|
-
* @memberof BusIOProfinet
|
|
360
|
-
*/
|
|
361
|
-
'config_file_content'?: string;
|
|
362
356
|
/**
|
|
363
357
|
* Used to enable IP communication through the same physical interface while PN Driver is running.
|
|
364
358
|
* @type {BusIOProfinetNetwork}
|