node-opcua-nodeset-machinery-process-values 2.134.0 → 2.138.0

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/LICENSE CHANGED
@@ -1,3 +1,4 @@
1
+
1
2
  The MIT License (MIT)
2
3
 
3
4
  Copyright (c) 2022-2024 Sterfive SAS - 833264583 RCS ORLEANS - France (https://www.sterfive.com)
@@ -15,7 +15,8 @@ import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_va
15
15
  * |nodeClass |VariableType |
16
16
  * |typedDefinition |ProcessValueSetpointVariableType i=2003 |
17
17
  * |dataType |Variant |
18
- * |dataType Name |Variant i=26 |
18
+ * |dataType Name |(number | number[]) i=26 |
19
+ * |value rank |-2 |
19
20
  * |isAbstract |false |
20
21
  */
21
22
  export interface UAProcessValueSetpointVariable_Base<T, DT extends DataType> extends UAAnalogUnitRange_Base<T, DT> {
@@ -11,7 +11,8 @@ import { UAAnalogSignalVariable, UAAnalogSignalVariable_Base } from "node-opcua-
11
11
  * |nodeClass |VariableType |
12
12
  * |typedDefinition |ProcessValueVariableType i=2002 |
13
13
  * |dataType |Variant |
14
- * |dataType Name |Variant i=26 |
14
+ * |dataType Name |(number | number[]) i=26 |
15
+ * |value rank |-2 |
15
16
  * |isAbstract |false |
16
17
  */
17
18
  export interface UAProcessValueVariable_Base<T, DT extends DataType> extends UAAnalogSignalVariable_Base<T, DT> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-machinery-process-values",
3
- "version": "2.134.0",
3
+ "version": "2.138.0",
4
4
  "description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-machinery-process-values",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,15 +10,15 @@
10
10
  "author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "node-opcua-address-space-base": "2.134.0",
13
+ "node-opcua-address-space-base": "2.138.0",
14
14
  "node-opcua-basic-types": "2.134.0",
15
- "node-opcua-data-access": "2.134.0",
16
- "node-opcua-data-model": "2.134.0",
15
+ "node-opcua-data-access": "2.137.0",
16
+ "node-opcua-data-model": "2.137.0",
17
17
  "node-opcua-nodeid": "2.133.0",
18
- "node-opcua-nodeset-padim": "2.134.0",
19
- "node-opcua-nodeset-ua": "2.134.0",
18
+ "node-opcua-nodeset-padim": "2.138.0",
19
+ "node-opcua-nodeset-ua": "2.138.0",
20
20
  "node-opcua-status-code": "2.133.0",
21
- "node-opcua-variant": "2.134.0"
21
+ "node-opcua-variant": "2.137.0"
22
22
  },
23
23
  "files": [
24
24
  "dist",
@@ -37,5 +37,5 @@
37
37
  "internet of things"
38
38
  ],
39
39
  "homepage": "http://node-opcua.github.io/",
40
- "gitHead": "ccb34926a3c195f6a7e66fca58a2f101858e78be"
40
+ "gitHead": "383bbe814f9261b2bc01a5d0fe476813153bb110"
41
41
  }
@@ -1,6 +1,6 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAMethod, UAProperty } from "node-opcua-address-space-base"
3
- import { DataType, Variant, VariantOptions } from "node-opcua-variant"
3
+ import { DataType, VariantOptions } from "node-opcua-variant"
4
4
  import { LocalizedText, QualifiedName } from "node-opcua-data-model"
5
5
  import { EUInformation } from "node-opcua-data-access"
6
6
  import { NodeId } from "node-opcua-nodeid"
@@ -1,6 +1,6 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAProperty } from "node-opcua-address-space-base"
3
- import { DataType, Variant } from "node-opcua-variant"
3
+ import { DataType } from "node-opcua-variant"
4
4
  import { UInt16 } from "node-opcua-basic-types"
5
5
  import { UAAnalogUnitRange, UAAnalogUnitRange_Base } from "node-opcua-nodeset-ua/source/ua_analog_unit_range"
6
6
  import { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/source/ua_multi_state_value_discrete"
@@ -16,7 +16,8 @@ import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_va
16
16
  * |nodeClass |VariableType |
17
17
  * |typedDefinition |ProcessValueSetpointVariableType i=2003 |
18
18
  * |dataType |Variant |
19
- * |dataType Name |Variant i=26 |
19
+ * |dataType Name |(number | number[]) i=26 |
20
+ * |value rank |-2 |
20
21
  * |isAbstract |false |
21
22
  */
22
23
  export interface UAProcessValueSetpointVariable_Base<T, DT extends DataType> extends UAAnalogUnitRange_Base<T, DT> {
@@ -1,5 +1,5 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
- import { DataType, Variant } from "node-opcua-variant"
2
+ import { DataType } from "node-opcua-variant"
3
3
  import { EUInformation } from "node-opcua-data-access"
4
4
  import { DTRange } from "node-opcua-nodeset-ua/source/dt_range"
5
5
  import { UAAnalogUnit } from "node-opcua-nodeset-ua/source/ua_analog_unit"
@@ -14,7 +14,8 @@ import { UAAnalogSignalVariable, UAAnalogSignalVariable_Base } from "node-opcua-
14
14
  * |nodeClass |VariableType |
15
15
  * |typedDefinition |ProcessValueVariableType i=2002 |
16
16
  * |dataType |Variant |
17
- * |dataType Name |Variant i=26 |
17
+ * |dataType Name |(number | number[]) i=26 |
18
+ * |value rank |-2 |
18
19
  * |isAbstract |false |
19
20
  */
20
21
  export interface UAProcessValueVariable_Base<T, DT extends DataType> extends UAAnalogSignalVariable_Base<T, DT> {