node-opcua-nodeset-adi 2.161.0 → 2.162.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.
|
@@ -33,21 +33,8 @@ export interface UAAnalyserDevice_methodSet extends UAObject {
|
|
|
33
33
|
gotoMaintenance: UAMethod;
|
|
34
34
|
}
|
|
35
35
|
export interface UAAnalyserDevice_identification extends UAFunctionalGroup {
|
|
36
|
-
/**
|
|
37
|
-
* manufacturer
|
|
38
|
-
* Name of the company that manufactured the device
|
|
39
|
-
*/
|
|
40
36
|
manufacturer: UAProperty<LocalizedText, DataType.LocalizedText>;
|
|
41
|
-
/**
|
|
42
|
-
* model
|
|
43
|
-
* Model name of the device
|
|
44
|
-
*/
|
|
45
37
|
model: UAProperty<LocalizedText, DataType.LocalizedText>;
|
|
46
|
-
/**
|
|
47
|
-
* serialNumber
|
|
48
|
-
* Identifier that uniquely identifies, within a
|
|
49
|
-
* manufacturer, a device instance
|
|
50
|
-
*/
|
|
51
38
|
serialNumber: UAProperty<UAString, DataType.String>;
|
|
52
39
|
}
|
|
53
40
|
export interface UAAnalyserDevice_configuration extends UAFunctionalGroup {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-adi",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.162.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-adi",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"node-opcua-address-space-base": "2.
|
|
15
|
-
"node-opcua-basic-types": "2.
|
|
16
|
-
"node-opcua-data-access": "2.
|
|
17
|
-
"node-opcua-data-model": "2.
|
|
14
|
+
"node-opcua-address-space-base": "2.162.0",
|
|
15
|
+
"node-opcua-basic-types": "2.162.0",
|
|
16
|
+
"node-opcua-data-access": "2.162.0",
|
|
17
|
+
"node-opcua-data-model": "2.162.0",
|
|
18
18
|
"node-opcua-nodeid": "2.157.0",
|
|
19
|
-
"node-opcua-nodeset-di": "2.
|
|
20
|
-
"node-opcua-nodeset-ua": "2.
|
|
21
|
-
"node-opcua-variant": "2.
|
|
19
|
+
"node-opcua-nodeset-di": "2.162.0",
|
|
20
|
+
"node-opcua-nodeset-ua": "2.162.0",
|
|
21
|
+
"node-opcua-variant": "2.162.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": "78989e867fc6c2009002f6db4b7cbf8fb95161ae"
|
|
41
41
|
}
|
|
@@ -34,21 +34,8 @@ export interface UAAnalyserDevice_methodSet extends UAObject { // Object
|
|
|
34
34
|
gotoMaintenance: UAMethod;
|
|
35
35
|
}
|
|
36
36
|
export interface UAAnalyserDevice_identification extends UAFunctionalGroup { // Object
|
|
37
|
-
/**
|
|
38
|
-
* manufacturer
|
|
39
|
-
* Name of the company that manufactured the device
|
|
40
|
-
*/
|
|
41
37
|
manufacturer: UAProperty<LocalizedText, DataType.LocalizedText>;
|
|
42
|
-
/**
|
|
43
|
-
* model
|
|
44
|
-
* Model name of the device
|
|
45
|
-
*/
|
|
46
38
|
model: UAProperty<LocalizedText, DataType.LocalizedText>;
|
|
47
|
-
/**
|
|
48
|
-
* serialNumber
|
|
49
|
-
* Identifier that uniquely identifies, within a
|
|
50
|
-
* manufacturer, a device instance
|
|
51
|
-
*/
|
|
52
39
|
serialNumber: UAProperty<UAString, DataType.String>;
|
|
53
40
|
}
|
|
54
41
|
export interface UAAnalyserDevice_configuration extends UAFunctionalGroup { // Object
|