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 +1 -0
- package/dist/ua_process_value_setpoint_variable.d.ts +2 -1
- package/dist/ua_process_value_variable.d.ts +2 -1
- package/package.json +8 -8
- package/source/ua_process_value.ts +1 -1
- package/source/ua_process_value_setpoint_variable.ts +3 -2
- package/source/ua_process_value_variable.ts +3 -2
package/LICENSE
CHANGED
|
@@ -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 |
|
|
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 |
|
|
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.
|
|
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.
|
|
13
|
+
"node-opcua-address-space-base": "2.138.0",
|
|
14
14
|
"node-opcua-basic-types": "2.134.0",
|
|
15
|
-
"node-opcua-data-access": "2.
|
|
16
|
-
"node-opcua-data-model": "2.
|
|
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.
|
|
19
|
-
"node-opcua-nodeset-ua": "2.
|
|
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.
|
|
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": "
|
|
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,
|
|
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
|
|
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 |
|
|
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
|
|
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 |
|
|
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> {
|