node-opcua-nodeset-auto-id 2.76.0 → 2.76.2
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/dt_access_result.d.ts +21 -21
- package/dist/dt_access_result.js +2 -2
- package/dist/dt_antenna_name_id_pair.d.ts +14 -14
- package/dist/dt_antenna_name_id_pair.js +2 -2
- package/dist/dt_dhcp_geo_conf_coordinate.d.ts +23 -23
- package/dist/dt_dhcp_geo_conf_coordinate.js +2 -2
- package/dist/dt_local_coordinate.d.ts +21 -21
- package/dist/dt_local_coordinate.js +2 -2
- package/dist/dt_location.d.ts +37 -37
- package/dist/dt_location.js +2 -2
- package/dist/dt_ocr_scan_result.d.ts +34 -34
- package/dist/dt_ocr_scan_result.js +2 -2
- package/dist/dt_optical_scan_result.d.ts +30 -30
- package/dist/dt_optical_scan_result.js +2 -2
- package/dist/dt_optical_verifier_scan_result.d.ts +39 -39
- package/dist/dt_optical_verifier_scan_result.js +2 -2
- package/dist/dt_position.d.ts +17 -17
- package/dist/dt_position.js +2 -2
- package/dist/dt_rfid_access_result.d.ts +36 -36
- package/dist/dt_rfid_access_result.js +2 -2
- package/dist/dt_rfid_scan_result.d.ts +25 -25
- package/dist/dt_rfid_scan_result.js +2 -2
- package/dist/dt_rfid_sighting.d.ts +20 -20
- package/dist/dt_rfid_sighting.js +2 -2
- package/dist/dt_rotation.d.ts +14 -14
- package/dist/dt_rotation.js +2 -2
- package/dist/dt_rtls_location_result.d.ts +27 -27
- package/dist/dt_rtls_location_result.js +2 -2
- package/dist/dt_scan_data.d.ts +37 -37
- package/dist/dt_scan_data.js +2 -2
- package/dist/dt_scan_data_epc.d.ts +17 -17
- package/dist/dt_scan_data_epc.js +2 -2
- package/dist/dt_scan_result.d.ts +22 -22
- package/dist/dt_scan_result.js +2 -2
- package/dist/dt_scan_settings.d.ts +17 -17
- package/dist/dt_scan_settings.js +2 -2
- package/dist/dt_wgs_84_coordinate.d.ts +21 -21
- package/dist/dt_wgs_84_coordinate.js +2 -2
- package/dist/enum_auto_id_operation_status.d.ts +113 -113
- package/dist/enum_auto_id_operation_status.js +118 -118
- package/dist/enum_device_status.d.ts +14 -14
- package/dist/enum_device_status.js +19 -19
- package/dist/enum_location_type.d.ts +14 -14
- package/dist/enum_location_type.js +19 -19
- package/dist/enum_rfid_lock_operation.d.ts +14 -14
- package/dist/enum_rfid_lock_operation.js +19 -19
- package/dist/enum_rfid_lock_region.d.ts +15 -15
- package/dist/enum_rfid_lock_region.js +20 -20
- package/dist/enum_rfid_password_type.d.ts +14 -14
- package/dist/enum_rfid_password_type.js +19 -19
- package/dist/index.d.ts +43 -43
- package/dist/index.js +59 -59
- package/dist/ua_auto_id_access_event.d.ts +35 -35
- package/dist/ua_auto_id_access_event.js +2 -2
- package/dist/ua_auto_id_device.d.ts +105 -105
- package/dist/ua_auto_id_device.js +2 -2
- package/dist/ua_auto_id_diagnostics_event.d.ts +23 -23
- package/dist/ua_auto_id_diagnostics_event.js +2 -2
- package/dist/ua_auto_id_log_entry_event.d.ts +14 -14
- package/dist/ua_auto_id_log_entry_event.js +2 -2
- package/dist/ua_auto_id_presence_event.d.ts +23 -23
- package/dist/ua_auto_id_presence_event.js +2 -2
- package/dist/ua_auto_id_scan_event.d.ts +19 -19
- package/dist/ua_auto_id_scan_event.js +2 -2
- package/dist/ua_location_variable.d.ts +23 -23
- package/dist/ua_location_variable.js +2 -2
- package/dist/ua_ocr_reader_device.d.ts +34 -34
- package/dist/ua_ocr_reader_device.js +2 -2
- package/dist/ua_ocr_scan_event.d.ts +17 -17
- package/dist/ua_ocr_scan_event.js +2 -2
- package/dist/ua_optical_reader_device.d.ts +34 -34
- package/dist/ua_optical_reader_device.js +2 -2
- package/dist/ua_optical_scan_event.d.ts +17 -17
- package/dist/ua_optical_scan_event.js +2 -2
- package/dist/ua_optical_verifier_device.d.ts +15 -15
- package/dist/ua_optical_verifier_device.js +2 -2
- package/dist/ua_optical_verifier_scan_event.d.ts +17 -17
- package/dist/ua_optical_verifier_scan_event.js +2 -2
- package/dist/ua_rfid_access_event.d.ts +24 -24
- package/dist/ua_rfid_access_event.js +2 -2
- package/dist/ua_rfid_reader_device.d.ts +82 -82
- package/dist/ua_rfid_reader_device.js +2 -2
- package/dist/ua_rfid_scan_event.d.ts +17 -17
- package/dist/ua_rfid_scan_event.js +2 -2
- package/dist/ua_rtls_device.d.ts +24 -24
- package/dist/ua_rtls_device.js +2 -2
- package/dist/ua_rtls_location_event.d.ts +17 -17
- package/dist/ua_rtls_location_event.js +2 -2
- package/package.json +10 -10
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { UAString } from "node-opcua-basic-types";
|
|
4
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
5
|
-
import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder";
|
|
6
|
-
import { UAAutoIdDevice_runtimeParameters, UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device";
|
|
7
|
-
export interface UAOpticalReaderDevice_runtimeParameters extends UAAutoIdDevice_runtimeParameters {
|
|
8
|
-
/**
|
|
9
|
-
* matchCode
|
|
10
|
-
* Target value for 2D or OCR decoding.
|
|
11
|
-
*/
|
|
12
|
-
matchCode?: UABaseDataVariable<UAString, DataType.String>;
|
|
13
|
-
/**
|
|
14
|
-
* templateName
|
|
15
|
-
* Activate template which defines a specific
|
|
16
|
-
* identification task.
|
|
17
|
-
*/
|
|
18
|
-
templateName?: UABaseDataVariable<UAString, DataType.String>;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* | | |
|
|
22
|
-
* |----------------|--------------------------------------------------|
|
|
23
|
-
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
24
|
-
* |nodeClass |ObjectType |
|
|
25
|
-
* |typedDefinition |3:OpticalReaderDeviceType ns=3;i=1008 |
|
|
26
|
-
* |isAbstract |false |
|
|
27
|
-
*/
|
|
28
|
-
export interface UAOpticalReaderDevice_Base extends UAAutoIdDevice_Base {
|
|
29
|
-
images?: UAFolder;
|
|
30
|
-
runtimeParameters?: UAOpticalReaderDevice_runtimeParameters;
|
|
31
|
-
scan?: UAMethod;
|
|
32
|
-
}
|
|
33
|
-
export interface UAOpticalReaderDevice extends Omit<UAAutoIdDevice, "runtimeParameters" | "scan">, UAOpticalReaderDevice_Base {
|
|
34
|
-
}
|
|
1
|
+
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UAString } from "node-opcua-basic-types";
|
|
4
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
5
|
+
import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder";
|
|
6
|
+
import { UAAutoIdDevice_runtimeParameters, UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device";
|
|
7
|
+
export interface UAOpticalReaderDevice_runtimeParameters extends UAAutoIdDevice_runtimeParameters {
|
|
8
|
+
/**
|
|
9
|
+
* matchCode
|
|
10
|
+
* Target value for 2D or OCR decoding.
|
|
11
|
+
*/
|
|
12
|
+
matchCode?: UABaseDataVariable<UAString, DataType.String>;
|
|
13
|
+
/**
|
|
14
|
+
* templateName
|
|
15
|
+
* Activate template which defines a specific
|
|
16
|
+
* identification task.
|
|
17
|
+
*/
|
|
18
|
+
templateName?: UABaseDataVariable<UAString, DataType.String>;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* | | |
|
|
22
|
+
* |----------------|--------------------------------------------------|
|
|
23
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
24
|
+
* |nodeClass |ObjectType |
|
|
25
|
+
* |typedDefinition |3:OpticalReaderDeviceType ns=3;i=1008 |
|
|
26
|
+
* |isAbstract |false |
|
|
27
|
+
*/
|
|
28
|
+
export interface UAOpticalReaderDevice_Base extends UAAutoIdDevice_Base {
|
|
29
|
+
images?: UAFolder;
|
|
30
|
+
runtimeParameters?: UAOpticalReaderDevice_runtimeParameters;
|
|
31
|
+
scan?: UAMethod;
|
|
32
|
+
}
|
|
33
|
+
export interface UAOpticalReaderDevice extends Omit<UAAutoIdDevice, "runtimeParameters" | "scan">, UAOpticalReaderDevice_Base {
|
|
34
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_optical_reader_device.js.map
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { DTOpticalScanResult } from "./dt_optical_scan_result";
|
|
4
|
-
import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event";
|
|
5
|
-
/**
|
|
6
|
-
* | | |
|
|
7
|
-
* |----------------|--------------------------------------------------|
|
|
8
|
-
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
-
* |nodeClass |ObjectType |
|
|
10
|
-
* |typedDefinition |3:OpticalScanEventType ns=3;i=1009 |
|
|
11
|
-
* |isAbstract |true |
|
|
12
|
-
*/
|
|
13
|
-
export interface UAOpticalScanEvent_Base extends UAAutoIdScanEvent_Base {
|
|
14
|
-
scanResult: UAProperty<DTOpticalScanResult[], DataType.ExtensionObject>;
|
|
15
|
-
}
|
|
16
|
-
export interface UAOpticalScanEvent extends Omit<UAAutoIdScanEvent, "scanResult">, UAOpticalScanEvent_Base {
|
|
17
|
-
}
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { DTOpticalScanResult } from "./dt_optical_scan_result";
|
|
4
|
+
import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|--------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* |nodeClass |ObjectType |
|
|
10
|
+
* |typedDefinition |3:OpticalScanEventType ns=3;i=1009 |
|
|
11
|
+
* |isAbstract |true |
|
|
12
|
+
*/
|
|
13
|
+
export interface UAOpticalScanEvent_Base extends UAAutoIdScanEvent_Base {
|
|
14
|
+
scanResult: UAProperty<DTOpticalScanResult[], DataType.ExtensionObject>;
|
|
15
|
+
}
|
|
16
|
+
export interface UAOpticalScanEvent extends Omit<UAAutoIdScanEvent, "scanResult">, UAOpticalScanEvent_Base {
|
|
17
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_optical_scan_event.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
-
import { UAOpticalReaderDevice, UAOpticalReaderDevice_Base } from "./ua_optical_reader_device";
|
|
3
|
-
/**
|
|
4
|
-
* | | |
|
|
5
|
-
* |----------------|--------------------------------------------------|
|
|
6
|
-
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
|
-
* |nodeClass |ObjectType |
|
|
8
|
-
* |typedDefinition |3:OpticalVerifierDeviceType ns=3;i=1011 |
|
|
9
|
-
* |isAbstract |false |
|
|
10
|
-
*/
|
|
11
|
-
export interface UAOpticalVerifierDevice_Base extends UAOpticalReaderDevice_Base {
|
|
12
|
-
scan?: UAMethod;
|
|
13
|
-
}
|
|
14
|
-
export interface UAOpticalVerifierDevice extends Omit<UAOpticalReaderDevice, "scan">, UAOpticalVerifierDevice_Base {
|
|
15
|
-
}
|
|
1
|
+
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
+
import { UAOpticalReaderDevice, UAOpticalReaderDevice_Base } from "./ua_optical_reader_device";
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|--------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |3:OpticalVerifierDeviceType ns=3;i=1011 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
|
+
*/
|
|
11
|
+
export interface UAOpticalVerifierDevice_Base extends UAOpticalReaderDevice_Base {
|
|
12
|
+
scan?: UAMethod;
|
|
13
|
+
}
|
|
14
|
+
export interface UAOpticalVerifierDevice extends Omit<UAOpticalReaderDevice, "scan">, UAOpticalVerifierDevice_Base {
|
|
15
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_optical_verifier_device.js.map
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { DTOpticalVerifierScanResult } from "./dt_optical_verifier_scan_result";
|
|
4
|
-
import { UAOpticalScanEvent, UAOpticalScanEvent_Base } from "./ua_optical_scan_event";
|
|
5
|
-
/**
|
|
6
|
-
* | | |
|
|
7
|
-
* |----------------|--------------------------------------------------|
|
|
8
|
-
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
-
* |nodeClass |ObjectType |
|
|
10
|
-
* |typedDefinition |3:OpticalVerifierScanEventType ns=3;i=1013 |
|
|
11
|
-
* |isAbstract |true |
|
|
12
|
-
*/
|
|
13
|
-
export interface UAOpticalVerifierScanEvent_Base extends UAOpticalScanEvent_Base {
|
|
14
|
-
scanResult: UAProperty<DTOpticalVerifierScanResult[], DataType.ExtensionObject>;
|
|
15
|
-
}
|
|
16
|
-
export interface UAOpticalVerifierScanEvent extends Omit<UAOpticalScanEvent, "scanResult">, UAOpticalVerifierScanEvent_Base {
|
|
17
|
-
}
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { DTOpticalVerifierScanResult } from "./dt_optical_verifier_scan_result";
|
|
4
|
+
import { UAOpticalScanEvent, UAOpticalScanEvent_Base } from "./ua_optical_scan_event";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|--------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* |nodeClass |ObjectType |
|
|
10
|
+
* |typedDefinition |3:OpticalVerifierScanEventType ns=3;i=1013 |
|
|
11
|
+
* |isAbstract |true |
|
|
12
|
+
*/
|
|
13
|
+
export interface UAOpticalVerifierScanEvent_Base extends UAOpticalScanEvent_Base {
|
|
14
|
+
scanResult: UAProperty<DTOpticalVerifierScanResult[], DataType.ExtensionObject>;
|
|
15
|
+
}
|
|
16
|
+
export interface UAOpticalVerifierScanEvent extends Omit<UAOpticalScanEvent, "scanResult">, UAOpticalVerifierScanEvent_Base {
|
|
17
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_optical_verifier_scan_event.js.map
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { DTRfidAccessResult } from "./dt_rfid_access_result";
|
|
4
|
-
import { UAAutoIdAccessEvent, UAAutoIdAccessEvent_Base } from "./ua_auto_id_access_event";
|
|
5
|
-
/**
|
|
6
|
-
* Data of the access on one or more Rfid
|
|
7
|
-
* Transponder.
|
|
8
|
-
*
|
|
9
|
-
* | | |
|
|
10
|
-
* |----------------|--------------------------------------------------|
|
|
11
|
-
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
12
|
-
* |nodeClass |ObjectType |
|
|
13
|
-
* |typedDefinition |3:RfidAccessEventType ns=3;i=1016 |
|
|
14
|
-
* |isAbstract |true |
|
|
15
|
-
*/
|
|
16
|
-
export interface UARfidAccessEvent_Base extends UAAutoIdAccessEvent_Base {
|
|
17
|
-
/**
|
|
18
|
-
* accessResult
|
|
19
|
-
* Result values of the access.
|
|
20
|
-
*/
|
|
21
|
-
accessResult: UAProperty<DTRfidAccessResult[], DataType.ExtensionObject>;
|
|
22
|
-
}
|
|
23
|
-
export interface UARfidAccessEvent extends Omit<UAAutoIdAccessEvent, "accessResult">, UARfidAccessEvent_Base {
|
|
24
|
-
}
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { DTRfidAccessResult } from "./dt_rfid_access_result";
|
|
4
|
+
import { UAAutoIdAccessEvent, UAAutoIdAccessEvent_Base } from "./ua_auto_id_access_event";
|
|
5
|
+
/**
|
|
6
|
+
* Data of the access on one or more Rfid
|
|
7
|
+
* Transponder.
|
|
8
|
+
*
|
|
9
|
+
* | | |
|
|
10
|
+
* |----------------|--------------------------------------------------|
|
|
11
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
12
|
+
* |nodeClass |ObjectType |
|
|
13
|
+
* |typedDefinition |3:RfidAccessEventType ns=3;i=1016 |
|
|
14
|
+
* |isAbstract |true |
|
|
15
|
+
*/
|
|
16
|
+
export interface UARfidAccessEvent_Base extends UAAutoIdAccessEvent_Base {
|
|
17
|
+
/**
|
|
18
|
+
* accessResult
|
|
19
|
+
* Result values of the access.
|
|
20
|
+
*/
|
|
21
|
+
accessResult: UAProperty<DTRfidAccessResult[], DataType.ExtensionObject>;
|
|
22
|
+
}
|
|
23
|
+
export interface UARfidAccessEvent extends Omit<UAAutoIdAccessEvent, "accessResult">, UARfidAccessEvent_Base {
|
|
24
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_rfid_access_event.js.map
|
|
@@ -1,82 +1,82 @@
|
|
|
1
|
-
import { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { UInt32, Int32, SByte } from "node-opcua-basic-types";
|
|
4
|
-
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/source/ua_multi_state_discrete";
|
|
5
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
6
|
-
import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group";
|
|
7
|
-
import { DTAntennaNameIdPair } from "./dt_antenna_name_id_pair";
|
|
8
|
-
import { UAAutoIdDevice_diagnostics, UAAutoIdDevice_runtimeParameters, UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device";
|
|
9
|
-
export interface UARfidReaderDevice_diagnostics extends UAAutoIdDevice_diagnostics {
|
|
10
|
-
/**
|
|
11
|
-
* lastAccess
|
|
12
|
-
* Values of the last AutoID Identifier access.
|
|
13
|
-
*/
|
|
14
|
-
lastAccess?: UAFunctionalGroup;
|
|
15
|
-
}
|
|
16
|
-
export interface UARfidReaderDevice_runtimeParameters extends UAAutoIdDevice_runtimeParameters {
|
|
17
|
-
/**
|
|
18
|
-
* codeTypesRWData
|
|
19
|
-
* Supported CodeTypes and selected CodeType for the
|
|
20
|
-
* diagnostics value RWData.
|
|
21
|
-
*/
|
|
22
|
-
codeTypesRWData?: UAMultiStateDiscrete<UInt32[], DataType.UInt32>;
|
|
23
|
-
/**
|
|
24
|
-
* enableAntennas
|
|
25
|
-
* Antennas that shall be used by the device for its
|
|
26
|
-
* operation.
|
|
27
|
-
*/
|
|
28
|
-
enableAntennas?: UABaseDataVariable<UInt32, DataType.UInt32>;
|
|
29
|
-
/**
|
|
30
|
-
* minRssi
|
|
31
|
-
* Lowest acceptable RSSI value.
|
|
32
|
-
*/
|
|
33
|
-
minRssi?: UABaseDataVariable<Int32, DataType.Int32>;
|
|
34
|
-
/**
|
|
35
|
-
* rfPower
|
|
36
|
-
* Radio transmission power of the antenna.
|
|
37
|
-
*/
|
|
38
|
-
rfPower?: UABaseDataVariable<SByte, DataType.SByte>;
|
|
39
|
-
/**
|
|
40
|
-
* tagTypes
|
|
41
|
-
* Expected tags in a multi-type environment.
|
|
42
|
-
*/
|
|
43
|
-
tagTypes?: UAMultiStateDiscrete<UInt32[], DataType.UInt32>;
|
|
44
|
-
}
|
|
45
|
-
/**
|
|
46
|
-
* | | |
|
|
47
|
-
* |----------------|--------------------------------------------------|
|
|
48
|
-
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
49
|
-
* |nodeClass |ObjectType |
|
|
50
|
-
* |typedDefinition |3:RfidReaderDeviceType ns=3;i=1003 |
|
|
51
|
-
* |isAbstract |false |
|
|
52
|
-
*/
|
|
53
|
-
export interface UARfidReaderDevice_Base extends UAAutoIdDevice_Base {
|
|
54
|
-
antennaNames?: UAProperty<DTAntennaNameIdPair[], DataType.ExtensionObject>;
|
|
55
|
-
/**
|
|
56
|
-
* diagnostics
|
|
57
|
-
* Diagnostic data from AutoID Devices.
|
|
58
|
-
*/
|
|
59
|
-
diagnostics?: UARfidReaderDevice_diagnostics;
|
|
60
|
-
killTag?: UAMethod;
|
|
61
|
-
/**
|
|
62
|
-
* lastScanAntenna
|
|
63
|
-
* ID of the antenna with which the last AutoID
|
|
64
|
-
* Identifier was scanned.
|
|
65
|
-
*/
|
|
66
|
-
lastScanAntenna?: UABaseDataVariable<Int32, DataType.Int32>;
|
|
67
|
-
/**
|
|
68
|
-
* lastScanRSSI
|
|
69
|
-
* RSSI Value with which the last AutoID Identifier
|
|
70
|
-
* was scanned.
|
|
71
|
-
*/
|
|
72
|
-
lastScanRSSI?: UABaseDataVariable<Int32, DataType.Int32>;
|
|
73
|
-
lockTag?: UAMethod;
|
|
74
|
-
readTag?: UAMethod;
|
|
75
|
-
runtimeParameters?: UARfidReaderDevice_runtimeParameters;
|
|
76
|
-
scan?: UAMethod;
|
|
77
|
-
setTagPassword?: UAMethod;
|
|
78
|
-
writeTag?: UAMethod;
|
|
79
|
-
writeTagID?: UAMethod;
|
|
80
|
-
}
|
|
81
|
-
export interface UARfidReaderDevice extends Omit<UAAutoIdDevice, "diagnostics" | "runtimeParameters" | "scan">, UARfidReaderDevice_Base {
|
|
82
|
-
}
|
|
1
|
+
import { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UInt32, Int32, SByte } from "node-opcua-basic-types";
|
|
4
|
+
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/source/ua_multi_state_discrete";
|
|
5
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
6
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group";
|
|
7
|
+
import { DTAntennaNameIdPair } from "./dt_antenna_name_id_pair";
|
|
8
|
+
import { UAAutoIdDevice_diagnostics, UAAutoIdDevice_runtimeParameters, UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device";
|
|
9
|
+
export interface UARfidReaderDevice_diagnostics extends UAAutoIdDevice_diagnostics {
|
|
10
|
+
/**
|
|
11
|
+
* lastAccess
|
|
12
|
+
* Values of the last AutoID Identifier access.
|
|
13
|
+
*/
|
|
14
|
+
lastAccess?: UAFunctionalGroup;
|
|
15
|
+
}
|
|
16
|
+
export interface UARfidReaderDevice_runtimeParameters extends UAAutoIdDevice_runtimeParameters {
|
|
17
|
+
/**
|
|
18
|
+
* codeTypesRWData
|
|
19
|
+
* Supported CodeTypes and selected CodeType for the
|
|
20
|
+
* diagnostics value RWData.
|
|
21
|
+
*/
|
|
22
|
+
codeTypesRWData?: UAMultiStateDiscrete<UInt32[], DataType.UInt32>;
|
|
23
|
+
/**
|
|
24
|
+
* enableAntennas
|
|
25
|
+
* Antennas that shall be used by the device for its
|
|
26
|
+
* operation.
|
|
27
|
+
*/
|
|
28
|
+
enableAntennas?: UABaseDataVariable<UInt32, DataType.UInt32>;
|
|
29
|
+
/**
|
|
30
|
+
* minRssi
|
|
31
|
+
* Lowest acceptable RSSI value.
|
|
32
|
+
*/
|
|
33
|
+
minRssi?: UABaseDataVariable<Int32, DataType.Int32>;
|
|
34
|
+
/**
|
|
35
|
+
* rfPower
|
|
36
|
+
* Radio transmission power of the antenna.
|
|
37
|
+
*/
|
|
38
|
+
rfPower?: UABaseDataVariable<SByte, DataType.SByte>;
|
|
39
|
+
/**
|
|
40
|
+
* tagTypes
|
|
41
|
+
* Expected tags in a multi-type environment.
|
|
42
|
+
*/
|
|
43
|
+
tagTypes?: UAMultiStateDiscrete<UInt32[], DataType.UInt32>;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* | | |
|
|
47
|
+
* |----------------|--------------------------------------------------|
|
|
48
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
49
|
+
* |nodeClass |ObjectType |
|
|
50
|
+
* |typedDefinition |3:RfidReaderDeviceType ns=3;i=1003 |
|
|
51
|
+
* |isAbstract |false |
|
|
52
|
+
*/
|
|
53
|
+
export interface UARfidReaderDevice_Base extends UAAutoIdDevice_Base {
|
|
54
|
+
antennaNames?: UAProperty<DTAntennaNameIdPair[], DataType.ExtensionObject>;
|
|
55
|
+
/**
|
|
56
|
+
* diagnostics
|
|
57
|
+
* Diagnostic data from AutoID Devices.
|
|
58
|
+
*/
|
|
59
|
+
diagnostics?: UARfidReaderDevice_diagnostics;
|
|
60
|
+
killTag?: UAMethod;
|
|
61
|
+
/**
|
|
62
|
+
* lastScanAntenna
|
|
63
|
+
* ID of the antenna with which the last AutoID
|
|
64
|
+
* Identifier was scanned.
|
|
65
|
+
*/
|
|
66
|
+
lastScanAntenna?: UABaseDataVariable<Int32, DataType.Int32>;
|
|
67
|
+
/**
|
|
68
|
+
* lastScanRSSI
|
|
69
|
+
* RSSI Value with which the last AutoID Identifier
|
|
70
|
+
* was scanned.
|
|
71
|
+
*/
|
|
72
|
+
lastScanRSSI?: UABaseDataVariable<Int32, DataType.Int32>;
|
|
73
|
+
lockTag?: UAMethod;
|
|
74
|
+
readTag?: UAMethod;
|
|
75
|
+
runtimeParameters?: UARfidReaderDevice_runtimeParameters;
|
|
76
|
+
scan?: UAMethod;
|
|
77
|
+
setTagPassword?: UAMethod;
|
|
78
|
+
writeTag?: UAMethod;
|
|
79
|
+
writeTagID?: UAMethod;
|
|
80
|
+
}
|
|
81
|
+
export interface UARfidReaderDevice extends Omit<UAAutoIdDevice, "diagnostics" | "runtimeParameters" | "scan">, UARfidReaderDevice_Base {
|
|
82
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_rfid_reader_device.js.map
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { DTRfidScanResult } from "./dt_rfid_scan_result";
|
|
4
|
-
import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event";
|
|
5
|
-
/**
|
|
6
|
-
* | | |
|
|
7
|
-
* |----------------|--------------------------------------------------|
|
|
8
|
-
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
-
* |nodeClass |ObjectType |
|
|
10
|
-
* |typedDefinition |3:RfidScanEventType ns=3;i=1006 |
|
|
11
|
-
* |isAbstract |true |
|
|
12
|
-
*/
|
|
13
|
-
export interface UARfidScanEvent_Base extends UAAutoIdScanEvent_Base {
|
|
14
|
-
scanResult: UAProperty<DTRfidScanResult[], DataType.ExtensionObject>;
|
|
15
|
-
}
|
|
16
|
-
export interface UARfidScanEvent extends Omit<UAAutoIdScanEvent, "scanResult">, UARfidScanEvent_Base {
|
|
17
|
-
}
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { DTRfidScanResult } from "./dt_rfid_scan_result";
|
|
4
|
+
import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|--------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* |nodeClass |ObjectType |
|
|
10
|
+
* |typedDefinition |3:RfidScanEventType ns=3;i=1006 |
|
|
11
|
+
* |isAbstract |true |
|
|
12
|
+
*/
|
|
13
|
+
export interface UARfidScanEvent_Base extends UAAutoIdScanEvent_Base {
|
|
14
|
+
scanResult: UAProperty<DTRfidScanResult[], DataType.ExtensionObject>;
|
|
15
|
+
}
|
|
16
|
+
export interface UARfidScanEvent extends Omit<UAAutoIdScanEvent, "scanResult">, UARfidScanEvent_Base {
|
|
17
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_rfid_scan_event.js.map
|
package/dist/ua_rtls_device.d.ts
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { EUInformation } from "node-opcua-data-access";
|
|
4
|
-
import { UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device";
|
|
5
|
-
/**
|
|
6
|
-
* | | |
|
|
7
|
-
* |----------------|--------------------------------------------------|
|
|
8
|
-
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
-
* |nodeClass |ObjectType |
|
|
10
|
-
* |typedDefinition |3:RtlsDeviceType ns=3;i=1012 |
|
|
11
|
-
* |isAbstract |false |
|
|
12
|
-
*/
|
|
13
|
-
export interface UARtlsDevice_Base extends UAAutoIdDevice_Base {
|
|
14
|
-
geographicalUnit: UAProperty<EUInformation, DataType.ExtensionObject>;
|
|
15
|
-
getLocation?: UAMethod;
|
|
16
|
-
getSupportedLocationTypes?: UAMethod;
|
|
17
|
-
getUnits?: UAMethod;
|
|
18
|
-
lengthUnit: UAProperty<EUInformation, DataType.ExtensionObject>;
|
|
19
|
-
rotationalUnit: UAProperty<EUInformation, DataType.ExtensionObject>;
|
|
20
|
-
scan?: UAMethod;
|
|
21
|
-
speedUnit: UAProperty<EUInformation, DataType.ExtensionObject>;
|
|
22
|
-
}
|
|
23
|
-
export interface UARtlsDevice extends Omit<UAAutoIdDevice, "scan">, UARtlsDevice_Base {
|
|
24
|
-
}
|
|
1
|
+
import { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { EUInformation } from "node-opcua-data-access";
|
|
4
|
+
import { UAAutoIdDevice, UAAutoIdDevice_Base } from "./ua_auto_id_device";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|--------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* |nodeClass |ObjectType |
|
|
10
|
+
* |typedDefinition |3:RtlsDeviceType ns=3;i=1012 |
|
|
11
|
+
* |isAbstract |false |
|
|
12
|
+
*/
|
|
13
|
+
export interface UARtlsDevice_Base extends UAAutoIdDevice_Base {
|
|
14
|
+
geographicalUnit: UAProperty<EUInformation, DataType.ExtensionObject>;
|
|
15
|
+
getLocation?: UAMethod;
|
|
16
|
+
getSupportedLocationTypes?: UAMethod;
|
|
17
|
+
getUnits?: UAMethod;
|
|
18
|
+
lengthUnit: UAProperty<EUInformation, DataType.ExtensionObject>;
|
|
19
|
+
rotationalUnit: UAProperty<EUInformation, DataType.ExtensionObject>;
|
|
20
|
+
scan?: UAMethod;
|
|
21
|
+
speedUnit: UAProperty<EUInformation, DataType.ExtensionObject>;
|
|
22
|
+
}
|
|
23
|
+
export interface UARtlsDevice extends Omit<UAAutoIdDevice, "scan">, UARtlsDevice_Base {
|
|
24
|
+
}
|
package/dist/ua_rtls_device.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_rtls_device.js.map
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { DTRtlsLocationResult } from "./dt_rtls_location_result";
|
|
4
|
-
import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event";
|
|
5
|
-
/**
|
|
6
|
-
* | | |
|
|
7
|
-
* |----------------|--------------------------------------------------|
|
|
8
|
-
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
-
* |nodeClass |ObjectType |
|
|
10
|
-
* |typedDefinition |3:RtlsLocationEventType ns=3;i=1014 |
|
|
11
|
-
* |isAbstract |true |
|
|
12
|
-
*/
|
|
13
|
-
export interface UARtlsLocationEvent_Base extends UAAutoIdScanEvent_Base {
|
|
14
|
-
scanResult: UAProperty<DTRtlsLocationResult[], DataType.ExtensionObject>;
|
|
15
|
-
}
|
|
16
|
-
export interface UARtlsLocationEvent extends Omit<UAAutoIdScanEvent, "scanResult">, UARtlsLocationEvent_Base {
|
|
17
|
-
}
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { DTRtlsLocationResult } from "./dt_rtls_location_result";
|
|
4
|
+
import { UAAutoIdScanEvent, UAAutoIdScanEvent_Base } from "./ua_auto_id_scan_event";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|--------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* |nodeClass |ObjectType |
|
|
10
|
+
* |typedDefinition |3:RtlsLocationEventType ns=3;i=1014 |
|
|
11
|
+
* |isAbstract |true |
|
|
12
|
+
*/
|
|
13
|
+
export interface UARtlsLocationEvent_Base extends UAAutoIdScanEvent_Base {
|
|
14
|
+
scanResult: UAProperty<DTRtlsLocationResult[], DataType.ExtensionObject>;
|
|
15
|
+
}
|
|
16
|
+
export interface UARtlsLocationEvent extends Omit<UAAutoIdScanEvent, "scanResult">, UARtlsLocationEvent_Base {
|
|
17
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_rtls_location_event.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-auto-id",
|
|
3
|
-
"version": "2.76.
|
|
3
|
+
"version": "2.76.2",
|
|
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.76.
|
|
14
|
-
"node-opcua-basic-types": "2.76.
|
|
15
|
-
"node-opcua-data-access": "2.76.
|
|
16
|
-
"node-opcua-data-model": "2.76.
|
|
17
|
-
"node-opcua-nodeid": "2.76.
|
|
18
|
-
"node-opcua-nodeset-di": "2.76.
|
|
19
|
-
"node-opcua-nodeset-ua": "2.76.
|
|
20
|
-
"node-opcua-variant": "2.76.
|
|
13
|
+
"node-opcua-address-space-base": "2.76.2",
|
|
14
|
+
"node-opcua-basic-types": "2.76.2",
|
|
15
|
+
"node-opcua-data-access": "2.76.2",
|
|
16
|
+
"node-opcua-data-model": "2.76.2",
|
|
17
|
+
"node-opcua-nodeid": "2.76.2",
|
|
18
|
+
"node-opcua-nodeset-di": "2.76.2",
|
|
19
|
+
"node-opcua-nodeset-ua": "2.76.2",
|
|
20
|
+
"node-opcua-variant": "2.76.2"
|
|
21
21
|
},
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "acb5ecaf1e1c71af3b63e80909d58447f3f298e7"
|
|
23
23
|
}
|