@wandelbots/nova-api 25.8.0-dev.92 → 25.8.0-dev.93
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 +5 -5
- package/v2/api.ts +5 -5
package/package.json
CHANGED
package/v2/api.d.ts
CHANGED
|
@@ -1823,7 +1823,7 @@ export interface IODescription2 {
|
|
|
1823
1823
|
*/
|
|
1824
1824
|
'io': string;
|
|
1825
1825
|
/**
|
|
1826
|
-
*
|
|
1826
|
+
* Name of the input/output. Customize it using the respective BUS service, e.g. [addProfinetIO](addProfinetIO) for PROFINET service.
|
|
1827
1827
|
* @type {string}
|
|
1828
1828
|
* @memberof IODescription2
|
|
1829
1829
|
*/
|
|
@@ -3987,11 +3987,11 @@ export interface ProfinetDescription {
|
|
|
3987
3987
|
*/
|
|
3988
3988
|
export interface ProfinetIO {
|
|
3989
3989
|
/**
|
|
3990
|
-
*
|
|
3990
|
+
* Descriptive name or note for the input/output variable.
|
|
3991
3991
|
* @type {string}
|
|
3992
3992
|
* @memberof ProfinetIO
|
|
3993
3993
|
*/
|
|
3994
|
-
'
|
|
3994
|
+
'description': string;
|
|
3995
3995
|
/**
|
|
3996
3996
|
*
|
|
3997
3997
|
* @type {ProfinetIOTypeEnum}
|
|
@@ -4030,11 +4030,11 @@ export interface ProfinetIO {
|
|
|
4030
4030
|
*/
|
|
4031
4031
|
export interface ProfinetIOData {
|
|
4032
4032
|
/**
|
|
4033
|
-
*
|
|
4033
|
+
* Descriptive name or note for the input/output variable.
|
|
4034
4034
|
* @type {string}
|
|
4035
4035
|
* @memberof ProfinetIOData
|
|
4036
4036
|
*/
|
|
4037
|
-
'
|
|
4037
|
+
'description': string;
|
|
4038
4038
|
/**
|
|
4039
4039
|
*
|
|
4040
4040
|
* @type {ProfinetIOTypeEnum}
|
package/v2/api.ts
CHANGED
|
@@ -1902,7 +1902,7 @@ export interface IODescription2 {
|
|
|
1902
1902
|
*/
|
|
1903
1903
|
'io': string;
|
|
1904
1904
|
/**
|
|
1905
|
-
*
|
|
1905
|
+
* Name of the input/output. Customize it using the respective BUS service, e.g. [addProfinetIO](addProfinetIO) for PROFINET service.
|
|
1906
1906
|
* @type {string}
|
|
1907
1907
|
* @memberof IODescription2
|
|
1908
1908
|
*/
|
|
@@ -4149,11 +4149,11 @@ export interface ProfinetDescription {
|
|
|
4149
4149
|
*/
|
|
4150
4150
|
export interface ProfinetIO {
|
|
4151
4151
|
/**
|
|
4152
|
-
*
|
|
4152
|
+
* Descriptive name or note for the input/output variable.
|
|
4153
4153
|
* @type {string}
|
|
4154
4154
|
* @memberof ProfinetIO
|
|
4155
4155
|
*/
|
|
4156
|
-
'
|
|
4156
|
+
'description': string;
|
|
4157
4157
|
/**
|
|
4158
4158
|
*
|
|
4159
4159
|
* @type {ProfinetIOTypeEnum}
|
|
@@ -4194,11 +4194,11 @@ export interface ProfinetIO {
|
|
|
4194
4194
|
*/
|
|
4195
4195
|
export interface ProfinetIOData {
|
|
4196
4196
|
/**
|
|
4197
|
-
*
|
|
4197
|
+
* Descriptive name or note for the input/output variable.
|
|
4198
4198
|
* @type {string}
|
|
4199
4199
|
* @memberof ProfinetIOData
|
|
4200
4200
|
*/
|
|
4201
|
-
'
|
|
4201
|
+
'description': string;
|
|
4202
4202
|
/**
|
|
4203
4203
|
*
|
|
4204
4204
|
* @type {ProfinetIOTypeEnum}
|