node-opcua-nodeset-io-link 2.151.0 → 2.154.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_device_variant.d.ts +1 -1
- package/dist/ua_io_link_alarm.d.ts +1 -1
- package/dist/ua_io_link_device.d.ts +5 -5
- package/dist/ua_io_link_event.d.ts +1 -1
- package/dist/ua_io_link_iodd_device.d.ts +4 -4
- package/dist/ua_io_link_master.d.ts +5 -5
- package/dist/ua_io_link_port.d.ts +6 -6
- package/dist/ua_process_data_variable.d.ts +1 -1
- package/package.json +10 -10
- package/source/ua_device_variant.ts +1 -1
- package/source/ua_io_link_alarm.ts +3 -8
- package/source/ua_io_link_device.ts +7 -8
- package/source/ua_io_link_event.ts +1 -1
- package/source/ua_io_link_iodd_device.ts +6 -6
- package/source/ua_io_link_master.ts +6 -7
- package/source/ua_io_link_port.ts +7 -7
- package/source/ua_process_data_variable.ts +1 -1
|
@@ -2,7 +2,7 @@ import { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { LocalizedText } from "node-opcua-data-model";
|
|
4
4
|
import { UAString } from "node-opcua-basic-types";
|
|
5
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
5
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
8
8
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { UInt16 } from "node-opcua-basic-types";
|
|
4
|
-
import { UAOffNormalAlarm, UAOffNormalAlarm_Base } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { UAOffNormalAlarm, UAOffNormalAlarm_Base } from "node-opcua-nodeset-ua/dist/ua_off_normal_alarm";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
|
@@ -2,11 +2,11 @@ import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { LocalizedText } from "node-opcua-data-model";
|
|
4
4
|
import { UInt32, UInt16, Byte, UAString } from "node-opcua-basic-types";
|
|
5
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { UAFolder } from "node-opcua-nodeset-ua/
|
|
7
|
-
import { EnumDeviceHealth } from "node-opcua-nodeset-di/
|
|
8
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/
|
|
9
|
-
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/
|
|
5
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
6
|
+
import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
7
|
+
import { EnumDeviceHealth } from "node-opcua-nodeset-di/dist/enum_device_health";
|
|
8
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group";
|
|
9
|
+
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/dist/ua_topology_element";
|
|
10
10
|
import { UAProcessDataVariable } from "./ua_process_data_variable";
|
|
11
11
|
export interface UAIOLinkDevice_general extends UAFunctionalGroup {
|
|
12
12
|
applicationReset: UAMethod;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { UInt16 } from "node-opcua-basic-types";
|
|
4
|
-
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
|
@@ -2,10 +2,10 @@ import { UAProperty } from "node-opcua-address-space-base";
|
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { LocalizedText } from "node-opcua-data-model";
|
|
4
4
|
import { Byte, UAString } from "node-opcua-basic-types";
|
|
5
|
-
import { UAFolder } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
7
|
-
import { UAOptionSet } from "node-opcua-nodeset-ua/
|
|
8
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/
|
|
5
|
+
import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
6
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
7
|
+
import { UAOptionSet } from "node-opcua-nodeset-ua/dist/ua_option_set";
|
|
8
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group";
|
|
9
9
|
import { UAIOLinkDevice_parameterSet, UAIOLinkDevice, UAIOLinkDevice_Base } from "./ua_io_link_device";
|
|
10
10
|
import { UADeviceVariant } from "./ua_device_variant";
|
|
11
11
|
export interface UAIOLinkIODDDevice_deviceTypeImage extends UAFolder {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { UInt32, UInt16, Byte, UAString } from "node-opcua-basic-types";
|
|
4
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
5
|
-
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { UAFolder } from "node-opcua-nodeset-ua/
|
|
7
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/
|
|
8
|
-
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/
|
|
4
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
|
+
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_discrete";
|
|
6
|
+
import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
7
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group";
|
|
8
|
+
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/dist/ua_topology_element";
|
|
9
9
|
export interface UAIOLinkMaster_capabilities extends UAFunctionalGroup {
|
|
10
10
|
maxNumberOfPorts: UABaseDataVariable<Byte, DataType.Byte>;
|
|
11
11
|
maxPowerSupply: UABaseDataVariable<number, DataType.Double>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { UInt32, UInt16, Byte } from "node-opcua-basic-types";
|
|
4
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
5
|
-
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { UAOptionSet } from "node-opcua-nodeset-ua/
|
|
7
|
-
import { UAFolder } from "node-opcua-nodeset-ua/
|
|
8
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/
|
|
9
|
-
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/
|
|
4
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
|
+
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_discrete";
|
|
6
|
+
import { UAOptionSet } from "node-opcua-nodeset-ua/dist/ua_option_set";
|
|
7
|
+
import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
8
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group";
|
|
9
|
+
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/dist/ua_topology_element";
|
|
10
10
|
import { UAIOLinkDevice } from "./ua_io_link_device";
|
|
11
11
|
export interface UAIOLinkPort_capabilities extends UAFunctionalGroup {
|
|
12
12
|
maxPowerSupply: UABaseDataVariable<number, DataType.Double>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { Byte } from "node-opcua-basic-types";
|
|
4
|
-
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-io-link",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.154.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-io-link",
|
|
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-model": "2.
|
|
17
|
-
"node-opcua-nodeid": "2.
|
|
18
|
-
"node-opcua-nodeset-di": "2.
|
|
19
|
-
"node-opcua-nodeset-ua": "2.
|
|
20
|
-
"node-opcua-status-code": "2.
|
|
21
|
-
"node-opcua-variant": "2.
|
|
14
|
+
"node-opcua-address-space-base": "2.154.0",
|
|
15
|
+
"node-opcua-basic-types": "2.154.0",
|
|
16
|
+
"node-opcua-data-model": "2.154.0",
|
|
17
|
+
"node-opcua-nodeid": "2.153.0",
|
|
18
|
+
"node-opcua-nodeset-di": "2.154.0",
|
|
19
|
+
"node-opcua-nodeset-ua": "2.154.0",
|
|
20
|
+
"node-opcua-status-code": "2.153.0",
|
|
21
|
+
"node-opcua-variant": "2.154.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": "134c73195f93f46c0101b2837bed22754156c916"
|
|
41
41
|
}
|
|
@@ -3,7 +3,7 @@ import { UAObject, UAProperty } from "node-opcua-address-space-base"
|
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
4
|
import { LocalizedText } from "node-opcua-data-model"
|
|
5
5
|
import { UAString } from "node-opcua-basic-types"
|
|
6
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
6
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
|
|
7
7
|
/**
|
|
8
8
|
* | | |
|
|
9
9
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
|
-
import { DataType
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { StatusCode } from "node-opcua-status-code"
|
|
7
|
-
import { UInt32, UInt16, Int16, UAString } from "node-opcua-basic-types"
|
|
8
|
-
import { DTTimeZone } from "node-opcua-nodeset-ua/source/dt_time_zone"
|
|
9
|
-
import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
|
|
10
|
-
import { UAOffNormalAlarm, UAOffNormalAlarm_Base } from "node-opcua-nodeset-ua/source/ua_off_normal_alarm"
|
|
3
|
+
import { DataType } from "node-opcua-variant"
|
|
4
|
+
import { UInt16 } from "node-opcua-basic-types"
|
|
5
|
+
import { UAOffNormalAlarm, UAOffNormalAlarm_Base } from "node-opcua-nodeset-ua/dist/ua_off_normal_alarm"
|
|
11
6
|
/**
|
|
12
7
|
* | | |
|
|
13
8
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,14 +1,13 @@
|
|
|
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
|
|
4
|
-
import { LocalizedText
|
|
3
|
+
import { DataType } from "node-opcua-variant"
|
|
4
|
+
import { LocalizedText } from "node-opcua-data-model"
|
|
5
5
|
import { UInt32, UInt16, Byte, UAString } from "node-opcua-basic-types"
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/source/ua_topology_element"
|
|
6
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
|
|
7
|
+
import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder"
|
|
8
|
+
import { EnumDeviceHealth } from "node-opcua-nodeset-di/dist/enum_device_health"
|
|
9
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group"
|
|
10
|
+
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/dist/ua_topology_element"
|
|
12
11
|
import { UAProcessDataVariable } from "./ua_process_data_variable"
|
|
13
12
|
export interface UAIOLinkDevice_general extends UAFunctionalGroup { // Object
|
|
14
13
|
applicationReset: UAMethod;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
4
|
import { UInt16 } from "node-opcua-basic-types"
|
|
5
|
-
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/
|
|
5
|
+
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event"
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
8
8
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,12 +1,12 @@
|
|
|
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 { LocalizedText } from "node-opcua-data-model"
|
|
5
|
-
import {
|
|
6
|
-
import { UAFolder } from "node-opcua-nodeset-ua/
|
|
7
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
8
|
-
import { UAOptionSet } from "node-opcua-nodeset-ua/
|
|
9
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/
|
|
5
|
+
import { Byte, UAString } from "node-opcua-basic-types"
|
|
6
|
+
import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder"
|
|
7
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
|
|
8
|
+
import { UAOptionSet } from "node-opcua-nodeset-ua/dist/ua_option_set"
|
|
9
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group"
|
|
10
10
|
import { UAIOLinkDevice_parameterSet, UAIOLinkDevice, UAIOLinkDevice_Base } from "./ua_io_link_device"
|
|
11
11
|
import { UADeviceVariant } from "./ua_device_variant"
|
|
12
12
|
export interface UAIOLinkIODDDevice_deviceTypeImage extends UAFolder { // Object
|
|
@@ -1,13 +1,12 @@
|
|
|
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
|
|
4
|
-
import { LocalizedText } from "node-opcua-data-model"
|
|
3
|
+
import { DataType } from "node-opcua-variant"
|
|
5
4
|
import { UInt32, UInt16, Byte, UAString } from "node-opcua-basic-types"
|
|
6
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
7
|
-
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/
|
|
8
|
-
import { UAFolder } from "node-opcua-nodeset-ua/
|
|
9
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/
|
|
10
|
-
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/
|
|
5
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
|
|
6
|
+
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_discrete"
|
|
7
|
+
import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder"
|
|
8
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group"
|
|
9
|
+
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/dist/ua_topology_element"
|
|
11
10
|
export interface UAIOLinkMaster_capabilities extends UAFunctionalGroup { // Object
|
|
12
11
|
maxNumberOfPorts: UABaseDataVariable<Byte, DataType.Byte>;
|
|
13
12
|
maxPowerSupply: UABaseDataVariable<number, DataType.Double>;
|
|
@@ -1,13 +1,13 @@
|
|
|
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
|
|
3
|
+
import { DataType } from "node-opcua-variant"
|
|
4
4
|
import { UInt32, UInt16, Byte } from "node-opcua-basic-types"
|
|
5
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/
|
|
7
|
-
import { UAOptionSet } from "node-opcua-nodeset-ua/
|
|
8
|
-
import { UAFolder } from "node-opcua-nodeset-ua/
|
|
9
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/
|
|
10
|
-
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/
|
|
5
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
|
|
6
|
+
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_discrete"
|
|
7
|
+
import { UAOptionSet } from "node-opcua-nodeset-ua/dist/ua_option_set"
|
|
8
|
+
import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder"
|
|
9
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group"
|
|
10
|
+
import { UATopologyElement, UATopologyElement_Base } from "node-opcua-nodeset-di/dist/ua_topology_element"
|
|
11
11
|
import { UAIOLinkDevice } from "./ua_io_link_device"
|
|
12
12
|
export interface UAIOLinkPort_capabilities extends UAFunctionalGroup { // Object
|
|
13
13
|
maxPowerSupply: UABaseDataVariable<number, DataType.Double>;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
4
|
import { Byte } from "node-opcua-basic-types"
|
|
5
|
-
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/
|
|
5
|
+
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
8
8
|
* |----------------|------------------------------------------------------------|
|