node-opcua-nodeset-auto-id 2.134.0 → 2.137.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/LICENSE +1 -0
- package/dist/dt_access_result.d.ts +1 -1
- package/dist/dt_antenna_name_id_pair.d.ts +1 -1
- package/dist/dt_dhcp_geo_conf_coordinate.d.ts +1 -1
- package/dist/dt_local_coordinate.d.ts +1 -1
- package/dist/dt_location.d.ts +1 -1
- package/dist/dt_ocr_scan_result.d.ts +1 -1
- package/dist/dt_optical_scan_result.d.ts +1 -1
- package/dist/dt_optical_verifier_scan_result.d.ts +1 -1
- package/dist/dt_position.d.ts +1 -1
- package/dist/dt_rfid_access_result.d.ts +1 -1
- package/dist/dt_rfid_scan_result.d.ts +1 -1
- package/dist/dt_rfid_sighting.d.ts +1 -1
- package/dist/dt_rotation.d.ts +1 -1
- package/dist/dt_rtls_location_result.d.ts +1 -1
- package/dist/dt_scan_data.d.ts +1 -1
- package/dist/dt_scan_data_epc.d.ts +1 -1
- package/dist/dt_scan_result.d.ts +1 -1
- package/dist/dt_scan_settings.d.ts +1 -1
- package/dist/dt_wgs_84_coordinate.d.ts +1 -1
- package/dist/enum_auto_id_operation_status.d.ts +1 -1
- package/dist/enum_auto_id_operation_status.js +1 -1
- package/dist/enum_device_status.d.ts +1 -1
- package/dist/enum_device_status.js +1 -1
- package/dist/enum_location_type.d.ts +1 -1
- package/dist/enum_location_type.js +1 -1
- package/dist/enum_rfid_lock_operation.d.ts +1 -1
- package/dist/enum_rfid_lock_operation.js +1 -1
- package/dist/enum_rfid_lock_region.d.ts +1 -1
- package/dist/enum_rfid_lock_region.js +1 -1
- package/dist/enum_rfid_password_type.d.ts +1 -1
- package/dist/enum_rfid_password_type.js +1 -1
- package/dist/ua_location_variable.d.ts +1 -0
- package/package.json +9 -9
- package/source/dt_access_result.ts +1 -1
- package/source/dt_antenna_name_id_pair.ts +1 -1
- package/source/dt_dhcp_geo_conf_coordinate.ts +1 -1
- package/source/dt_local_coordinate.ts +1 -1
- package/source/dt_location.ts +1 -1
- package/source/dt_ocr_scan_result.ts +1 -1
- package/source/dt_optical_scan_result.ts +1 -1
- package/source/dt_optical_verifier_scan_result.ts +1 -1
- package/source/dt_position.ts +1 -1
- package/source/dt_rfid_access_result.ts +1 -1
- package/source/dt_rfid_scan_result.ts +1 -1
- package/source/dt_rfid_sighting.ts +1 -1
- package/source/dt_rotation.ts +1 -1
- package/source/dt_rtls_location_result.ts +1 -1
- package/source/dt_scan_data.ts +1 -1
- package/source/dt_scan_data_epc.ts +1 -1
- package/source/dt_scan_result.ts +1 -1
- package/source/dt_scan_settings.ts +1 -1
- package/source/dt_wgs_84_coordinate.ts +1 -1
- package/source/enum_auto_id_operation_status.ts +1 -1
- package/source/enum_device_status.ts +1 -1
- package/source/enum_location_type.ts +1 -1
- package/source/enum_rfid_lock_operation.ts +1 -1
- package/source/enum_rfid_lock_region.ts +1 -1
- package/source/enum_rfid_password_type.ts +1 -1
- package/source/ua_auto_id_device.ts +1 -1
- package/source/ua_location_variable.ts +1 -0
package/LICENSE
CHANGED
|
@@ -9,7 +9,7 @@ import { DTScanData } from "./dt_scan_data";
|
|
|
9
9
|
* |-----------|------------------------------------------------------------|
|
|
10
10
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
11
|
* | nodeClass |DataType |
|
|
12
|
-
* | name |
|
|
12
|
+
* | name |AccessResult |
|
|
13
13
|
* | isAbstract|false |
|
|
14
14
|
*/
|
|
15
15
|
export interface DTAccessResult extends DTStructure {
|
|
@@ -6,7 +6,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
7
7
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
8
|
* | nodeClass |DataType |
|
|
9
|
-
* | name |
|
|
9
|
+
* | name |AntennaNameIdPair |
|
|
10
10
|
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTAntennaNameIdPair extends DTStructure {
|
|
@@ -6,7 +6,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
7
7
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
8
|
* | nodeClass |DataType |
|
|
9
|
-
* | name |
|
|
9
|
+
* | name |DhcpGeoConfCoordinate |
|
|
10
10
|
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTDhcpGeoConfCoordinate extends DTStructure {
|
|
@@ -6,7 +6,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
7
7
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
8
|
* | nodeClass |DataType |
|
|
9
|
-
* | name |
|
|
9
|
+
* | name |LocalCoordinate |
|
|
10
10
|
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTLocalCoordinate extends DTStructure {
|
package/dist/dt_location.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { DTWGS84Coordinate } from "./dt_wgs_84_coordinate";
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |Location |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTLocation_0 extends DTUnion {
|
|
@@ -10,7 +10,7 @@ import { DTPosition } from "./dt_position";
|
|
|
10
10
|
* |-----------|------------------------------------------------------------|
|
|
11
11
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
12
12
|
* | nodeClass |DataType |
|
|
13
|
-
* | name |
|
|
13
|
+
* | name |OcrScanResult |
|
|
14
14
|
* | isAbstract|false |
|
|
15
15
|
*/
|
|
16
16
|
export interface DTOcrScanResult extends DTScanResult {
|
|
@@ -10,7 +10,7 @@ import { DTPosition } from "./dt_position";
|
|
|
10
10
|
* |-----------|------------------------------------------------------------|
|
|
11
11
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
12
12
|
* | nodeClass |DataType |
|
|
13
|
-
* | name |
|
|
13
|
+
* | name |OpticalScanResult |
|
|
14
14
|
* | isAbstract|false |
|
|
15
15
|
*/
|
|
16
16
|
export interface DTOpticalScanResult extends DTScanResult {
|
|
@@ -10,7 +10,7 @@ import { DTPosition } from "./dt_position";
|
|
|
10
10
|
* |-----------|------------------------------------------------------------|
|
|
11
11
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
12
12
|
* | nodeClass |DataType |
|
|
13
|
-
* | name |
|
|
13
|
+
* | name |OpticalVerifierScanResult |
|
|
14
14
|
* | isAbstract|false |
|
|
15
15
|
*/
|
|
16
16
|
export interface DTOpticalVerifierScanResult extends DTOpticalScanResult {
|
package/dist/dt_position.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
7
7
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
8
|
* | nodeClass |DataType |
|
|
9
|
-
* | name |
|
|
9
|
+
* | name |Position |
|
|
10
10
|
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTPosition extends DTStructure {
|
|
@@ -10,7 +10,7 @@ import { DTScanData } from "./dt_scan_data";
|
|
|
10
10
|
* |-----------|------------------------------------------------------------|
|
|
11
11
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
12
12
|
* | nodeClass |DataType |
|
|
13
|
-
* | name |
|
|
13
|
+
* | name |RfidAccessResult |
|
|
14
14
|
* | isAbstract|false |
|
|
15
15
|
*/
|
|
16
16
|
export interface DTRfidAccessResult extends DTAccessResult {
|
|
@@ -9,7 +9,7 @@ import { DTRfidSighting } from "./dt_rfid_sighting";
|
|
|
9
9
|
* |-----------|------------------------------------------------------------|
|
|
10
10
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
11
|
* | nodeClass |DataType |
|
|
12
|
-
* | name |
|
|
12
|
+
* | name |RfidScanResult |
|
|
13
13
|
* | isAbstract|false |
|
|
14
14
|
*/
|
|
15
15
|
export interface DTRfidScanResult extends DTScanResult {
|
|
@@ -6,7 +6,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
7
7
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
8
|
* | nodeClass |DataType |
|
|
9
|
-
* | name |
|
|
9
|
+
* | name |RfidSighting |
|
|
10
10
|
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTRfidSighting extends DTStructure {
|
package/dist/dt_rotation.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
6
6
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
7
|
* | nodeClass |DataType |
|
|
8
|
-
* | name |
|
|
8
|
+
* | name |Rotation |
|
|
9
9
|
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export interface DTRotation extends DTStructure {
|
|
@@ -9,7 +9,7 @@ import { DTRotation } from "./dt_rotation";
|
|
|
9
9
|
* |-----------|------------------------------------------------------------|
|
|
10
10
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
11
|
* | nodeClass |DataType |
|
|
12
|
-
* | name |
|
|
12
|
+
* | name |RtlsLocationResult |
|
|
13
13
|
* | isAbstract|false |
|
|
14
14
|
*/
|
|
15
15
|
export interface DTRtlsLocationResult extends DTScanResult {
|
package/dist/dt_scan_data.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { DTScanDataEpc } from "./dt_scan_data_epc";
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |ScanData |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTScanData_0 extends DTUnion {
|
|
@@ -6,7 +6,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
7
7
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
8
|
* | nodeClass |DataType |
|
|
9
|
-
* | name |
|
|
9
|
+
* | name |ScanDataEpc |
|
|
10
10
|
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTScanDataEpc extends DTStructure {
|
package/dist/dt_scan_result.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import { DTLocation } from "./dt_location";
|
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
9
9
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
10
10
|
* | nodeClass |DataType |
|
|
11
|
-
* | name |
|
|
11
|
+
* | name |ScanResult |
|
|
12
12
|
* | isAbstract|true |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTScanResult extends DTStructure {
|
|
@@ -7,7 +7,7 @@ import { EnumLocationType } from "./enum_location_type";
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |ScanSettings |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTScanSettings extends DTStructure {
|
|
@@ -6,7 +6,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
7
7
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
8
|
* | nodeClass |DataType |
|
|
9
|
-
* | name |
|
|
9
|
+
* | name |WGS84Coordinate |
|
|
10
10
|
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTWGS84Coordinate extends DTStructure {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* |-----------|------------------------------------------------------------|
|
|
4
4
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
5
|
* | nodeClass |DataType |
|
|
6
|
-
* | name |
|
|
6
|
+
* | name |AutoIdOperationStatusEnumeration |
|
|
7
7
|
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumAutoIdOperationStatus {
|
|
@@ -7,7 +7,7 @@ exports.EnumAutoIdOperationStatus = void 0;
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |AutoIdOperationStatusEnumeration |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumAutoIdOperationStatus;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* |-----------|------------------------------------------------------------|
|
|
4
4
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
5
|
* | nodeClass |DataType |
|
|
6
|
-
* | name |
|
|
6
|
+
* | name |DeviceStatusEnumeration |
|
|
7
7
|
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumDeviceStatus {
|
|
@@ -7,7 +7,7 @@ exports.EnumDeviceStatus = void 0;
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |DeviceStatusEnumeration |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumDeviceStatus;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* |-----------|------------------------------------------------------------|
|
|
4
4
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
5
|
* | nodeClass |DataType |
|
|
6
|
-
* | name |
|
|
6
|
+
* | name |LocationTypeEnumeration |
|
|
7
7
|
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumLocationType {
|
|
@@ -7,7 +7,7 @@ exports.EnumLocationType = void 0;
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |LocationTypeEnumeration |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumLocationType;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* |-----------|------------------------------------------------------------|
|
|
4
4
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
5
|
* | nodeClass |DataType |
|
|
6
|
-
* | name |
|
|
6
|
+
* | name |RfidLockOperationEnumeration |
|
|
7
7
|
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumRfidLockOperation {
|
|
@@ -7,7 +7,7 @@ exports.EnumRfidLockOperation = void 0;
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |RfidLockOperationEnumeration |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumRfidLockOperation;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* |-----------|------------------------------------------------------------|
|
|
4
4
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
5
|
* | nodeClass |DataType |
|
|
6
|
-
* | name |
|
|
6
|
+
* | name |RfidLockRegionEnumeration |
|
|
7
7
|
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumRfidLockRegion {
|
|
@@ -7,7 +7,7 @@ exports.EnumRfidLockRegion = void 0;
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |RfidLockRegionEnumeration |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumRfidLockRegion;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* |-----------|------------------------------------------------------------|
|
|
4
4
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
5
|
* | nodeClass |DataType |
|
|
6
|
-
* | name |
|
|
6
|
+
* | name |RfidPasswordTypeEnumeration |
|
|
7
7
|
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumRfidPasswordType {
|
|
@@ -7,7 +7,7 @@ exports.EnumRfidPasswordType = void 0;
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |RfidPasswordTypeEnumeration |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumRfidPasswordType;
|
|
@@ -11,6 +11,7 @@ import { DTLocation } from "./dt_location";
|
|
|
11
11
|
* |typedDefinition |LocationVariableType i=2002 |
|
|
12
12
|
* |dataType |ExtensionObject |
|
|
13
13
|
* |dataType Name |DTLocation i=3008 |
|
|
14
|
+
* |value rank |-1 |
|
|
14
15
|
* |isAbstract |false |
|
|
15
16
|
*/
|
|
16
17
|
export interface UALocationVariable_Base<T extends DTLocation> extends UABaseDataVariable_Base<T, DataType.ExtensionObject> {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-auto-id",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.137.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-auto-id",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
"author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"node-opcua-address-space-base": "2.
|
|
13
|
+
"node-opcua-address-space-base": "2.137.0",
|
|
14
14
|
"node-opcua-basic-types": "2.134.0",
|
|
15
|
-
"node-opcua-data-access": "2.
|
|
16
|
-
"node-opcua-data-model": "2.
|
|
17
|
-
"node-opcua-extension-object": "2.
|
|
15
|
+
"node-opcua-data-access": "2.137.0",
|
|
16
|
+
"node-opcua-data-model": "2.137.0",
|
|
17
|
+
"node-opcua-extension-object": "2.137.0",
|
|
18
18
|
"node-opcua-nodeid": "2.133.0",
|
|
19
|
-
"node-opcua-nodeset-di": "2.
|
|
20
|
-
"node-opcua-nodeset-ua": "2.
|
|
21
|
-
"node-opcua-variant": "2.
|
|
19
|
+
"node-opcua-nodeset-di": "2.137.0",
|
|
20
|
+
"node-opcua-nodeset-ua": "2.137.0",
|
|
21
|
+
"node-opcua-variant": "2.137.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": "e88e4f20d5436dd68084d2a6d447f170330b373d"
|
|
41
41
|
}
|
|
@@ -10,7 +10,7 @@ import { DTScanData } from "./dt_scan_data"
|
|
|
10
10
|
* |-----------|------------------------------------------------------------|
|
|
11
11
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
12
12
|
* | nodeClass |DataType |
|
|
13
|
-
* | name |
|
|
13
|
+
* | name |AccessResult |
|
|
14
14
|
* | isAbstract|false |
|
|
15
15
|
*/
|
|
16
16
|
export interface DTAccessResult extends DTStructure {
|
|
@@ -7,7 +7,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |AntennaNameIdPair |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTAntennaNameIdPair extends DTStructure {
|
|
@@ -7,7 +7,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |DhcpGeoConfCoordinate |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTDhcpGeoConfCoordinate extends DTStructure {
|
|
@@ -7,7 +7,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |LocalCoordinate |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTLocalCoordinate extends DTStructure {
|
package/source/dt_location.ts
CHANGED
|
@@ -8,7 +8,7 @@ import { DTWGS84Coordinate } from "./dt_wgs_84_coordinate"
|
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
9
9
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
10
10
|
* | nodeClass |DataType |
|
|
11
|
-
* | name |
|
|
11
|
+
* | name |Location |
|
|
12
12
|
* | isAbstract|false |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTLocation_0 extends DTUnion {
|
|
@@ -11,7 +11,7 @@ import { DTPosition } from "./dt_position"
|
|
|
11
11
|
* |-----------|------------------------------------------------------------|
|
|
12
12
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
13
13
|
* | nodeClass |DataType |
|
|
14
|
-
* | name |
|
|
14
|
+
* | name |OcrScanResult |
|
|
15
15
|
* | isAbstract|false |
|
|
16
16
|
*/
|
|
17
17
|
export interface DTOcrScanResult extends DTScanResult {
|
|
@@ -11,7 +11,7 @@ import { DTPosition } from "./dt_position"
|
|
|
11
11
|
* |-----------|------------------------------------------------------------|
|
|
12
12
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
13
13
|
* | nodeClass |DataType |
|
|
14
|
-
* | name |
|
|
14
|
+
* | name |OpticalScanResult |
|
|
15
15
|
* | isAbstract|false |
|
|
16
16
|
*/
|
|
17
17
|
export interface DTOpticalScanResult extends DTScanResult {
|
|
@@ -11,7 +11,7 @@ import { DTPosition } from "./dt_position"
|
|
|
11
11
|
* |-----------|------------------------------------------------------------|
|
|
12
12
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
13
13
|
* | nodeClass |DataType |
|
|
14
|
-
* | name |
|
|
14
|
+
* | name |OpticalVerifierScanResult |
|
|
15
15
|
* | isAbstract|false |
|
|
16
16
|
*/
|
|
17
17
|
export interface DTOpticalVerifierScanResult extends DTOpticalScanResult {
|
package/source/dt_position.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |Position |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTPosition extends DTStructure {
|
|
@@ -11,7 +11,7 @@ import { DTScanData } from "./dt_scan_data"
|
|
|
11
11
|
* |-----------|------------------------------------------------------------|
|
|
12
12
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
13
13
|
* | nodeClass |DataType |
|
|
14
|
-
* | name |
|
|
14
|
+
* | name |RfidAccessResult |
|
|
15
15
|
* | isAbstract|false |
|
|
16
16
|
*/
|
|
17
17
|
export interface DTRfidAccessResult extends DTAccessResult {
|
|
@@ -10,7 +10,7 @@ import { DTRfidSighting } from "./dt_rfid_sighting"
|
|
|
10
10
|
* |-----------|------------------------------------------------------------|
|
|
11
11
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
12
12
|
* | nodeClass |DataType |
|
|
13
|
-
* | name |
|
|
13
|
+
* | name |RfidScanResult |
|
|
14
14
|
* | isAbstract|false |
|
|
15
15
|
*/
|
|
16
16
|
export interface DTRfidScanResult extends DTScanResult {
|
|
@@ -7,7 +7,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |RfidSighting |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTRfidSighting extends DTStructure {
|
package/source/dt_rotation.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
7
7
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
8
|
* | nodeClass |DataType |
|
|
9
|
-
* | name |
|
|
9
|
+
* | name |Rotation |
|
|
10
10
|
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTRotation extends DTStructure {
|
|
@@ -10,7 +10,7 @@ import { DTRotation } from "./dt_rotation"
|
|
|
10
10
|
* |-----------|------------------------------------------------------------|
|
|
11
11
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
12
12
|
* | nodeClass |DataType |
|
|
13
|
-
* | name |
|
|
13
|
+
* | name |RtlsLocationResult |
|
|
14
14
|
* | isAbstract|false |
|
|
15
15
|
*/
|
|
16
16
|
export interface DTRtlsLocationResult extends DTScanResult {
|
package/source/dt_scan_data.ts
CHANGED
|
@@ -8,7 +8,7 @@ import { DTScanDataEpc } from "./dt_scan_data_epc"
|
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
9
9
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
10
10
|
* | nodeClass |DataType |
|
|
11
|
-
* | name |
|
|
11
|
+
* | name |ScanData |
|
|
12
12
|
* | isAbstract|false |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTScanData_0 extends DTUnion {
|
|
@@ -7,7 +7,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |ScanDataEpc |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTScanDataEpc extends DTStructure {
|
package/source/dt_scan_result.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { DTLocation } from "./dt_location"
|
|
|
9
9
|
* |-----------|------------------------------------------------------------|
|
|
10
10
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
11
|
* | nodeClass |DataType |
|
|
12
|
-
* | name |
|
|
12
|
+
* | name |ScanResult |
|
|
13
13
|
* | isAbstract|true |
|
|
14
14
|
*/
|
|
15
15
|
export interface DTScanResult extends DTStructure {
|
|
@@ -8,7 +8,7 @@ import { EnumLocationType } from "./enum_location_type"
|
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
9
9
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
10
10
|
* | nodeClass |DataType |
|
|
11
|
-
* | name |
|
|
11
|
+
* | name |ScanSettings |
|
|
12
12
|
* | isAbstract|false |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTScanSettings extends DTStructure {
|
|
@@ -7,7 +7,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |WGS84Coordinate |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTWGS84Coordinate extends DTStructure {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
6
6
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
7
|
* | nodeClass |DataType |
|
|
8
|
-
* | name |
|
|
8
|
+
* | name |AutoIdOperationStatusEnumeration |
|
|
9
9
|
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export enum EnumAutoIdOperationStatus {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
6
6
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
7
|
* | nodeClass |DataType |
|
|
8
|
-
* | name |
|
|
8
|
+
* | name |DeviceStatusEnumeration |
|
|
9
9
|
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export enum EnumDeviceStatus {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
6
6
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
7
|
* | nodeClass |DataType |
|
|
8
|
-
* | name |
|
|
8
|
+
* | name |LocationTypeEnumeration |
|
|
9
9
|
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export enum EnumLocationType {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
6
6
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
7
|
* | nodeClass |DataType |
|
|
8
|
-
* | name |
|
|
8
|
+
* | name |RfidLockOperationEnumeration |
|
|
9
9
|
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export enum EnumRfidLockOperation {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
6
6
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
7
|
* | nodeClass |DataType |
|
|
8
|
-
* | name |
|
|
8
|
+
* | name |RfidLockRegionEnumeration |
|
|
9
9
|
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export enum EnumRfidLockRegion {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
6
6
|
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
7
|
* | nodeClass |DataType |
|
|
8
|
-
* | name |
|
|
8
|
+
* | name |RfidPasswordTypeEnumeration |
|
|
9
9
|
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export enum EnumRfidPasswordType {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAMethod, UAProperty } from "node-opcua-address-space-base"
|
|
3
|
-
import { DataType,
|
|
3
|
+
import { DataType, 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 { UInt32, Int32, UInt16, UAString } from "node-opcua-basic-types"
|
|
@@ -12,6 +12,7 @@ import { DTLocation } from "./dt_location"
|
|
|
12
12
|
* |typedDefinition |LocationVariableType i=2002 |
|
|
13
13
|
* |dataType |ExtensionObject |
|
|
14
14
|
* |dataType Name |DTLocation i=3008 |
|
|
15
|
+
* |value rank |-1 |
|
|
15
16
|
* |isAbstract |false |
|
|
16
17
|
*/
|
|
17
18
|
export interface UALocationVariable_Base<T extends DTLocation> extends UABaseDataVariable_Base<T, DataType.ExtensionObject> {
|