node-opcua-nodeset-adi 2.76.2 → 2.78.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/dist/ua_engineering_value.d.ts +1 -1
- package/dist/ua_mva_output_parameter.d.ts +1 -1
- package/dist/ua_process_variable.d.ts +1 -1
- package/package.json +10 -10
- package/source/ua_analyser_device.ts +1 -1
- package/source/ua_analyser_device_state_machine.ts +1 -1
- package/source/ua_chemometric_model.ts +1 -1
- package/source/ua_engineering_value.ts +2 -2
- package/source/ua_mva_model.ts +1 -1
- package/source/ua_mva_output_parameter.ts +2 -2
- package/source/ua_particle_size_monitor_device_stream.ts +1 -1
- package/source/ua_process_variable.ts +2 -2
- package/source/ua_spectrometer_device.ts +1 -1
- package/source/ua_spectrometer_device_stream.ts +1 -1
- package/source/ua_stream.ts +1 -1
|
@@ -10,7 +10,7 @@ import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_dat
|
|
|
10
10
|
* |nodeClass |VariableType |
|
|
11
11
|
* |typedDefinition |2:EngineeringValueType ns=2;i=9380 |
|
|
12
12
|
* |dataType |Null |
|
|
13
|
-
* |dataType Name |
|
|
13
|
+
* |dataType Name |VariantOptions ns=0;i=0 |
|
|
14
14
|
* |isAbstract |false |
|
|
15
15
|
*/
|
|
16
16
|
export declare type UAEngineeringValue_Base<T, DT extends DataType> = UADataItem_Base<T, DT>;
|
|
@@ -15,7 +15,7 @@ import { EnumAlarmState } from "./enum_alarm_state";
|
|
|
15
15
|
* |nodeClass |VariableType |
|
|
16
16
|
* |typedDefinition |2:MVAOutputParameterType ns=2;i=2010 |
|
|
17
17
|
* |dataType |Null |
|
|
18
|
-
* |dataType Name |
|
|
18
|
+
* |dataType Name |VariantOptions ns=0;i=0 |
|
|
19
19
|
* |isAbstract |false |
|
|
20
20
|
*/
|
|
21
21
|
export interface UAMVAOutputParameter_Base<T, DT extends DataType> extends UABaseDataVariable_Base<T, DT> {
|
|
@@ -12,7 +12,7 @@ import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_dat
|
|
|
12
12
|
* |nodeClass |VariableType |
|
|
13
13
|
* |typedDefinition |2:ProcessVariableType ns=2;i=2008 |
|
|
14
14
|
* |dataType |Null |
|
|
15
|
-
* |dataType Name |
|
|
15
|
+
* |dataType Name |VariantOptions ns=0;i=0 |
|
|
16
16
|
* |isAbstract |false |
|
|
17
17
|
*/
|
|
18
18
|
export declare type UAProcessVariable_Base<T, DT extends DataType> = UADataItem_Base<T, DT>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-adi",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.78.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"author": "etienne.rossignon@sterfive.com",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"node-opcua-address-space-base": "2.
|
|
14
|
-
"node-opcua-basic-types": "2.
|
|
15
|
-
"node-opcua-data-access": "2.
|
|
16
|
-
"node-opcua-data-model": "2.
|
|
17
|
-
"node-opcua-nodeid": "2.
|
|
18
|
-
"node-opcua-nodeset-di": "2.
|
|
19
|
-
"node-opcua-nodeset-ua": "2.
|
|
20
|
-
"node-opcua-variant": "2.
|
|
13
|
+
"node-opcua-address-space-base": "2.78.0",
|
|
14
|
+
"node-opcua-basic-types": "2.77.0",
|
|
15
|
+
"node-opcua-data-access": "2.78.0",
|
|
16
|
+
"node-opcua-data-model": "2.78.0",
|
|
17
|
+
"node-opcua-nodeid": "2.77.0",
|
|
18
|
+
"node-opcua-nodeset-di": "2.78.0",
|
|
19
|
+
"node-opcua-nodeset-ua": "2.78.0",
|
|
20
|
+
"node-opcua-variant": "2.78.0"
|
|
21
21
|
},
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "31c6eee3c51f52427584364fff2fdb07bbac65be"
|
|
23
23
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base"
|
|
3
|
-
import { DataType, Variant } from "node-opcua-variant"
|
|
3
|
+
import { DataType, Variant, 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 { UInt64, UInt32, Int32, UInt16, UAString } from "node-opcua-basic-types"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { DataType } from "node-opcua-variant"
|
|
2
|
+
import { DataType, VariantOptions } from "node-opcua-variant"
|
|
3
3
|
import { LocalizedText, QualifiedName } from "node-opcua-data-model"
|
|
4
4
|
import { NodeId } from "node-opcua-nodeid"
|
|
5
5
|
import { UInt32 } from "node-opcua-basic-types"
|
|
@@ -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 } from "node-opcua-variant"
|
|
3
|
+
import { DataType, VariantOptions } from "node-opcua-variant"
|
|
4
4
|
import { LocalizedText } from "node-opcua-data-model"
|
|
5
5
|
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
|
|
6
6
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { DataType } from "node-opcua-variant"
|
|
2
|
+
import { DataType, VariantOptions } from "node-opcua-variant"
|
|
3
3
|
import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_data_item"
|
|
4
4
|
/**
|
|
5
5
|
* Expose key results of an analyser and the
|
|
@@ -11,7 +11,7 @@ import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_dat
|
|
|
11
11
|
* |nodeClass |VariableType |
|
|
12
12
|
* |typedDefinition |2:EngineeringValueType ns=2;i=9380 |
|
|
13
13
|
* |dataType |Null |
|
|
14
|
-
* |dataType Name |
|
|
14
|
+
* |dataType Name |VariantOptions ns=0;i=0 |
|
|
15
15
|
* |isAbstract |false |
|
|
16
16
|
*/
|
|
17
17
|
export type UAEngineeringValue_Base<T, DT extends DataType> = UADataItem_Base<T, DT>;
|
package/source/ua_mva_model.ts
CHANGED
|
@@ -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 } from "node-opcua-variant"
|
|
3
|
+
import { DataType, VariantOptions } from "node-opcua-variant"
|
|
4
4
|
import { Int32, UAString } from "node-opcua-basic-types"
|
|
5
5
|
import { DTRange } from "node-opcua-nodeset-ua/source/dt_range"
|
|
6
6
|
import { EnumAlarmState } from "./enum_alarm_state"
|
|
@@ -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 } from "node-opcua-variant"
|
|
3
|
+
import { DataType, VariantOptions } from "node-opcua-variant"
|
|
4
4
|
import { UAString } from "node-opcua-basic-types"
|
|
5
5
|
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
|
|
6
6
|
import { DTRange } from "node-opcua-nodeset-ua/source/dt_range"
|
|
@@ -16,7 +16,7 @@ import { EnumAlarmState } from "./enum_alarm_state"
|
|
|
16
16
|
* |nodeClass |VariableType |
|
|
17
17
|
* |typedDefinition |2:MVAOutputParameterType ns=2;i=2010 |
|
|
18
18
|
* |dataType |Null |
|
|
19
|
-
* |dataType Name |
|
|
19
|
+
* |dataType Name |VariantOptions ns=0;i=0 |
|
|
20
20
|
* |isAbstract |false |
|
|
21
21
|
*/
|
|
22
22
|
export interface UAMVAOutputParameter_Base<T, DT extends DataType> extends UABaseDataVariable_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, Variant, VariantOptions } from "node-opcua-variant"
|
|
3
3
|
import { UInt32, UAString } from "node-opcua-basic-types"
|
|
4
4
|
import { UAYArrayItem } from "node-opcua-nodeset-ua/source/ua_y_array_item"
|
|
5
5
|
import { UADataItem } from "node-opcua-nodeset-ua/source/ua_data_item"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { DataType } from "node-opcua-variant"
|
|
2
|
+
import { DataType, VariantOptions } from "node-opcua-variant"
|
|
3
3
|
import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_data_item"
|
|
4
4
|
/**
|
|
5
5
|
* Provides a stable address space view from the
|
|
@@ -13,7 +13,7 @@ import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_dat
|
|
|
13
13
|
* |nodeClass |VariableType |
|
|
14
14
|
* |typedDefinition |2:ProcessVariableType ns=2;i=2008 |
|
|
15
15
|
* |dataType |Null |
|
|
16
|
-
* |dataType Name |
|
|
16
|
+
* |dataType Name |VariantOptions ns=0;i=0 |
|
|
17
17
|
* |isAbstract |false |
|
|
18
18
|
*/
|
|
19
19
|
export type UAProcessVariable_Base<T, DT extends DataType> = UADataItem_Base<T, DT>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { DataType } from "node-opcua-variant"
|
|
2
|
+
import { DataType, VariantOptions } from "node-opcua-variant"
|
|
3
3
|
import { DTRange } from "node-opcua-nodeset-ua/source/dt_range"
|
|
4
4
|
import { UADataItem } from "node-opcua-nodeset-ua/source/ua_data_item"
|
|
5
5
|
import { EnumDeviceHealth } from "node-opcua-nodeset-di/source/enum_device_health"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAObject } from "node-opcua-address-space-base"
|
|
3
|
-
import { DataType, Variant } from "node-opcua-variant"
|
|
3
|
+
import { DataType, Variant, VariantOptions } from "node-opcua-variant"
|
|
4
4
|
import { LocalizedText } from "node-opcua-data-model"
|
|
5
5
|
import { EUInformation } from "node-opcua-data-access"
|
|
6
6
|
import { UInt32, Int32, UAString } from "node-opcua-basic-types"
|
package/source/ua_stream.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAObject } from "node-opcua-address-space-base"
|
|
3
|
-
import { DataType, Variant } from "node-opcua-variant"
|
|
3
|
+
import { DataType, Variant, VariantOptions } from "node-opcua-variant"
|
|
4
4
|
import { UInt32, UAString } from "node-opcua-basic-types"
|
|
5
5
|
import { UADataItem } from "node-opcua-nodeset-ua/source/ua_data_item"
|
|
6
6
|
import { UAAnalogItem } from "node-opcua-nodeset-ua/source/ua_analog_item"
|