node-opcua-address-space 2.149.0 → 2.151.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/source/interfaces/alarms_and_conditions/ua_acknowledgeable_condition_ex.d.ts +2 -0
- package/dist/source/interfaces/alarms_and_conditions/ua_alarm_condition_ex.d.ts +1 -0
- package/dist/source/interfaces/alarms_and_conditions/ua_condition_ex.d.ts +4 -0
- package/dist/source/interfaces/alarms_and_conditions/ua_discrete_alarm_ex.d.ts +1 -0
- package/dist/source/interfaces/alarms_and_conditions/ua_discrete_alarm_ex.js.map +1 -1
- package/dist/source/interfaces/alarms_and_conditions/ua_exclusive_limit_alarm_ex.d.ts +1 -0
- package/dist/source/interfaces/alarms_and_conditions/ua_limit_alarm_ex.d.ts +1 -0
- package/dist/src/alarms_and_conditions/ua_acknowledgeable_condition_impl.d.ts +1 -0
- package/dist/src/alarms_and_conditions/ua_acknowledgeable_condition_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_condition_impl.d.ts +1 -0
- package/dist/src/alarms_and_conditions/ua_condition_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_exclusive_deviation_alarm_impl.d.ts +1 -0
- package/dist/src/alarms_and_conditions/ua_exclusive_deviation_alarm_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_exclusive_rate_of_change_alarm_impl.d.ts +1 -0
- package/dist/src/alarms_and_conditions/ua_exclusive_rate_of_change_alarm_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_limit_alarm_impl.d.ts +1 -0
- package/dist/src/alarms_and_conditions/ua_limit_alarm_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_non_exclusive_deviation_alarm_impl.d.ts +1 -0
- package/dist/src/alarms_and_conditions/ua_non_exclusive_deviation_alarm_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_non_exclusive_limit_alarm_impl.d.ts +1 -0
- package/dist/src/alarms_and_conditions/ua_non_exclusive_limit_alarm_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_off_normal_alarm_impl.d.ts +1 -0
- package/dist/src/alarms_and_conditions/ua_off_normal_alarm_impl.js.map +1 -1
- package/dist/tsconfig_common.tsbuildinfo +1 -1
- package/package.json +26 -27
- package/source/interfaces/alarms_and_conditions/ua_acknowledgeable_condition_ex.ts +4 -0
- package/source/interfaces/alarms_and_conditions/ua_alarm_condition_ex.ts +1 -0
- package/source/interfaces/alarms_and_conditions/ua_condition_ex.ts +8 -0
- package/source/interfaces/alarms_and_conditions/ua_discrete_alarm_ex.ts +1 -0
- package/source/interfaces/alarms_and_conditions/ua_exclusive_limit_alarm_ex.ts +1 -0
- package/source/interfaces/alarms_and_conditions/ua_limit_alarm_ex.ts +1 -0
- package/src/alarms_and_conditions/ua_acknowledgeable_condition_impl.ts +2 -0
- package/src/alarms_and_conditions/ua_condition_impl.ts +1 -0
- package/src/alarms_and_conditions/ua_exclusive_deviation_alarm_impl.ts +2 -0
- package/src/alarms_and_conditions/ua_exclusive_rate_of_change_alarm_impl.ts +1 -0
- package/src/alarms_and_conditions/ua_limit_alarm_impl.ts +1 -0
- package/src/alarms_and_conditions/ua_non_exclusive_deviation_alarm_impl.ts +1 -0
- package/src/alarms_and_conditions/ua_non_exclusive_limit_alarm_impl.ts +1 -0
- package/src/alarms_and_conditions/ua_off_normal_alarm_impl.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-address-space",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.151.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module address-space",
|
|
5
5
|
"main": "./dist/src/index_current.js",
|
|
6
6
|
"types": "./dist/source/index.d.ts",
|
|
@@ -16,43 +16,42 @@
|
|
|
16
16
|
"c": "mocha --version"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@types/lodash": "4.17.
|
|
20
|
-
"@types/semver": "^7.
|
|
19
|
+
"@types/lodash": "4.17.16",
|
|
20
|
+
"@types/semver": "^7.7.0",
|
|
21
21
|
"chalk": "4.1.2",
|
|
22
22
|
"dequeue": "^1.0.5",
|
|
23
23
|
"lodash": "4.17.21",
|
|
24
|
-
"node-opcua-address-space-base": "2.
|
|
24
|
+
"node-opcua-address-space-base": "2.151.0",
|
|
25
25
|
"node-opcua-assert": "2.139.0",
|
|
26
|
-
"node-opcua-basic-types": "2.
|
|
26
|
+
"node-opcua-basic-types": "2.151.0",
|
|
27
27
|
"node-opcua-binary-stream": "2.139.0",
|
|
28
|
-
"node-opcua-client-dynamic-extension-object": "2.
|
|
28
|
+
"node-opcua-client-dynamic-extension-object": "2.151.0",
|
|
29
29
|
"node-opcua-constants": "2.139.0",
|
|
30
30
|
"node-opcua-crypto": "4.16.0",
|
|
31
|
-
"node-opcua-data-access": "2.
|
|
32
|
-
"node-opcua-data-model": "2.
|
|
33
|
-
"node-opcua-data-value": "2.
|
|
34
|
-
"node-opcua-date-time": "2.
|
|
31
|
+
"node-opcua-data-access": "2.151.0",
|
|
32
|
+
"node-opcua-data-model": "2.151.0",
|
|
33
|
+
"node-opcua-data-value": "2.151.0",
|
|
34
|
+
"node-opcua-date-time": "2.151.0",
|
|
35
35
|
"node-opcua-debug": "2.139.0",
|
|
36
36
|
"node-opcua-enum": "2.139.0",
|
|
37
|
-
"node-opcua-extension-object": "2.
|
|
38
|
-
"node-opcua-factory": "2.
|
|
37
|
+
"node-opcua-extension-object": "2.151.0",
|
|
38
|
+
"node-opcua-factory": "2.151.0",
|
|
39
39
|
"node-opcua-nodeid": "2.139.0",
|
|
40
|
-
"node-opcua-nodeset-ua": "2.
|
|
41
|
-
"node-opcua-numeric-range": "2.
|
|
40
|
+
"node-opcua-nodeset-ua": "2.151.0",
|
|
41
|
+
"node-opcua-numeric-range": "2.151.0",
|
|
42
42
|
"node-opcua-object-registry": "2.139.0",
|
|
43
|
-
"node-opcua-pseudo-session": "2.
|
|
44
|
-
"node-opcua-service-browse": "2.
|
|
45
|
-
"node-opcua-service-call": "2.
|
|
46
|
-
"node-opcua-service-history": "2.
|
|
47
|
-
"node-opcua-service-translate-browse-path": "2.
|
|
48
|
-
"node-opcua-service-write": "2.
|
|
43
|
+
"node-opcua-pseudo-session": "2.151.0",
|
|
44
|
+
"node-opcua-service-browse": "2.151.0",
|
|
45
|
+
"node-opcua-service-call": "2.151.0",
|
|
46
|
+
"node-opcua-service-history": "2.151.0",
|
|
47
|
+
"node-opcua-service-translate-browse-path": "2.151.0",
|
|
48
|
+
"node-opcua-service-write": "2.151.0",
|
|
49
49
|
"node-opcua-status-code": "2.139.0",
|
|
50
|
-
"node-opcua-types": "2.
|
|
50
|
+
"node-opcua-types": "2.151.0",
|
|
51
51
|
"node-opcua-utils": "2.139.0",
|
|
52
|
-
"node-opcua-variant": "2.
|
|
52
|
+
"node-opcua-variant": "2.151.0",
|
|
53
53
|
"node-opcua-xml2json": "2.143.0",
|
|
54
54
|
"semver": "^7.7.1",
|
|
55
|
-
"set-prototype-of": "^1.0.0",
|
|
56
55
|
"thenify-ex": "4.4.0",
|
|
57
56
|
"xml-writer": "^1.7.0"
|
|
58
57
|
},
|
|
@@ -60,9 +59,9 @@
|
|
|
60
59
|
"node-opcua-benchmarker": "2.139.0",
|
|
61
60
|
"node-opcua-leak-detector": "2.139.0",
|
|
62
61
|
"node-opcua-nodesets": "2.139.0",
|
|
63
|
-
"node-opcua-packet-analyzer": "2.
|
|
64
|
-
"node-opcua-service-filter": "2.
|
|
65
|
-
"node-opcua-test-fixtures": "2.
|
|
62
|
+
"node-opcua-packet-analyzer": "2.151.0",
|
|
63
|
+
"node-opcua-service-filter": "2.151.0",
|
|
64
|
+
"node-opcua-test-fixtures": "2.151.0",
|
|
66
65
|
"source-map-support": "^0.5.21"
|
|
67
66
|
},
|
|
68
67
|
"author": "Etienne Rossignon",
|
|
@@ -80,7 +79,7 @@
|
|
|
80
79
|
"internet of things"
|
|
81
80
|
],
|
|
82
81
|
"homepage": "http://node-opcua.github.io/",
|
|
83
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "991033dd109dcf825217003cbf240ea103890b65",
|
|
84
83
|
"files": [
|
|
85
84
|
"dist",
|
|
86
85
|
"distHelpers",
|
|
@@ -13,6 +13,7 @@ export interface UAAcknowledgeableConditionHelper {
|
|
|
13
13
|
export interface UAAcknowledgeableConditionHelper extends UAConditionHelper {
|
|
14
14
|
///
|
|
15
15
|
on(eventName: string, eventHandler: (...args: any[]) => void): this;
|
|
16
|
+
once(eventName: string, eventHandler: (...args: any[]) => void): this;
|
|
16
17
|
|
|
17
18
|
on(
|
|
18
19
|
eventName: "acknowledged" | "confirmed",
|
|
@@ -25,8 +26,11 @@ export interface UAAcknowledgeableConditionEx
|
|
|
25
26
|
extends UAAcknowledgeableCondition_Base,
|
|
26
27
|
UAAcknowledgeableConditionHelper,
|
|
27
28
|
UAConditionEx {
|
|
29
|
+
|
|
28
30
|
on(eventName: string, eventHandler: any): this;
|
|
31
|
+
once(eventName: string, eventHandler: any): this;
|
|
29
32
|
|
|
33
|
+
|
|
30
34
|
enabledState: UATwoStateVariableEx;
|
|
31
35
|
ackedState: UATwoStateVariableEx;
|
|
32
36
|
confirmedState?: UATwoStateVariableEx;
|
|
@@ -25,6 +25,7 @@ export interface UAAlarmConditionHelper extends UAAcknowledgeableConditionHelper
|
|
|
25
25
|
|
|
26
26
|
export interface UAAlarmConditionEx extends UAAlarmConditionHelper, UAAlarmCondition_Base, UAAcknowledgeableConditionEx {
|
|
27
27
|
on(eventName: string, eventHandler: any): this;
|
|
28
|
+
once(eventName: string, eventHandler: any): this;
|
|
28
29
|
|
|
29
30
|
enabledState: UATwoStateVariableEx;
|
|
30
31
|
activeState: UATwoStateVariableEx;
|
|
@@ -25,6 +25,12 @@ export interface UAConditionHelper {
|
|
|
25
25
|
// -- Events
|
|
26
26
|
on(eventName: "addComment", eventHandler: AddCommentEventHandler): this;
|
|
27
27
|
on(eventName: "branch_deleted", eventHandler: (branchId: string) => void): this;
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
once(eventName: string, eventHandler: (...args: any[]) => void): this;
|
|
31
|
+
// -- Events
|
|
32
|
+
once(eventName: "addComment", eventHandler: AddCommentEventHandler): this;
|
|
33
|
+
once(eventName: "branch_deleted", eventHandler: (branchId: string) => void): this;
|
|
28
34
|
}
|
|
29
35
|
|
|
30
36
|
|
|
@@ -50,6 +56,8 @@ export interface UAConditionHelper extends UABaseEventHelper {
|
|
|
50
56
|
export interface UAConditionEx extends UAObject, UACondition_Base, UAConditionHelper {
|
|
51
57
|
enabledState: UATwoStateVariableEx;
|
|
52
58
|
on(eventName: string, eventHandler: any): this;
|
|
59
|
+
once(eventName: string, eventHandler: any): this;
|
|
60
|
+
|
|
53
61
|
//
|
|
54
62
|
conditionClassId: UAProperty<NodeId, /*c*/ DataType.NodeId>;
|
|
55
63
|
conditionClassName: UAProperty<LocalizedText, /*c*/ DataType.LocalizedText>;
|
|
@@ -3,6 +3,7 @@ import { UAAlarmConditionEx, UAAlarmConditionHelper } from "./ua_alarm_condition
|
|
|
3
3
|
|
|
4
4
|
export interface UADiscreteAlarmHelper extends UAAlarmConditionHelper {
|
|
5
5
|
on(eventName: string, eventHandle: any): this;
|
|
6
|
+
once(eventName: string, eventHandle: any): this;
|
|
6
7
|
}
|
|
7
8
|
export interface UADiscreteAlarmEx
|
|
8
9
|
extends UAAlarmConditionEx,
|
|
@@ -12,6 +12,7 @@ export interface UAExclusiveLimitAlarmEx
|
|
|
12
12
|
UALimitAlarmEx,
|
|
13
13
|
UAExclusiveLimitAlarmHelper {
|
|
14
14
|
on(eventName: string, eventHandler: any): this;
|
|
15
|
+
once(eventName: string, eventHandler: any): this;
|
|
15
16
|
|
|
16
17
|
ackedState: UATwoStateVariableEx;
|
|
17
18
|
activeState: UATwoStateVariableEx;
|
|
@@ -15,6 +15,7 @@ export interface UALimitAlarmHelper extends UAAlarmConditionHelper {
|
|
|
15
15
|
}
|
|
16
16
|
export interface UALimitAlarmEx extends UALimitAlarm_Base, UAAlarmConditionEx, UALimitAlarmHelper {
|
|
17
17
|
on(eventName: string, eventHandler: any): this;
|
|
18
|
+
once(eventName: string, eventHandler: any): this;
|
|
18
19
|
|
|
19
20
|
enabledState: UATwoStateVariableEx;
|
|
20
21
|
ackedState: UATwoStateVariableEx;
|
|
@@ -23,6 +23,8 @@ const debugLog = make_debugLog(__filename);
|
|
|
23
23
|
const doDebug = false;;
|
|
24
24
|
export declare interface UAAcknowledgeableConditionImpl extends UAAcknowledgeableConditionEx, UAConditionImpl {
|
|
25
25
|
on(eventName: string, eventHandler: any): this;
|
|
26
|
+
once(eventName: string, eventHandler: any): this;
|
|
27
|
+
|
|
26
28
|
}
|
|
27
29
|
|
|
28
30
|
export class UAAcknowledgeableConditionImpl extends UAConditionImpl implements UAAcknowledgeableConditionEx {
|
|
@@ -57,6 +57,7 @@ const warningLog = make_warningLog(__filename);
|
|
|
57
57
|
|
|
58
58
|
export declare interface UAConditionImpl extends UAConditionEx, UABaseEventImpl {
|
|
59
59
|
on(eventName: string, eventHandler: any): this;
|
|
60
|
+
once(eventName: string, eventHandler: any): this;
|
|
60
61
|
conditionClassId: UAProperty<NodeId, /*c*/ DataType.NodeId>;
|
|
61
62
|
conditionClassName: UAProperty<LocalizedText, /*c*/ DataType.LocalizedText>;
|
|
62
63
|
conditionSubClassId: UAProperty<NodeId[], DataType.NodeId>;
|
|
@@ -25,6 +25,8 @@ import { UALimitAlarmImpl } from "./ua_limit_alarm_impl";
|
|
|
25
25
|
|
|
26
26
|
export declare interface UAExclusiveDeviationAlarmImpl extends UAExclusiveDeviationAlarmEx, UAExclusiveLimitAlarmImpl {
|
|
27
27
|
on(eventName: string, eventHandler: any): this;
|
|
28
|
+
once(eventName: string, eventHandler: any): this;
|
|
29
|
+
|
|
28
30
|
get addressSpace(): AddressSpace;
|
|
29
31
|
}
|
|
30
32
|
|
|
@@ -21,6 +21,7 @@ export interface UAExclusiveRateOfChangeAlarmEx
|
|
|
21
21
|
>,
|
|
22
22
|
UAExclusiveLimitAlarmEx {
|
|
23
23
|
on(eventName: string, eventHandler: any): this;
|
|
24
|
+
once(eventName: string, eventHandler: any): this;
|
|
24
25
|
}
|
|
25
26
|
export class UAExclusiveRateOfChangeAlarmImpl extends UAExclusiveLimitAlarmImpl implements UAExclusiveRateOfChangeAlarmEx {
|
|
26
27
|
/** empty interface */
|
|
@@ -20,6 +20,7 @@ const warningLog = make_warningLog("AlarmsAndConditions");
|
|
|
20
20
|
|
|
21
21
|
export declare interface UALimitAlarmImpl extends UALimitAlarmEx, UAAlarmConditionImpl {
|
|
22
22
|
on(eventName: string, eventHandler: any): this;
|
|
23
|
+
once(eventName: string, eventHandler: any): this;
|
|
23
24
|
}
|
|
24
25
|
|
|
25
26
|
const uaLimitAlarmInputSupportedDataType: DataType[] = [
|
|
@@ -24,6 +24,7 @@ import { UANonExclusiveLimitAlarmImpl } from "./ua_non_exclusive_limit_alarm_imp
|
|
|
24
24
|
|
|
25
25
|
export declare interface UANonExclusiveDeviationAlarmImpl extends UANonExclusiveLimitAlarmImpl, UANonExclusiveDeviationAlarmEx {
|
|
26
26
|
on(eventName: string, eventHandler: any): this;
|
|
27
|
+
once(eventName: string, eventHandler: any): this;
|
|
27
28
|
get addressSpace(): AddressSpace;
|
|
28
29
|
}
|
|
29
30
|
|
|
@@ -17,6 +17,7 @@ import { UALimitAlarmImpl } from "./ua_limit_alarm_impl";
|
|
|
17
17
|
|
|
18
18
|
export declare interface UANonExclusiveLimitAlarmImpl extends UANonExclusiveLimitAlarmEx, UALimitAlarmImpl {
|
|
19
19
|
on(eventName: string, eventHandler: any): this;
|
|
20
|
+
once(eventName: string, eventHandler: any): this;
|
|
20
21
|
}
|
|
21
22
|
export class UANonExclusiveLimitAlarmImpl extends UALimitAlarmImpl implements UANonExclusiveLimitAlarmEx {
|
|
22
23
|
public static instantiate(
|
|
@@ -41,6 +41,7 @@ export declare interface UAOffNormalAlarmEx
|
|
|
41
41
|
|
|
42
42
|
export declare interface UAOffNormalAlarmImpl extends UAOffNormalAlarmEx, UADiscreteAlarmImpl {
|
|
43
43
|
on(eventName: string, eventHandler: any): this;
|
|
44
|
+
once(eventName: string, eventHandler: any): this;
|
|
44
45
|
}
|
|
45
46
|
/**
|
|
46
47
|
* The OffNormalAlarmType is a specialization of the DiscreteAlarmType intended to represent a
|