node-opcua-nodeset-adi 2.97.0 → 2.98.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/enum_acquisition_result_status.d.ts +34 -34
- package/dist/enum_acquisition_result_status.js +39 -39
- package/dist/enum_alarm_state.d.ts +40 -40
- package/dist/enum_alarm_state.js +45 -45
- package/dist/enum_execution_cycle.d.ts +64 -64
- package/dist/enum_execution_cycle.js +69 -69
- package/dist/index.d.ts +38 -38
- package/dist/index.js +54 -54
- package/dist/ua_accessory.d.ts +30 -30
- package/dist/ua_accessory.js +2 -2
- package/dist/ua_accessory_slot.d.ts +34 -34
- package/dist/ua_accessory_slot.js +2 -2
- package/dist/ua_accessory_slot_state_machine.d.ts +67 -67
- package/dist/ua_accessory_slot_state_machine.js +2 -2
- package/dist/ua_acoustic_spectrometer_device.d.ts +12 -12
- package/dist/ua_acoustic_spectrometer_device.js +2 -2
- package/dist/ua_acoustic_spectrometer_device_stream.d.ts +12 -12
- package/dist/ua_acoustic_spectrometer_device_stream.js +2 -2
- package/dist/ua_analyser_channel.d.ts +90 -90
- package/dist/ua_analyser_channel.js +2 -2
- package/dist/ua_analyser_channel_local_state.d.ts +12 -12
- package/dist/ua_analyser_channel_local_state.js +2 -2
- package/dist/ua_analyser_channel_maintenance_state.d.ts +12 -12
- package/dist/ua_analyser_channel_maintenance_state.js +2 -2
- package/dist/ua_analyser_channel_operating_execute_state.d.ts +12 -12
- package/dist/ua_analyser_channel_operating_execute_state.js +2 -2
- package/dist/ua_analyser_channel_operating_mode_execute_sub_state_machine.d.ts +231 -231
- package/dist/ua_analyser_channel_operating_mode_execute_sub_state_machine.js +2 -2
- package/dist/ua_analyser_channel_operating_mode_sub_state_machine.d.ts +351 -351
- package/dist/ua_analyser_channel_operating_mode_sub_state_machine.js +2 -2
- package/dist/ua_analyser_channel_operating_state.d.ts +12 -12
- package/dist/ua_analyser_channel_operating_state.js +2 -2
- package/dist/ua_analyser_channel_state_machine.d.ts +60 -60
- package/dist/ua_analyser_channel_state_machine.js +2 -2
- package/dist/ua_analyser_device.d.ts +98 -98
- package/dist/ua_analyser_device.js +2 -2
- package/dist/ua_analyser_device_state_machine.d.ts +57 -57
- package/dist/ua_analyser_device_state_machine.js +2 -2
- package/dist/ua_chemometric_model.d.ts +26 -26
- package/dist/ua_chemometric_model.js +2 -2
- package/dist/ua_chromatograph_device.d.ts +12 -12
- package/dist/ua_chromatograph_device.js +2 -2
- package/dist/ua_chromatograph_device_stream.d.ts +12 -12
- package/dist/ua_chromatograph_device_stream.js +2 -2
- package/dist/ua_detector.d.ts +12 -12
- package/dist/ua_detector.js +2 -2
- package/dist/ua_engineering_value.d.ts +18 -18
- package/dist/ua_engineering_value.js +2 -2
- package/dist/ua_gc_oven.d.ts +12 -12
- package/dist/ua_gc_oven.js +2 -2
- package/dist/ua_mass_spectrometer_device.d.ts +12 -12
- package/dist/ua_mass_spectrometer_device.js +2 -2
- package/dist/ua_mass_spectrometer_device_stream.d.ts +12 -12
- package/dist/ua_mass_spectrometer_device_stream.js +2 -2
- package/dist/ua_mnr_device_stream.d.ts +12 -12
- package/dist/ua_mnr_device_stream.js +2 -2
- package/dist/ua_mva_model.d.ts +24 -24
- package/dist/ua_mva_model.js +2 -2
- package/dist/ua_mva_output_parameter.d.ts +28 -28
- package/dist/ua_mva_output_parameter.js +2 -2
- package/dist/ua_nmr_device.d.ts +12 -12
- package/dist/ua_nmr_device.js +2 -2
- package/dist/ua_particle_size_monitor_device.d.ts +12 -12
- package/dist/ua_particle_size_monitor_device.js +2 -2
- package/dist/ua_particle_size_monitor_device_stream.d.ts +32 -32
- package/dist/ua_particle_size_monitor_device_stream.js +2 -2
- package/dist/ua_process_variable.d.ts +20 -20
- package/dist/ua_process_variable.js +2 -2
- package/dist/ua_smart_sampling_system.d.ts +12 -12
- package/dist/ua_smart_sampling_system.js +2 -2
- package/dist/ua_source.d.ts +12 -12
- package/dist/ua_source.js +2 -2
- package/dist/ua_spectrometer_device.d.ts +26 -26
- package/dist/ua_spectrometer_device.js +2 -2
- package/dist/ua_spectrometer_device_stream.d.ts +65 -65
- package/dist/ua_spectrometer_device_stream.js +2 -2
- package/dist/ua_stream.d.ts +365 -365
- package/dist/ua_stream.js +2 -2
- package/package.json +29 -12
package/dist/ua_stream.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_stream.js.map
|
package/package.json
CHANGED
|
@@ -1,23 +1,40 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-adi",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"description": "",
|
|
3
|
+
"version": "2.98.2",
|
|
4
|
+
"description": "pure nodejs OPCUA SDK - module nodeset-adi",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "tsc -b"
|
|
9
9
|
},
|
|
10
|
-
"author": "
|
|
10
|
+
"author": "Etienne Rossignon",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"node-opcua-address-space-base": "2.
|
|
14
|
-
"node-opcua-basic-types": "2.
|
|
15
|
-
"node-opcua-data-access": "2.
|
|
16
|
-
"node-opcua-data-model": "2.
|
|
17
|
-
"node-opcua-nodeid": "2.
|
|
18
|
-
"node-opcua-nodeset-di": "2.
|
|
19
|
-
"node-opcua-nodeset-ua": "2.
|
|
20
|
-
"node-opcua-variant": "2.
|
|
13
|
+
"node-opcua-address-space-base": "2.98.2",
|
|
14
|
+
"node-opcua-basic-types": "2.98.1",
|
|
15
|
+
"node-opcua-data-access": "2.98.2",
|
|
16
|
+
"node-opcua-data-model": "2.98.1",
|
|
17
|
+
"node-opcua-nodeid": "2.98.1",
|
|
18
|
+
"node-opcua-nodeset-di": "2.98.2",
|
|
19
|
+
"node-opcua-nodeset-ua": "2.98.2",
|
|
20
|
+
"node-opcua-variant": "2.98.1"
|
|
21
21
|
},
|
|
22
|
-
"
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "git://github.com/node-opcua/node-opcua.git"
|
|
25
|
+
},
|
|
26
|
+
"keywords": [
|
|
27
|
+
"OPCUA",
|
|
28
|
+
"opcua",
|
|
29
|
+
"m2m",
|
|
30
|
+
"iot",
|
|
31
|
+
"opc ua",
|
|
32
|
+
"internet of things"
|
|
33
|
+
],
|
|
34
|
+
"homepage": "http://node-opcua.github.io/",
|
|
35
|
+
"files": [
|
|
36
|
+
"dist",
|
|
37
|
+
"source"
|
|
38
|
+
],
|
|
39
|
+
"gitHead": "6df8aa25475ba1235e585566cb2dec68b7e7a85f"
|
|
23
40
|
}
|