@zaber/motion 8.4.0 → 9.0.1
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 +423 -80
- package/dist/binding/wasm/zaber-motion-core.wasm +0 -0
- package/dist/lib/ascii/alert_event.d.ts.map +1 -1
- package/dist/lib/ascii/alert_event.js +2 -1
- package/dist/lib/ascii/alert_event.js.map +1 -1
- package/dist/lib/ascii/all_axes.d.ts.map +1 -1
- package/dist/lib/ascii/all_axes.js +2 -2
- package/dist/lib/ascii/all_axes.js.map +1 -1
- package/dist/lib/ascii/axis.d.ts +9 -9
- package/dist/lib/ascii/axis.d.ts.map +1 -1
- package/dist/lib/ascii/axis.js +8 -8
- package/dist/lib/ascii/axis.js.map +1 -1
- package/dist/lib/ascii/axis_group.d.ts +1 -1
- package/dist/lib/ascii/axis_group.d.ts.map +1 -1
- package/dist/lib/ascii/axis_group.js +2 -2
- package/dist/lib/ascii/axis_group.js.map +1 -1
- package/dist/lib/ascii/axis_identity.d.ts.map +1 -1
- package/dist/lib/ascii/axis_identity.js +2 -1
- package/dist/lib/ascii/axis_identity.js.map +1 -1
- package/dist/lib/ascii/axis_settings.d.ts +3 -3
- package/dist/lib/ascii/axis_settings.d.ts.map +1 -1
- package/dist/lib/ascii/axis_settings.js +4 -4
- package/dist/lib/ascii/axis_settings.js.map +1 -1
- package/dist/lib/ascii/axis_storage.d.ts +94 -0
- package/dist/lib/ascii/axis_storage.d.ts.map +1 -0
- package/dist/lib/ascii/{storage.js → axis_storage.js} +4 -187
- package/dist/lib/ascii/axis_storage.js.map +1 -0
- package/dist/lib/ascii/axis_type.d.ts.map +1 -1
- package/dist/lib/ascii/axis_type.js +2 -1
- package/dist/lib/ascii/axis_type.js.map +1 -1
- package/dist/lib/ascii/can_set_state_axis_response.d.ts.map +1 -1
- package/dist/lib/ascii/can_set_state_axis_response.js +2 -1
- package/dist/lib/ascii/can_set_state_axis_response.js.map +1 -1
- package/dist/lib/ascii/can_set_state_device_response.d.ts.map +1 -1
- package/dist/lib/ascii/can_set_state_device_response.js +3 -2
- package/dist/lib/ascii/can_set_state_device_response.js.map +1 -1
- package/dist/lib/ascii/connection.d.ts +9 -9
- package/dist/lib/ascii/connection.d.ts.map +1 -1
- package/dist/lib/ascii/connection.js +9 -9
- package/dist/lib/ascii/connection.js.map +1 -1
- package/dist/lib/ascii/conversion_factor.d.ts.map +1 -1
- package/dist/lib/ascii/conversion_factor.js +2 -1
- package/dist/lib/ascii/conversion_factor.js.map +1 -1
- package/dist/lib/ascii/device.d.ts +13 -13
- package/dist/lib/ascii/device.d.ts.map +1 -1
- package/dist/lib/ascii/device.js +14 -14
- package/dist/lib/ascii/device.js.map +1 -1
- package/dist/lib/ascii/device_identity.d.ts.map +1 -1
- package/dist/lib/ascii/device_identity.js +2 -1
- package/dist/lib/ascii/device_identity.js.map +1 -1
- package/dist/lib/ascii/device_io.d.ts +2 -2
- package/dist/lib/ascii/device_io.d.ts.map +1 -1
- package/dist/lib/ascii/device_io.js +2 -2
- package/dist/lib/ascii/device_io.js.map +1 -1
- package/dist/lib/ascii/device_io_info.d.ts.map +1 -1
- package/dist/lib/ascii/device_io_info.js +2 -1
- package/dist/lib/ascii/device_io_info.js.map +1 -1
- package/dist/lib/ascii/device_settings.d.ts +2 -2
- package/dist/lib/ascii/device_settings.d.ts.map +1 -1
- package/dist/lib/ascii/device_settings.js +4 -4
- package/dist/lib/ascii/device_settings.js.map +1 -1
- package/dist/lib/ascii/{storage.d.ts → device_storage.d.ts} +1 -93
- package/dist/lib/ascii/device_storage.d.ts.map +1 -0
- package/dist/lib/ascii/device_storage.js +214 -0
- package/dist/lib/ascii/device_storage.js.map +1 -0
- package/dist/lib/ascii/digital_output_action.d.ts.map +1 -1
- package/dist/lib/ascii/digital_output_action.js +2 -1
- package/dist/lib/ascii/digital_output_action.js.map +1 -1
- package/dist/lib/ascii/get_axis_setting.d.ts.map +1 -1
- package/dist/lib/ascii/get_axis_setting.js +2 -1
- package/dist/lib/ascii/get_axis_setting.js.map +1 -1
- package/dist/lib/ascii/get_axis_setting_result.d.ts.map +1 -1
- package/dist/lib/ascii/get_axis_setting_result.js +2 -1
- package/dist/lib/ascii/get_axis_setting_result.js.map +1 -1
- package/dist/lib/ascii/get_setting.d.ts.map +1 -1
- package/dist/lib/ascii/get_setting.js +3 -2
- package/dist/lib/ascii/get_setting.js.map +1 -1
- package/dist/lib/ascii/get_setting_result.d.ts.map +1 -1
- package/dist/lib/ascii/get_setting_result.js +3 -2
- package/dist/lib/ascii/get_setting_result.js.map +1 -1
- package/dist/lib/ascii/index.d.ts +14 -3
- package/dist/lib/ascii/index.d.ts.map +1 -1
- package/dist/lib/ascii/index.js +16 -4
- package/dist/lib/ascii/index.js.map +1 -1
- package/dist/lib/ascii/io_port_label.d.ts.map +1 -1
- package/dist/lib/ascii/io_port_label.js +2 -1
- package/dist/lib/ascii/io_port_label.js.map +1 -1
- package/dist/lib/ascii/io_port_type.d.ts.map +1 -1
- package/dist/lib/ascii/io_port_type.js +2 -1
- package/dist/lib/ascii/io_port_type.js.map +1 -1
- package/dist/lib/ascii/lockstep.d.ts +1 -1
- package/dist/lib/ascii/lockstep.d.ts.map +1 -1
- package/dist/lib/ascii/lockstep.js +3 -3
- package/dist/lib/ascii/lockstep.js.map +1 -1
- package/dist/lib/ascii/measurement_sequence.d.ts.map +1 -1
- package/dist/lib/ascii/measurement_sequence.js +3 -2
- package/dist/lib/ascii/measurement_sequence.js.map +1 -1
- package/dist/lib/ascii/message_type.d.ts.map +1 -1
- package/dist/lib/ascii/message_type.js +2 -1
- package/dist/lib/ascii/message_type.js.map +1 -1
- package/dist/lib/ascii/mock_device.d.ts.map +1 -1
- package/dist/lib/ascii/mock_device.js +3 -2
- package/dist/lib/ascii/mock_device.js.map +1 -1
- package/dist/lib/ascii/mock_peripheral.d.ts.map +1 -1
- package/dist/lib/ascii/mock_peripheral.js +2 -1
- package/dist/lib/ascii/mock_peripheral.js.map +1 -1
- package/dist/lib/ascii/oscilloscope.d.ts +1 -1
- package/dist/lib/ascii/oscilloscope.d.ts.map +1 -1
- package/dist/lib/ascii/oscilloscope.js +4 -4
- package/dist/lib/ascii/oscilloscope.js.map +1 -1
- package/dist/lib/ascii/oscilloscope_capture_properties.d.ts.map +1 -1
- package/dist/lib/ascii/oscilloscope_capture_properties.js +2 -1
- package/dist/lib/ascii/oscilloscope_capture_properties.js.map +1 -1
- package/dist/lib/ascii/oscilloscope_data.d.ts.map +1 -1
- package/dist/lib/ascii/oscilloscope_data.js +4 -4
- package/dist/lib/ascii/oscilloscope_data.js.map +1 -1
- package/dist/lib/ascii/oscilloscope_data_source.d.ts.map +1 -1
- package/dist/lib/ascii/oscilloscope_data_source.js +2 -1
- package/dist/lib/ascii/oscilloscope_data_source.js.map +1 -1
- package/dist/lib/ascii/paramset_info.d.ts.map +1 -1
- package/dist/lib/ascii/paramset_info.js +3 -2
- package/dist/lib/ascii/paramset_info.js.map +1 -1
- package/dist/lib/ascii/pid_tuning.d.ts.map +1 -1
- package/dist/lib/ascii/pid_tuning.js +2 -1
- package/dist/lib/ascii/pid_tuning.js.map +1 -1
- package/dist/lib/ascii/pvt.d.ts +5 -5
- package/dist/lib/ascii/pvt.d.ts.map +1 -1
- package/dist/lib/ascii/pvt.js +9 -9
- package/dist/lib/ascii/pvt.js.map +1 -1
- package/dist/lib/ascii/pvt_axis_definition.d.ts.map +1 -1
- package/dist/lib/ascii/pvt_axis_definition.js +2 -1
- package/dist/lib/ascii/pvt_axis_definition.js.map +1 -1
- package/dist/lib/ascii/pvt_axis_type.d.ts.map +1 -1
- package/dist/lib/ascii/pvt_axis_type.js +2 -1
- package/dist/lib/ascii/pvt_axis_type.js.map +1 -1
- package/dist/lib/ascii/pvt_buffer.d.ts +6 -6
- package/dist/lib/ascii/pvt_buffer.d.ts.map +1 -1
- package/dist/lib/ascii/pvt_buffer.js +12 -13
- package/dist/lib/ascii/pvt_buffer.js.map +1 -1
- package/dist/lib/ascii/pvt_call_action.d.ts +19 -0
- package/dist/lib/ascii/pvt_call_action.d.ts.map +1 -0
- package/dist/lib/ascii/pvt_call_action.js +35 -0
- package/dist/lib/ascii/pvt_call_action.js.map +1 -0
- package/dist/lib/ascii/pvt_cancel_all_outputs_schedule_action.d.ts +24 -0
- package/dist/lib/ascii/pvt_cancel_all_outputs_schedule_action.d.ts.map +1 -0
- package/dist/lib/ascii/pvt_cancel_all_outputs_schedule_action.js +40 -0
- package/dist/lib/ascii/pvt_cancel_all_outputs_schedule_action.js.map +1 -0
- package/dist/lib/ascii/pvt_cancel_output_schedule_action.d.ts +24 -0
- package/dist/lib/ascii/pvt_cancel_output_schedule_action.d.ts.map +1 -0
- package/dist/lib/ascii/pvt_cancel_output_schedule_action.js +40 -0
- package/dist/lib/ascii/pvt_cancel_output_schedule_action.js.map +1 -0
- package/dist/lib/ascii/pvt_csv_data.d.ts +3 -3
- package/dist/lib/ascii/pvt_csv_data.d.ts.map +1 -1
- package/dist/lib/ascii/pvt_csv_data.js +15 -8
- package/dist/lib/ascii/pvt_csv_data.js.map +1 -1
- package/dist/lib/ascii/pvt_io.d.ts +1 -1
- package/dist/lib/ascii/pvt_io.d.ts.map +1 -1
- package/dist/lib/ascii/pvt_io.js +3 -3
- package/dist/lib/ascii/pvt_io.js.map +1 -1
- package/dist/lib/ascii/pvt_mode.d.ts.map +1 -1
- package/dist/lib/ascii/pvt_mode.js +2 -1
- package/dist/lib/ascii/pvt_mode.js.map +1 -1
- package/dist/lib/ascii/pvt_partial_csv_data.d.ts +25 -0
- package/dist/lib/ascii/pvt_partial_csv_data.d.ts.map +1 -0
- package/dist/lib/ascii/pvt_partial_csv_data.js +46 -0
- package/dist/lib/ascii/pvt_partial_csv_data.js.map +1 -0
- package/dist/lib/ascii/pvt_partial_point.d.ts +35 -0
- package/dist/lib/ascii/pvt_partial_point.d.ts.map +1 -0
- package/dist/lib/ascii/pvt_partial_point.js +48 -0
- package/dist/lib/ascii/pvt_partial_point.js.map +1 -0
- package/dist/lib/ascii/pvt_partial_sequence_item.d.ts +28 -0
- package/dist/lib/ascii/pvt_partial_sequence_item.d.ts.map +1 -0
- package/dist/lib/ascii/pvt_partial_sequence_item.js +127 -0
- package/dist/lib/ascii/pvt_partial_sequence_item.js.map +1 -0
- package/dist/lib/ascii/pvt_point.d.ts +33 -0
- package/dist/lib/ascii/pvt_point.d.ts.map +1 -0
- package/dist/lib/ascii/pvt_point.js +48 -0
- package/dist/lib/ascii/pvt_point.js.map +1 -0
- package/dist/lib/ascii/pvt_sequence.d.ts +196 -42
- package/dist/lib/ascii/pvt_sequence.d.ts.map +1 -1
- package/dist/lib/ascii/pvt_sequence.js +257 -55
- package/dist/lib/ascii/pvt_sequence.js.map +1 -1
- package/dist/lib/ascii/pvt_sequence_item.d.ts +28 -0
- package/dist/lib/ascii/pvt_sequence_item.d.ts.map +1 -0
- package/dist/lib/ascii/pvt_sequence_item.js +127 -0
- package/dist/lib/ascii/pvt_sequence_item.js.map +1 -0
- package/dist/lib/ascii/pvt_set_all_analog_outputs_action.d.ts +29 -0
- package/dist/lib/ascii/pvt_set_all_analog_outputs_action.d.ts.map +1 -0
- package/dist/lib/ascii/pvt_set_all_analog_outputs_action.js +43 -0
- package/dist/lib/ascii/pvt_set_all_analog_outputs_action.js.map +1 -0
- package/dist/lib/ascii/pvt_set_all_digital_outputs_action.d.ts +30 -0
- package/dist/lib/ascii/pvt_set_all_digital_outputs_action.d.ts.map +1 -0
- package/dist/lib/ascii/pvt_set_all_digital_outputs_action.js +45 -0
- package/dist/lib/ascii/pvt_set_all_digital_outputs_action.js.map +1 -0
- package/dist/lib/ascii/pvt_set_analog_output_action.d.ts +32 -0
- package/dist/lib/ascii/pvt_set_analog_output_action.d.ts.map +1 -0
- package/dist/lib/ascii/pvt_set_analog_output_action.js +48 -0
- package/dist/lib/ascii/pvt_set_analog_output_action.js.map +1 -0
- package/dist/lib/ascii/pvt_set_digital_output_action.d.ts +33 -0
- package/dist/lib/ascii/pvt_set_digital_output_action.d.ts.map +1 -0
- package/dist/lib/ascii/pvt_set_digital_output_action.js +49 -0
- package/dist/lib/ascii/pvt_set_digital_output_action.js.map +1 -0
- package/dist/lib/ascii/response.d.ts.map +1 -1
- package/dist/lib/ascii/response.js +2 -1
- package/dist/lib/ascii/response.js.map +1 -1
- package/dist/lib/ascii/servo_tuner.d.ts +9 -4
- package/dist/lib/ascii/servo_tuner.d.ts.map +1 -1
- package/dist/lib/ascii/servo_tuner.js +6 -4
- package/dist/lib/ascii/servo_tuner.js.map +1 -1
- package/dist/lib/ascii/servo_tuning_param.d.ts.map +1 -1
- package/dist/lib/ascii/servo_tuning_param.js +2 -1
- package/dist/lib/ascii/servo_tuning_param.js.map +1 -1
- package/dist/lib/ascii/servo_tuning_paramset.d.ts.map +1 -1
- package/dist/lib/ascii/servo_tuning_paramset.js +2 -1
- package/dist/lib/ascii/servo_tuning_paramset.js.map +1 -1
- package/dist/lib/ascii/set_state_axis_response.d.ts.map +1 -1
- package/dist/lib/ascii/set_state_axis_response.js +3 -2
- package/dist/lib/ascii/set_state_axis_response.js.map +1 -1
- package/dist/lib/ascii/set_state_device_response.d.ts.map +1 -1
- package/dist/lib/ascii/set_state_device_response.js +4 -3
- package/dist/lib/ascii/set_state_device_response.js.map +1 -1
- package/dist/lib/ascii/setting_constants.js +2 -2
- package/dist/lib/ascii/setting_constants.js.map +1 -1
- package/dist/lib/ascii/simple_tuning.d.ts.map +1 -1
- package/dist/lib/ascii/simple_tuning.js +3 -2
- package/dist/lib/ascii/simple_tuning.js.map +1 -1
- package/dist/lib/ascii/simple_tuning_param_definition.d.ts.map +1 -1
- package/dist/lib/ascii/simple_tuning_param_definition.js +2 -1
- package/dist/lib/ascii/simple_tuning_param_definition.js.map +1 -1
- package/dist/lib/ascii/stream.d.ts +6 -6
- package/dist/lib/ascii/stream.d.ts.map +1 -1
- package/dist/lib/ascii/stream.js +8 -8
- package/dist/lib/ascii/stream.js.map +1 -1
- package/dist/lib/ascii/stream_axis_definition.d.ts.map +1 -1
- package/dist/lib/ascii/stream_axis_definition.js +2 -1
- package/dist/lib/ascii/stream_axis_definition.js.map +1 -1
- package/dist/lib/ascii/stream_axis_type.d.ts.map +1 -1
- package/dist/lib/ascii/stream_axis_type.js +2 -1
- package/dist/lib/ascii/stream_axis_type.js.map +1 -1
- package/dist/lib/ascii/stream_buffer.d.ts +3 -3
- package/dist/lib/ascii/stream_buffer.d.ts.map +1 -1
- package/dist/lib/ascii/stream_buffer.js +8 -8
- package/dist/lib/ascii/stream_buffer.js.map +1 -1
- package/dist/lib/ascii/stream_io.d.ts +1 -1
- package/dist/lib/ascii/stream_io.d.ts.map +1 -1
- package/dist/lib/ascii/stream_io.js +3 -3
- package/dist/lib/ascii/stream_io.js.map +1 -1
- package/dist/lib/ascii/stream_mode.d.ts.map +1 -1
- package/dist/lib/ascii/stream_mode.js +2 -1
- package/dist/lib/ascii/stream_mode.js.map +1 -1
- package/dist/lib/ascii/streams.d.ts +4 -4
- package/dist/lib/ascii/streams.d.ts.map +1 -1
- package/dist/lib/ascii/streams.js +8 -8
- package/dist/lib/ascii/streams.js.map +1 -1
- package/dist/lib/ascii/transport.d.ts +4 -4
- package/dist/lib/ascii/transport.d.ts.map +1 -1
- package/dist/lib/ascii/transport.js +7 -7
- package/dist/lib/ascii/transport.js.map +1 -1
- package/dist/lib/ascii/trigger.d.ts +3 -3
- package/dist/lib/ascii/trigger.d.ts.map +1 -1
- package/dist/lib/ascii/trigger.js +4 -4
- package/dist/lib/ascii/trigger.js.map +1 -1
- package/dist/lib/ascii/trigger_action.d.ts.map +1 -1
- package/dist/lib/ascii/trigger_action.js +2 -1
- package/dist/lib/ascii/trigger_action.js.map +1 -1
- package/dist/lib/ascii/trigger_condition.d.ts.map +1 -1
- package/dist/lib/ascii/trigger_condition.js +2 -1
- package/dist/lib/ascii/trigger_condition.js.map +1 -1
- package/dist/lib/ascii/trigger_enabled_state.d.ts.map +1 -1
- package/dist/lib/ascii/trigger_enabled_state.js +2 -1
- package/dist/lib/ascii/trigger_enabled_state.js.map +1 -1
- package/dist/lib/ascii/trigger_operation.d.ts.map +1 -1
- package/dist/lib/ascii/trigger_operation.js +2 -1
- package/dist/lib/ascii/trigger_operation.js.map +1 -1
- package/dist/lib/ascii/trigger_state.d.ts.map +1 -1
- package/dist/lib/ascii/trigger_state.js +3 -2
- package/dist/lib/ascii/trigger_state.js.map +1 -1
- package/dist/lib/ascii/triggers.d.ts +1 -1
- package/dist/lib/ascii/triggers.d.ts.map +1 -1
- package/dist/lib/ascii/triggers.js +2 -2
- package/dist/lib/ascii/triggers.js.map +1 -1
- package/dist/lib/ascii/unknown_response_event.d.ts.map +1 -1
- package/dist/lib/ascii/unknown_response_event.js +2 -1
- package/dist/lib/ascii/unknown_response_event.js.map +1 -1
- package/dist/lib/ascii/warning_flags.js +2 -2
- package/dist/lib/ascii/warning_flags.js.map +1 -1
- package/dist/lib/ascii/warnings.d.ts.map +1 -1
- package/dist/lib/ascii/warnings.js +2 -2
- package/dist/lib/ascii/warnings.js.map +1 -1
- package/dist/lib/axis_address.d.ts.map +1 -1
- package/dist/lib/axis_address.js +2 -1
- package/dist/lib/axis_address.js.map +1 -1
- package/dist/lib/binary/binary_settings.d.ts.map +1 -1
- package/dist/lib/binary/binary_settings.js +2 -1
- package/dist/lib/binary/binary_settings.js.map +1 -1
- package/dist/lib/binary/command_code.d.ts.map +1 -1
- package/dist/lib/binary/command_code.js +2 -1
- package/dist/lib/binary/command_code.js.map +1 -1
- package/dist/lib/binary/connection.d.ts +9 -9
- package/dist/lib/binary/connection.d.ts.map +1 -1
- package/dist/lib/binary/connection.js +9 -9
- package/dist/lib/binary/connection.js.map +1 -1
- package/dist/lib/binary/device.d.ts +4 -4
- package/dist/lib/binary/device.d.ts.map +1 -1
- package/dist/lib/binary/device.js +5 -5
- package/dist/lib/binary/device.js.map +1 -1
- package/dist/lib/binary/device_identity.d.ts.map +1 -1
- package/dist/lib/binary/device_identity.js +2 -1
- package/dist/lib/binary/device_identity.js.map +1 -1
- package/dist/lib/binary/device_settings.d.ts +2 -2
- package/dist/lib/binary/device_settings.d.ts.map +1 -1
- package/dist/lib/binary/device_settings.js +3 -3
- package/dist/lib/binary/device_settings.js.map +1 -1
- package/dist/lib/binary/device_type.d.ts.map +1 -1
- package/dist/lib/binary/device_type.js +2 -1
- package/dist/lib/binary/device_type.js.map +1 -1
- package/dist/lib/binary/error_code.d.ts.map +1 -1
- package/dist/lib/binary/error_code.js +2 -1
- package/dist/lib/binary/error_code.js.map +1 -1
- package/dist/lib/binary/index.d.ts.map +1 -1
- package/dist/lib/binary/index.js +2 -1
- package/dist/lib/binary/index.js.map +1 -1
- package/dist/lib/binary/message.d.ts.map +1 -1
- package/dist/lib/binary/message.js +2 -1
- package/dist/lib/binary/message.js.map +1 -1
- package/dist/lib/binary/reply_code.d.ts.map +1 -1
- package/dist/lib/binary/reply_code.js +2 -1
- package/dist/lib/binary/reply_code.js.map +1 -1
- package/dist/lib/binary/reply_only_event.d.ts.map +1 -1
- package/dist/lib/binary/reply_only_event.js +2 -1
- package/dist/lib/binary/reply_only_event.js.map +1 -1
- package/dist/lib/binary/unknown_response_event.d.ts.map +1 -1
- package/dist/lib/binary/unknown_response_event.js +2 -1
- package/dist/lib/binary/unknown_response_event.js.map +1 -1
- package/dist/lib/channel_address.d.ts.map +1 -1
- package/dist/lib/channel_address.js +2 -1
- package/dist/lib/channel_address.js.map +1 -1
- package/dist/lib/cyclic_direction.d.ts.map +1 -1
- package/dist/lib/cyclic_direction.js +2 -1
- package/dist/lib/cyclic_direction.js.map +1 -1
- package/dist/lib/device_db_source.d.ts.map +1 -1
- package/dist/lib/device_db_source.js +2 -1
- package/dist/lib/device_db_source.js.map +1 -1
- package/dist/lib/device_db_source_type.d.ts.map +1 -1
- package/dist/lib/device_db_source_type.js +2 -1
- package/dist/lib/device_db_source_type.js.map +1 -1
- package/dist/lib/device_discovery_result.d.ts.map +1 -1
- package/dist/lib/device_discovery_result.js +2 -1
- package/dist/lib/device_discovery_result.js.map +1 -1
- package/dist/lib/device_port_type.d.ts.map +1 -1
- package/dist/lib/device_port_type.js +2 -1
- package/dist/lib/device_port_type.js.map +1 -1
- package/dist/lib/exceptions/bad_command_exception.js +2 -2
- package/dist/lib/exceptions/bad_command_exception.js.map +1 -1
- package/dist/lib/exceptions/bad_data_exception.js +2 -2
- package/dist/lib/exceptions/bad_data_exception.js.map +1 -1
- package/dist/lib/exceptions/binary_command_failed_exception.js +2 -2
- package/dist/lib/exceptions/binary_command_failed_exception.js.map +1 -1
- package/dist/lib/exceptions/binary_command_failed_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/binary_command_failed_exception_data.js +2 -1
- package/dist/lib/exceptions/binary_command_failed_exception_data.js.map +1 -1
- package/dist/lib/exceptions/command_failed_exception.js +2 -2
- package/dist/lib/exceptions/command_failed_exception.js.map +1 -1
- package/dist/lib/exceptions/command_failed_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/command_failed_exception_data.js +2 -1
- package/dist/lib/exceptions/command_failed_exception_data.js.map +1 -1
- package/dist/lib/exceptions/command_preempted_exception.js +2 -2
- package/dist/lib/exceptions/command_preempted_exception.js.map +1 -1
- package/dist/lib/exceptions/command_too_long_exception.js +2 -2
- package/dist/lib/exceptions/command_too_long_exception.js.map +1 -1
- package/dist/lib/exceptions/command_too_long_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/command_too_long_exception_data.js +2 -1
- package/dist/lib/exceptions/command_too_long_exception_data.js.map +1 -1
- package/dist/lib/exceptions/connection_closed_exception.js +2 -2
- package/dist/lib/exceptions/connection_closed_exception.js.map +1 -1
- package/dist/lib/exceptions/connection_failed_exception.js +2 -2
- package/dist/lib/exceptions/connection_failed_exception.js.map +1 -1
- package/dist/lib/exceptions/conversion_failed_exception.js +2 -2
- package/dist/lib/exceptions/conversion_failed_exception.js.map +1 -1
- package/dist/lib/exceptions/device_address_conflict_exception.js +2 -2
- package/dist/lib/exceptions/device_address_conflict_exception.js.map +1 -1
- package/dist/lib/exceptions/device_address_conflict_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/device_address_conflict_exception_data.js +3 -2
- package/dist/lib/exceptions/device_address_conflict_exception_data.js.map +1 -1
- package/dist/lib/exceptions/device_busy_exception.js +2 -2
- package/dist/lib/exceptions/device_busy_exception.js.map +1 -1
- package/dist/lib/exceptions/device_db_failed_exception.js +2 -2
- package/dist/lib/exceptions/device_db_failed_exception.js.map +1 -1
- package/dist/lib/exceptions/device_db_failed_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/device_db_failed_exception_data.js +3 -2
- package/dist/lib/exceptions/device_db_failed_exception_data.js.map +1 -1
- package/dist/lib/exceptions/device_db_inner_error.d.ts.map +1 -1
- package/dist/lib/exceptions/device_db_inner_error.js +3 -2
- package/dist/lib/exceptions/device_db_inner_error.js.map +1 -1
- package/dist/lib/exceptions/device_detection_failed_exception.js +2 -2
- package/dist/lib/exceptions/device_detection_failed_exception.js.map +1 -1
- package/dist/lib/exceptions/device_failed_exception.js +2 -2
- package/dist/lib/exceptions/device_failed_exception.js.map +1 -1
- package/dist/lib/exceptions/device_not_identified_exception.js +2 -2
- package/dist/lib/exceptions/device_not_identified_exception.js.map +1 -1
- package/dist/lib/exceptions/driver_disabled_exception.js +2 -2
- package/dist/lib/exceptions/driver_disabled_exception.js.map +1 -1
- package/dist/lib/exceptions/g_code_execution_exception.js +2 -2
- package/dist/lib/exceptions/g_code_execution_exception.js.map +1 -1
- package/dist/lib/exceptions/g_code_execution_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/g_code_execution_exception_data.js +2 -1
- package/dist/lib/exceptions/g_code_execution_exception_data.js.map +1 -1
- package/dist/lib/exceptions/g_code_syntax_exception.js +2 -2
- package/dist/lib/exceptions/g_code_syntax_exception.js.map +1 -1
- package/dist/lib/exceptions/g_code_syntax_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/g_code_syntax_exception_data.js +2 -1
- package/dist/lib/exceptions/g_code_syntax_exception_data.js.map +1 -1
- package/dist/lib/exceptions/ge_1_gripper_movement_failed_exception.d.ts +8 -0
- package/dist/lib/exceptions/ge_1_gripper_movement_failed_exception.d.ts.map +1 -0
- package/dist/lib/exceptions/ge_1_gripper_movement_failed_exception.js +17 -0
- package/dist/lib/exceptions/ge_1_gripper_movement_failed_exception.js.map +1 -0
- package/dist/lib/exceptions/incompatible_shared_library_exception.js +2 -2
- package/dist/lib/exceptions/incompatible_shared_library_exception.js.map +1 -1
- package/dist/lib/exceptions/index.d.ts +1 -1
- package/dist/lib/exceptions/index.d.ts.map +1 -1
- package/dist/lib/exceptions/index.js +3 -2
- package/dist/lib/exceptions/index.js.map +1 -1
- package/dist/lib/exceptions/internal_error_exception.js +2 -2
- package/dist/lib/exceptions/internal_error_exception.js.map +1 -1
- package/dist/lib/exceptions/invalid_argument_exception.js +2 -2
- package/dist/lib/exceptions/invalid_argument_exception.js.map +1 -1
- package/dist/lib/exceptions/invalid_csv_data_exception.js +2 -2
- package/dist/lib/exceptions/invalid_csv_data_exception.js.map +1 -1
- package/dist/lib/exceptions/invalid_data_exception.js +2 -2
- package/dist/lib/exceptions/invalid_data_exception.js.map +1 -1
- package/dist/lib/exceptions/invalid_operation_exception.js +2 -2
- package/dist/lib/exceptions/invalid_operation_exception.js.map +1 -1
- package/dist/lib/exceptions/invalid_packet_exception.js +2 -2
- package/dist/lib/exceptions/invalid_packet_exception.js.map +1 -1
- package/dist/lib/exceptions/invalid_packet_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/invalid_packet_exception_data.js +2 -1
- package/dist/lib/exceptions/invalid_packet_exception_data.js.map +1 -1
- package/dist/lib/exceptions/invalid_park_state_exception.js +2 -2
- package/dist/lib/exceptions/invalid_park_state_exception.js.map +1 -1
- package/dist/lib/exceptions/invalid_pvt_point.d.ts.map +1 -1
- package/dist/lib/exceptions/invalid_pvt_point.js +2 -1
- package/dist/lib/exceptions/invalid_pvt_point.js.map +1 -1
- package/dist/lib/exceptions/invalid_request_data_exception.js +2 -2
- package/dist/lib/exceptions/invalid_request_data_exception.js.map +1 -1
- package/dist/lib/exceptions/invalid_response_exception.js +2 -2
- package/dist/lib/exceptions/invalid_response_exception.js.map +1 -1
- package/dist/lib/exceptions/invalid_response_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/invalid_response_exception_data.js +2 -1
- package/dist/lib/exceptions/invalid_response_exception_data.js.map +1 -1
- package/dist/lib/exceptions/io_channel_out_of_range_exception.js +2 -2
- package/dist/lib/exceptions/io_channel_out_of_range_exception.js.map +1 -1
- package/dist/lib/exceptions/io_failed_exception.js +2 -2
- package/dist/lib/exceptions/io_failed_exception.js.map +1 -1
- package/dist/lib/exceptions/lockstep_enabled_exception.js +2 -2
- package/dist/lib/exceptions/lockstep_enabled_exception.js.map +1 -1
- package/dist/lib/exceptions/lockstep_not_enabled_exception.js +2 -2
- package/dist/lib/exceptions/lockstep_not_enabled_exception.js.map +1 -1
- package/dist/lib/exceptions/movement_failed_exception.js +2 -2
- package/dist/lib/exceptions/movement_failed_exception.js.map +1 -1
- package/dist/lib/exceptions/movement_failed_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/movement_failed_exception_data.js +3 -2
- package/dist/lib/exceptions/movement_failed_exception_data.js.map +1 -1
- package/dist/lib/exceptions/movement_interrupted_exception.js +2 -2
- package/dist/lib/exceptions/movement_interrupted_exception.js.map +1 -1
- package/dist/lib/exceptions/movement_interrupted_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/movement_interrupted_exception_data.js +3 -2
- package/dist/lib/exceptions/movement_interrupted_exception_data.js.map +1 -1
- package/dist/lib/exceptions/no_device_found_exception.js +2 -2
- package/dist/lib/exceptions/no_device_found_exception.js.map +1 -1
- package/dist/lib/exceptions/no_value_for_key_exception.js +2 -2
- package/dist/lib/exceptions/no_value_for_key_exception.js.map +1 -1
- package/dist/lib/exceptions/not_supported_exception.js +2 -2
- package/dist/lib/exceptions/not_supported_exception.js.map +1 -1
- package/dist/lib/exceptions/operation_failed_exception.js +2 -2
- package/dist/lib/exceptions/operation_failed_exception.js.map +1 -1
- package/dist/lib/exceptions/operation_failed_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/operation_failed_exception_data.js +3 -2
- package/dist/lib/exceptions/operation_failed_exception_data.js.map +1 -1
- package/dist/lib/exceptions/os_failed_exception.js +2 -2
- package/dist/lib/exceptions/os_failed_exception.js.map +1 -1
- package/dist/lib/exceptions/out_of_request_ids_exception.js +2 -2
- package/dist/lib/exceptions/out_of_request_ids_exception.js.map +1 -1
- package/dist/lib/exceptions/pvt_discontinuity_exception.js +2 -2
- package/dist/lib/exceptions/pvt_discontinuity_exception.js.map +1 -1
- package/dist/lib/exceptions/pvt_execution_exception.js +2 -2
- package/dist/lib/exceptions/pvt_execution_exception.js.map +1 -1
- package/dist/lib/exceptions/pvt_execution_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/pvt_execution_exception_data.js +3 -2
- package/dist/lib/exceptions/pvt_execution_exception_data.js.map +1 -1
- package/dist/lib/exceptions/pvt_mode_exception.js +2 -2
- package/dist/lib/exceptions/pvt_mode_exception.js.map +1 -1
- package/dist/lib/exceptions/pvt_movement_failed_exception.js +2 -2
- package/dist/lib/exceptions/pvt_movement_failed_exception.js.map +1 -1
- package/dist/lib/exceptions/pvt_movement_failed_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/pvt_movement_failed_exception_data.js +3 -2
- package/dist/lib/exceptions/pvt_movement_failed_exception_data.js.map +1 -1
- package/dist/lib/exceptions/pvt_movement_interrupted_exception.js +2 -2
- package/dist/lib/exceptions/pvt_movement_interrupted_exception.js.map +1 -1
- package/dist/lib/exceptions/pvt_movement_interrupted_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/pvt_movement_interrupted_exception_data.js +3 -2
- package/dist/lib/exceptions/pvt_movement_interrupted_exception_data.js.map +1 -1
- package/dist/lib/exceptions/pvt_sequence_generation_failed_exception.js +2 -2
- package/dist/lib/exceptions/pvt_sequence_generation_failed_exception.js.map +1 -1
- package/dist/lib/exceptions/pvt_setup_failed_exception.js +2 -2
- package/dist/lib/exceptions/pvt_setup_failed_exception.js.map +1 -1
- package/dist/lib/exceptions/remote_mode_exception.js +2 -2
- package/dist/lib/exceptions/remote_mode_exception.js.map +1 -1
- package/dist/lib/exceptions/request_timeout_exception.js +2 -2
- package/dist/lib/exceptions/request_timeout_exception.js.map +1 -1
- package/dist/lib/exceptions/serial_port_busy_exception.js +2 -2
- package/dist/lib/exceptions/serial_port_busy_exception.js.map +1 -1
- package/dist/lib/exceptions/set_device_state_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/set_device_state_exception_data.js +9 -8
- package/dist/lib/exceptions/set_device_state_exception_data.js.map +1 -1
- package/dist/lib/exceptions/set_device_state_failed_exception.js +2 -2
- package/dist/lib/exceptions/set_device_state_failed_exception.js.map +1 -1
- package/dist/lib/exceptions/set_peripheral_state_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/set_peripheral_state_exception_data.js +5 -4
- package/dist/lib/exceptions/set_peripheral_state_exception_data.js.map +1 -1
- package/dist/lib/exceptions/set_peripheral_state_failed_exception.js +2 -2
- package/dist/lib/exceptions/set_peripheral_state_failed_exception.js.map +1 -1
- package/dist/lib/exceptions/stream_discontinuity_exception.js +2 -2
- package/dist/lib/exceptions/stream_discontinuity_exception.js.map +1 -1
- package/dist/lib/exceptions/stream_execution_exception.js +2 -2
- package/dist/lib/exceptions/stream_execution_exception.js.map +1 -1
- package/dist/lib/exceptions/stream_execution_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/stream_execution_exception_data.js +2 -1
- package/dist/lib/exceptions/stream_execution_exception_data.js.map +1 -1
- package/dist/lib/exceptions/stream_mode_exception.js +2 -2
- package/dist/lib/exceptions/stream_mode_exception.js.map +1 -1
- package/dist/lib/exceptions/stream_movement_failed_exception.js +2 -2
- package/dist/lib/exceptions/stream_movement_failed_exception.js.map +1 -1
- package/dist/lib/exceptions/stream_movement_failed_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/stream_movement_failed_exception_data.js +3 -2
- package/dist/lib/exceptions/stream_movement_failed_exception_data.js.map +1 -1
- package/dist/lib/exceptions/stream_movement_interrupted_exception.js +2 -2
- package/dist/lib/exceptions/stream_movement_interrupted_exception.js.map +1 -1
- package/dist/lib/exceptions/stream_movement_interrupted_exception_data.d.ts.map +1 -1
- package/dist/lib/exceptions/stream_movement_interrupted_exception_data.js +3 -2
- package/dist/lib/exceptions/stream_movement_interrupted_exception_data.js.map +1 -1
- package/dist/lib/exceptions/stream_setup_failed_exception.js +2 -2
- package/dist/lib/exceptions/stream_setup_failed_exception.js.map +1 -1
- package/dist/lib/exceptions/timeout_exception.js +2 -2
- package/dist/lib/exceptions/timeout_exception.js.map +1 -1
- package/dist/lib/exceptions/transport_already_used_exception.js +2 -2
- package/dist/lib/exceptions/transport_already_used_exception.js.map +1 -1
- package/dist/lib/exceptions/unknown_request_exception.js +2 -2
- package/dist/lib/exceptions/unknown_request_exception.js.map +1 -1
- package/dist/lib/firmware_version.d.ts.map +1 -1
- package/dist/lib/firmware_version.js +2 -1
- package/dist/lib/firmware_version.js.map +1 -1
- package/dist/lib/gateway/call.d.ts.map +1 -1
- package/dist/lib/gateway/call.js +12 -0
- package/dist/lib/gateway/call.js.map +1 -1
- package/dist/lib/gateway/constants.d.ts +4 -0
- package/dist/lib/gateway/constants.d.ts.map +1 -0
- package/dist/lib/gateway/constants.js +8 -0
- package/dist/lib/gateway/constants.js.map +1 -0
- package/dist/lib/gateway/convert_exceptions.js +3 -3
- package/dist/lib/gateway/convert_exceptions.js.map +1 -1
- package/dist/lib/gateway/index.d.ts +1 -0
- package/dist/lib/gateway/index.d.ts.map +1 -1
- package/dist/lib/gateway/index.js +3 -1
- package/dist/lib/gateway/index.js.map +1 -1
- package/dist/lib/gateway/wasm-exec.d.ts +1 -1
- package/dist/lib/gateway/wasm-exec.d.ts.map +1 -1
- package/dist/lib/gateway/wasm-exec.js +74 -62
- package/dist/lib/gateway/wasm-exec.js.map +1 -1
- package/dist/lib/gcode/axis_definition.d.ts.map +1 -1
- package/dist/lib/gcode/axis_definition.js +2 -1
- package/dist/lib/gcode/axis_definition.js.map +1 -1
- package/dist/lib/gcode/axis_mapping.d.ts.map +1 -1
- package/dist/lib/gcode/axis_mapping.js +2 -1
- package/dist/lib/gcode/axis_mapping.js.map +1 -1
- package/dist/lib/gcode/axis_transformation.d.ts.map +1 -1
- package/dist/lib/gcode/axis_transformation.js +2 -1
- package/dist/lib/gcode/axis_transformation.js.map +1 -1
- package/dist/lib/gcode/device_definition.d.ts.map +1 -1
- package/dist/lib/gcode/device_definition.js +3 -2
- package/dist/lib/gcode/device_definition.js.map +1 -1
- package/dist/lib/gcode/index.d.ts.map +1 -1
- package/dist/lib/gcode/index.js +2 -1
- package/dist/lib/gcode/index.js.map +1 -1
- package/dist/lib/gcode/offline_translator.d.ts +4 -4
- package/dist/lib/gcode/offline_translator.d.ts.map +1 -1
- package/dist/lib/gcode/offline_translator.js +4 -4
- package/dist/lib/gcode/offline_translator.js.map +1 -1
- package/dist/lib/gcode/translate_message.d.ts.map +1 -1
- package/dist/lib/gcode/translate_message.js +2 -1
- package/dist/lib/gcode/translate_message.js.map +1 -1
- package/dist/lib/gcode/translate_result.d.ts.map +1 -1
- package/dist/lib/gcode/translate_result.js +4 -3
- package/dist/lib/gcode/translate_result.js.map +1 -1
- package/dist/lib/gcode/translator.d.ts +2 -2
- package/dist/lib/gcode/translator.d.ts.map +1 -1
- package/dist/lib/gcode/translator.js +3 -3
- package/dist/lib/gcode/translator.js.map +1 -1
- package/dist/lib/gcode/translator_config.d.ts.map +1 -1
- package/dist/lib/gcode/translator_config.js +4 -3
- package/dist/lib/gcode/translator_config.js.map +1 -1
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/lib/index.js +2 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/library.d.ts +6 -2
- package/dist/lib/library.d.ts.map +1 -1
- package/dist/lib/library.js +8 -4
- package/dist/lib/library.js.map +1 -1
- package/dist/lib/log_output_mode.d.ts.map +1 -1
- package/dist/lib/log_output_mode.js +2 -1
- package/dist/lib/log_output_mode.js.map +1 -1
- package/dist/lib/measurement.d.ts.map +1 -1
- package/dist/lib/measurement.js +2 -1
- package/dist/lib/measurement.js.map +1 -1
- package/dist/lib/microscopy/autofocus.d.ts +2 -2
- package/dist/lib/microscopy/autofocus.d.ts.map +1 -1
- package/dist/lib/microscopy/autofocus.js +2 -2
- package/dist/lib/microscopy/autofocus.js.map +1 -1
- package/dist/lib/microscopy/autofocus_status.d.ts.map +1 -1
- package/dist/lib/microscopy/autofocus_status.js +2 -1
- package/dist/lib/microscopy/autofocus_status.js.map +1 -1
- package/dist/lib/microscopy/camera_trigger.d.ts +1 -1
- package/dist/lib/microscopy/camera_trigger.d.ts.map +1 -1
- package/dist/lib/microscopy/camera_trigger.js +2 -2
- package/dist/lib/microscopy/camera_trigger.js.map +1 -1
- package/dist/lib/microscopy/filter_changer.d.ts.map +1 -1
- package/dist/lib/microscopy/filter_changer.js +2 -2
- package/dist/lib/microscopy/filter_changer.js.map +1 -1
- package/dist/lib/microscopy/illuminator.d.ts +1 -1
- package/dist/lib/microscopy/illuminator.d.ts.map +1 -1
- package/dist/lib/microscopy/illuminator.js +4 -4
- package/dist/lib/microscopy/illuminator.js.map +1 -1
- package/dist/lib/microscopy/illuminator_channel.d.ts +4 -4
- package/dist/lib/microscopy/illuminator_channel.d.ts.map +1 -1
- package/dist/lib/microscopy/illuminator_channel.js +8 -8
- package/dist/lib/microscopy/illuminator_channel.js.map +1 -1
- package/dist/lib/microscopy/index.d.ts.map +1 -1
- package/dist/lib/microscopy/index.js +2 -1
- package/dist/lib/microscopy/index.js.map +1 -1
- package/dist/lib/microscopy/microscope.d.ts +4 -4
- package/dist/lib/microscopy/microscope.d.ts.map +1 -1
- package/dist/lib/microscopy/microscope.js +8 -8
- package/dist/lib/microscopy/microscope.js.map +1 -1
- package/dist/lib/microscopy/microscope_config.d.ts.map +1 -1
- package/dist/lib/microscopy/microscope_config.js +2 -1
- package/dist/lib/microscopy/microscope_config.js.map +1 -1
- package/dist/lib/microscopy/objective_changer.d.ts +1 -1
- package/dist/lib/microscopy/objective_changer.d.ts.map +1 -1
- package/dist/lib/microscopy/objective_changer.js +2 -2
- package/dist/lib/microscopy/objective_changer.js.map +1 -1
- package/dist/lib/microscopy/third_party_components.d.ts.map +1 -1
- package/dist/lib/microscopy/third_party_components.js +2 -1
- package/dist/lib/microscopy/third_party_components.js.map +1 -1
- package/dist/lib/microscopy/wdi_autofocus_provider.d.ts +4 -4
- package/dist/lib/microscopy/wdi_autofocus_provider.d.ts.map +1 -1
- package/dist/lib/microscopy/wdi_autofocus_provider.js +8 -8
- package/dist/lib/microscopy/wdi_autofocus_provider.js.map +1 -1
- package/dist/lib/microscopy/wdi_autofocus_provider_status.d.ts.map +1 -1
- package/dist/lib/microscopy/wdi_autofocus_provider_status.js +2 -1
- package/dist/lib/microscopy/wdi_autofocus_provider_status.js.map +1 -1
- package/dist/lib/named_parameter.d.ts.map +1 -1
- package/dist/lib/named_parameter.js +2 -1
- package/dist/lib/named_parameter.js.map +1 -1
- package/dist/lib/product/ge_1_gripper.d.ts +273 -0
- package/dist/lib/product/ge_1_gripper.d.ts.map +1 -0
- package/dist/lib/product/ge_1_gripper.js +528 -0
- package/dist/lib/product/ge_1_gripper.js.map +1 -0
- package/dist/lib/product/ge_1_gripper_direction.d.ts +15 -0
- package/dist/lib/product/ge_1_gripper_direction.d.ts.map +1 -0
- package/dist/lib/product/ge_1_gripper_direction.js +24 -0
- package/dist/lib/product/ge_1_gripper_direction.js.map +1 -0
- package/dist/lib/product/ge_1_gripper_error.d.ts +37 -0
- package/dist/lib/product/ge_1_gripper_error.d.ts.map +1 -0
- package/dist/lib/product/ge_1_gripper_error.js +46 -0
- package/dist/lib/product/ge_1_gripper_error.js.map +1 -0
- package/dist/lib/product/ge_1_gripper_state.d.ts +23 -0
- package/dist/lib/product/ge_1_gripper_state.d.ts.map +1 -0
- package/dist/lib/product/ge_1_gripper_state.js +32 -0
- package/dist/lib/product/ge_1_gripper_state.js.map +1 -0
- package/dist/lib/product/index.d.ts +4 -0
- package/dist/lib/product/index.d.ts.map +1 -1
- package/dist/lib/product/index.js +6 -1
- package/dist/lib/product/index.js.map +1 -1
- package/dist/lib/product/process.d.ts +7 -7
- package/dist/lib/product/process.d.ts.map +1 -1
- package/dist/lib/product/process.js +10 -10
- package/dist/lib/product/process.js.map +1 -1
- package/dist/lib/product/process_controller.js +2 -2
- package/dist/lib/product/process_controller.js.map +1 -1
- package/dist/lib/product/process_controller_mode.d.ts.map +1 -1
- package/dist/lib/product/process_controller_mode.js +2 -1
- package/dist/lib/product/process_controller_mode.js.map +1 -1
- package/dist/lib/product/process_controller_source.d.ts.map +1 -1
- package/dist/lib/product/process_controller_source.js +2 -1
- package/dist/lib/product/process_controller_source.js.map +1 -1
- package/dist/lib/product/process_controller_source_sensor.d.ts.map +1 -1
- package/dist/lib/product/process_controller_source_sensor.js +2 -1
- package/dist/lib/product/process_controller_source_sensor.js.map +1 -1
- package/dist/lib/requests/alert_event_wrapper.d.ts.map +1 -1
- package/dist/lib/requests/alert_event_wrapper.js +2 -1
- package/dist/lib/requests/alert_event_wrapper.js.map +1 -1
- package/dist/lib/requests/autofocus_focus_request.d.ts.map +1 -1
- package/dist/lib/requests/autofocus_focus_request.js +2 -1
- package/dist/lib/requests/autofocus_focus_request.js.map +1 -1
- package/dist/lib/requests/autofocus_get_objective_params_request.d.ts.map +1 -1
- package/dist/lib/requests/autofocus_get_objective_params_request.js +2 -1
- package/dist/lib/requests/autofocus_get_objective_params_request.js.map +1 -1
- package/dist/lib/requests/autofocus_get_objective_params_response.d.ts.map +1 -1
- package/dist/lib/requests/autofocus_get_objective_params_response.js +3 -2
- package/dist/lib/requests/autofocus_get_objective_params_response.js.map +1 -1
- package/dist/lib/requests/autofocus_get_status_response.d.ts.map +1 -1
- package/dist/lib/requests/autofocus_get_status_response.js +2 -1
- package/dist/lib/requests/autofocus_get_status_response.js.map +1 -1
- package/dist/lib/requests/autofocus_set_objective_params_request.d.ts.map +1 -1
- package/dist/lib/requests/autofocus_set_objective_params_request.js +3 -2
- package/dist/lib/requests/autofocus_set_objective_params_request.js.map +1 -1
- package/dist/lib/requests/axes_empty_request.d.ts.map +1 -1
- package/dist/lib/requests/axes_empty_request.js +5 -4
- package/dist/lib/requests/axes_empty_request.js.map +1 -1
- package/dist/lib/requests/axes_get_setting_request.d.ts.map +1 -1
- package/dist/lib/requests/axes_get_setting_request.js +6 -5
- package/dist/lib/requests/axes_get_setting_request.js.map +1 -1
- package/dist/lib/requests/axes_move_request.d.ts.map +1 -1
- package/dist/lib/requests/axes_move_request.js +6 -5
- package/dist/lib/requests/axes_move_request.js.map +1 -1
- package/dist/lib/requests/axis_empty_request.d.ts.map +1 -1
- package/dist/lib/requests/axis_empty_request.js +2 -1
- package/dist/lib/requests/axis_empty_request.js.map +1 -1
- package/dist/lib/requests/axis_move_type.d.ts.map +1 -1
- package/dist/lib/requests/axis_move_type.js +2 -1
- package/dist/lib/requests/axis_move_type.js.map +1 -1
- package/dist/lib/requests/axis_to_string_request.d.ts.map +1 -1
- package/dist/lib/requests/axis_to_string_request.js +2 -1
- package/dist/lib/requests/axis_to_string_request.js.map +1 -1
- package/dist/lib/requests/binary_device_detect_request.d.ts.map +1 -1
- package/dist/lib/requests/binary_device_detect_request.js +2 -1
- package/dist/lib/requests/binary_device_detect_request.js.map +1 -1
- package/dist/lib/requests/binary_device_detect_response.d.ts.map +1 -1
- package/dist/lib/requests/binary_device_detect_response.js +3 -2
- package/dist/lib/requests/binary_device_detect_response.js.map +1 -1
- package/dist/lib/requests/binary_device_get_setting_request.d.ts.map +1 -1
- package/dist/lib/requests/binary_device_get_setting_request.js +2 -1
- package/dist/lib/requests/binary_device_get_setting_request.js.map +1 -1
- package/dist/lib/requests/binary_device_home_request.d.ts.map +1 -1
- package/dist/lib/requests/binary_device_home_request.js +2 -1
- package/dist/lib/requests/binary_device_home_request.js.map +1 -1
- package/dist/lib/requests/binary_device_move_request.d.ts.map +1 -1
- package/dist/lib/requests/binary_device_move_request.js +2 -1
- package/dist/lib/requests/binary_device_move_request.js.map +1 -1
- package/dist/lib/requests/binary_device_set_setting_request.d.ts.map +1 -1
- package/dist/lib/requests/binary_device_set_setting_request.js +2 -1
- package/dist/lib/requests/binary_device_set_setting_request.js.map +1 -1
- package/dist/lib/requests/binary_device_stop_request.d.ts.map +1 -1
- package/dist/lib/requests/binary_device_stop_request.js +2 -1
- package/dist/lib/requests/binary_device_stop_request.js.map +1 -1
- package/dist/lib/requests/binary_generic_with_units_request.d.ts.map +1 -1
- package/dist/lib/requests/binary_generic_with_units_request.js +2 -1
- package/dist/lib/requests/binary_generic_with_units_request.js.map +1 -1
- package/dist/lib/requests/binary_message_collection.d.ts.map +1 -1
- package/dist/lib/requests/binary_message_collection.js +3 -2
- package/dist/lib/requests/binary_message_collection.js.map +1 -1
- package/dist/lib/requests/binary_reply_only_event_wrapper.d.ts.map +1 -1
- package/dist/lib/requests/binary_reply_only_event_wrapper.js +2 -1
- package/dist/lib/requests/binary_reply_only_event_wrapper.js.map +1 -1
- package/dist/lib/requests/bool_response.d.ts.map +1 -1
- package/dist/lib/requests/bool_response.js +2 -1
- package/dist/lib/requests/bool_response.js.map +1 -1
- package/dist/lib/requests/can_set_state_axis_response.d.ts.map +1 -1
- package/dist/lib/requests/can_set_state_axis_response.js +2 -1
- package/dist/lib/requests/can_set_state_axis_response.js.map +1 -1
- package/dist/lib/requests/can_set_state_request.d.ts.map +1 -1
- package/dist/lib/requests/can_set_state_request.js +2 -1
- package/dist/lib/requests/can_set_state_request.js.map +1 -1
- package/dist/lib/requests/channel_on.d.ts.map +1 -1
- package/dist/lib/requests/channel_on.js +2 -1
- package/dist/lib/requests/channel_on.js.map +1 -1
- package/dist/lib/requests/channel_set_intensity.d.ts.map +1 -1
- package/dist/lib/requests/channel_set_intensity.js +2 -1
- package/dist/lib/requests/channel_set_intensity.js.map +1 -1
- package/dist/lib/requests/check_version_request.d.ts.map +1 -1
- package/dist/lib/requests/check_version_request.js +2 -1
- package/dist/lib/requests/check_version_request.js.map +1 -1
- package/dist/lib/requests/custom_interface_close_request.d.ts.map +1 -1
- package/dist/lib/requests/custom_interface_close_request.js +2 -1
- package/dist/lib/requests/custom_interface_close_request.js.map +1 -1
- package/dist/lib/requests/custom_interface_open_response.d.ts.map +1 -1
- package/dist/lib/requests/custom_interface_open_response.js +2 -1
- package/dist/lib/requests/custom_interface_open_response.js.map +1 -1
- package/dist/lib/requests/custom_interface_read_request.d.ts.map +1 -1
- package/dist/lib/requests/custom_interface_read_request.js +2 -1
- package/dist/lib/requests/custom_interface_read_request.js.map +1 -1
- package/dist/lib/requests/custom_interface_write_request.d.ts.map +1 -1
- package/dist/lib/requests/custom_interface_write_request.js +2 -1
- package/dist/lib/requests/custom_interface_write_request.js.map +1 -1
- package/dist/lib/requests/device_cancel_all_outputs_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/device_cancel_all_outputs_schedule_request.js +3 -2
- package/dist/lib/requests/device_cancel_all_outputs_schedule_request.js.map +1 -1
- package/dist/lib/requests/device_cancel_output_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/device_cancel_output_schedule_request.js +2 -1
- package/dist/lib/requests/device_cancel_output_schedule_request.js.map +1 -1
- package/dist/lib/requests/device_convert_setting_request.d.ts.map +1 -1
- package/dist/lib/requests/device_convert_setting_request.js +2 -1
- package/dist/lib/requests/device_convert_setting_request.js.map +1 -1
- package/dist/lib/requests/device_detect_request.d.ts.map +1 -1
- package/dist/lib/requests/device_detect_request.js +2 -1
- package/dist/lib/requests/device_detect_request.js.map +1 -1
- package/dist/lib/requests/device_detect_response.d.ts.map +1 -1
- package/dist/lib/requests/device_detect_response.js +3 -2
- package/dist/lib/requests/device_detect_response.js.map +1 -1
- package/dist/lib/requests/device_empty_request.d.ts.map +1 -1
- package/dist/lib/requests/device_empty_request.js +2 -1
- package/dist/lib/requests/device_empty_request.js.map +1 -1
- package/dist/lib/requests/device_get_all_analog_io_request.d.ts.map +1 -1
- package/dist/lib/requests/device_get_all_analog_io_request.js +2 -1
- package/dist/lib/requests/device_get_all_analog_io_request.js.map +1 -1
- package/dist/lib/requests/device_get_all_analog_io_response.d.ts.map +1 -1
- package/dist/lib/requests/device_get_all_analog_io_response.js +3 -2
- package/dist/lib/requests/device_get_all_analog_io_response.js.map +1 -1
- package/dist/lib/requests/device_get_all_digital_io_request.d.ts.map +1 -1
- package/dist/lib/requests/device_get_all_digital_io_request.js +2 -1
- package/dist/lib/requests/device_get_all_digital_io_request.js.map +1 -1
- package/dist/lib/requests/device_get_all_digital_io_response.d.ts.map +1 -1
- package/dist/lib/requests/device_get_all_digital_io_response.js +3 -2
- package/dist/lib/requests/device_get_all_digital_io_response.js.map +1 -1
- package/dist/lib/requests/device_get_analog_io_request.d.ts.map +1 -1
- package/dist/lib/requests/device_get_analog_io_request.js +2 -1
- package/dist/lib/requests/device_get_analog_io_request.js.map +1 -1
- package/dist/lib/requests/device_get_digital_io_request.d.ts.map +1 -1
- package/dist/lib/requests/device_get_digital_io_request.js +2 -1
- package/dist/lib/requests/device_get_digital_io_request.js.map +1 -1
- package/dist/lib/requests/device_get_setting_request.d.ts.map +1 -1
- package/dist/lib/requests/device_get_setting_request.js +2 -1
- package/dist/lib/requests/device_get_setting_request.js.map +1 -1
- package/dist/lib/requests/device_get_storage_request.d.ts.map +1 -1
- package/dist/lib/requests/device_get_storage_request.js +2 -1
- package/dist/lib/requests/device_get_storage_request.js.map +1 -1
- package/dist/lib/requests/device_get_warnings_request.d.ts.map +1 -1
- package/dist/lib/requests/device_get_warnings_request.js +2 -1
- package/dist/lib/requests/device_get_warnings_request.js.map +1 -1
- package/dist/lib/requests/device_get_warnings_response.d.ts.map +1 -1
- package/dist/lib/requests/device_get_warnings_response.js +3 -2
- package/dist/lib/requests/device_get_warnings_response.js.map +1 -1
- package/dist/lib/requests/device_home_request.d.ts.map +1 -1
- package/dist/lib/requests/device_home_request.js +2 -1
- package/dist/lib/requests/device_home_request.js.map +1 -1
- package/dist/lib/requests/device_identify_request.d.ts.map +1 -1
- package/dist/lib/requests/device_identify_request.js +2 -1
- package/dist/lib/requests/device_identify_request.js.map +1 -1
- package/dist/lib/requests/device_move_request.d.ts.map +1 -1
- package/dist/lib/requests/device_move_request.js +2 -1
- package/dist/lib/requests/device_move_request.js.map +1 -1
- package/dist/lib/requests/device_move_sin_request.d.ts.map +1 -1
- package/dist/lib/requests/device_move_sin_request.js +2 -1
- package/dist/lib/requests/device_move_sin_request.js.map +1 -1
- package/dist/lib/requests/device_multi_get_setting_request.d.ts.map +1 -1
- package/dist/lib/requests/device_multi_get_setting_request.js +4 -3
- package/dist/lib/requests/device_multi_get_setting_request.js.map +1 -1
- package/dist/lib/requests/device_on_all_request.d.ts.map +1 -1
- package/dist/lib/requests/device_on_all_request.js +2 -1
- package/dist/lib/requests/device_on_all_request.js.map +1 -1
- package/dist/lib/requests/device_on_all_response.d.ts.map +1 -1
- package/dist/lib/requests/device_on_all_response.js +3 -2
- package/dist/lib/requests/device_on_all_response.js.map +1 -1
- package/dist/lib/requests/device_restore_request.d.ts.map +1 -1
- package/dist/lib/requests/device_restore_request.js +2 -1
- package/dist/lib/requests/device_restore_request.js.map +1 -1
- package/dist/lib/requests/device_set_all_analog_outputs_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_all_analog_outputs_request.js +3 -2
- package/dist/lib/requests/device_set_all_analog_outputs_request.js.map +1 -1
- package/dist/lib/requests/device_set_all_analog_outputs_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_all_analog_outputs_schedule_request.js +4 -3
- package/dist/lib/requests/device_set_all_analog_outputs_schedule_request.js.map +1 -1
- package/dist/lib/requests/device_set_all_digital_outputs_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_all_digital_outputs_request.js +3 -2
- package/dist/lib/requests/device_set_all_digital_outputs_request.js.map +1 -1
- package/dist/lib/requests/device_set_all_digital_outputs_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_all_digital_outputs_schedule_request.js +4 -3
- package/dist/lib/requests/device_set_all_digital_outputs_schedule_request.js.map +1 -1
- package/dist/lib/requests/device_set_analog_output_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_analog_output_request.js +2 -1
- package/dist/lib/requests/device_set_analog_output_request.js.map +1 -1
- package/dist/lib/requests/device_set_analog_output_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_analog_output_schedule_request.js +2 -1
- package/dist/lib/requests/device_set_analog_output_schedule_request.js.map +1 -1
- package/dist/lib/requests/device_set_digital_output_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_digital_output_request.js +2 -1
- package/dist/lib/requests/device_set_digital_output_request.js.map +1 -1
- package/dist/lib/requests/device_set_digital_output_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_digital_output_schedule_request.js +2 -1
- package/dist/lib/requests/device_set_digital_output_schedule_request.js.map +1 -1
- package/dist/lib/requests/device_set_lowpass_filter_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_lowpass_filter_request.js +2 -1
- package/dist/lib/requests/device_set_lowpass_filter_request.js.map +1 -1
- package/dist/lib/requests/device_set_setting_bool_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_setting_bool_request.js +2 -1
- package/dist/lib/requests/device_set_setting_bool_request.js.map +1 -1
- package/dist/lib/requests/device_set_setting_int_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_setting_int_request.js +2 -1
- package/dist/lib/requests/device_set_setting_int_request.js.map +1 -1
- package/dist/lib/requests/device_set_setting_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_setting_request.js +2 -1
- package/dist/lib/requests/device_set_setting_request.js.map +1 -1
- package/dist/lib/requests/device_set_setting_str_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_setting_str_request.js +2 -1
- package/dist/lib/requests/device_set_setting_str_request.js.map +1 -1
- package/dist/lib/requests/device_set_storage_bool_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_storage_bool_request.js +2 -1
- package/dist/lib/requests/device_set_storage_bool_request.js.map +1 -1
- package/dist/lib/requests/device_set_storage_number_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_storage_number_request.js +2 -1
- package/dist/lib/requests/device_set_storage_number_request.js.map +1 -1
- package/dist/lib/requests/device_set_storage_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_storage_request.js +2 -1
- package/dist/lib/requests/device_set_storage_request.js.map +1 -1
- package/dist/lib/requests/device_set_unit_conversions_request.d.ts.map +1 -1
- package/dist/lib/requests/device_set_unit_conversions_request.js +3 -2
- package/dist/lib/requests/device_set_unit_conversions_request.js.map +1 -1
- package/dist/lib/requests/device_stop_request.d.ts.map +1 -1
- package/dist/lib/requests/device_stop_request.js +2 -1
- package/dist/lib/requests/device_stop_request.js.map +1 -1
- package/dist/lib/requests/device_storage_list_keys_request.d.ts.map +1 -1
- package/dist/lib/requests/device_storage_list_keys_request.js +2 -1
- package/dist/lib/requests/device_storage_list_keys_request.js.map +1 -1
- package/dist/lib/requests/device_storage_request.d.ts.map +1 -1
- package/dist/lib/requests/device_storage_request.js +2 -1
- package/dist/lib/requests/device_storage_request.js.map +1 -1
- package/dist/lib/requests/device_type.d.ts.map +1 -1
- package/dist/lib/requests/device_type.js +2 -1
- package/dist/lib/requests/device_type.js.map +1 -1
- package/dist/lib/requests/device_wait_until_idle_request.d.ts.map +1 -1
- package/dist/lib/requests/device_wait_until_idle_request.js +2 -1
- package/dist/lib/requests/device_wait_until_idle_request.js.map +1 -1
- package/dist/lib/requests/disconnected_event.d.ts.map +1 -1
- package/dist/lib/requests/disconnected_event.js +2 -1
- package/dist/lib/requests/disconnected_event.js.map +1 -1
- package/dist/lib/requests/discover_mdns_request.d.ts.map +1 -1
- package/dist/lib/requests/discover_mdns_request.js +2 -1
- package/dist/lib/requests/discover_mdns_request.js.map +1 -1
- package/dist/lib/requests/discover_tcp_devices_response.d.ts.map +1 -1
- package/dist/lib/requests/discover_tcp_devices_response.js +3 -2
- package/dist/lib/requests/discover_tcp_devices_response.js.map +1 -1
- package/dist/lib/requests/double_array_response.d.ts.map +1 -1
- package/dist/lib/requests/double_array_response.js +3 -2
- package/dist/lib/requests/double_array_response.js.map +1 -1
- package/dist/lib/requests/double_response.d.ts.map +1 -1
- package/dist/lib/requests/double_response.js +2 -1
- package/dist/lib/requests/double_response.js.map +1 -1
- package/dist/lib/requests/driver_enable_request.d.ts.map +1 -1
- package/dist/lib/requests/driver_enable_request.js +2 -1
- package/dist/lib/requests/driver_enable_request.js.map +1 -1
- package/dist/lib/requests/empty_autofocus_request.d.ts.map +1 -1
- package/dist/lib/requests/empty_autofocus_request.js +2 -1
- package/dist/lib/requests/empty_autofocus_request.js.map +1 -1
- package/dist/lib/requests/empty_request.d.ts.map +1 -1
- package/dist/lib/requests/empty_request.js +2 -1
- package/dist/lib/requests/empty_request.js.map +1 -1
- package/dist/lib/requests/errors.d.ts +11 -11
- package/dist/lib/requests/errors.d.ts.map +1 -1
- package/dist/lib/requests/errors.js +13 -12
- package/dist/lib/requests/errors.js.map +1 -1
- package/dist/lib/requests/find_device_request.d.ts.map +1 -1
- package/dist/lib/requests/find_device_request.js +2 -1
- package/dist/lib/requests/find_device_request.js.map +1 -1
- package/dist/lib/requests/find_device_response.d.ts.map +1 -1
- package/dist/lib/requests/find_device_response.js +2 -1
- package/dist/lib/requests/find_device_response.js.map +1 -1
- package/dist/lib/requests/forget_devices_request.d.ts.map +1 -1
- package/dist/lib/requests/forget_devices_request.js +3 -2
- package/dist/lib/requests/forget_devices_request.js.map +1 -1
- package/dist/lib/requests/gateway_event.d.ts.map +1 -1
- package/dist/lib/requests/gateway_event.js +2 -1
- package/dist/lib/requests/gateway_event.js.map +1 -1
- package/dist/lib/requests/gateway_request.d.ts.map +1 -1
- package/dist/lib/requests/gateway_request.js +2 -1
- package/dist/lib/requests/gateway_request.js.map +1 -1
- package/dist/lib/requests/gateway_response.d.ts.map +1 -1
- package/dist/lib/requests/gateway_response.js +2 -1
- package/dist/lib/requests/gateway_response.js.map +1 -1
- package/dist/lib/requests/ge_1_gripper_activate_preset_request.d.ts +15 -0
- package/dist/lib/requests/ge_1_gripper_activate_preset_request.d.ts.map +1 -0
- package/dist/lib/requests/ge_1_gripper_activate_preset_request.js +43 -0
- package/dist/lib/requests/ge_1_gripper_activate_preset_request.js.map +1 -0
- package/dist/lib/requests/ge_1_gripper_calibrate_request.d.ts +14 -0
- package/dist/lib/requests/ge_1_gripper_calibrate_request.d.ts.map +1 -0
- package/dist/lib/requests/ge_1_gripper_calibrate_request.js +39 -0
- package/dist/lib/requests/ge_1_gripper_calibrate_request.js.map +1 -0
- package/dist/lib/requests/ge_1_gripper_empty_request.d.ts +13 -0
- package/dist/lib/requests/ge_1_gripper_empty_request.d.ts.map +1 -0
- package/dist/lib/requests/ge_1_gripper_empty_request.js +35 -0
- package/dist/lib/requests/ge_1_gripper_empty_request.js.map +1 -0
- package/dist/lib/requests/ge_1_gripper_get_error_response.d.ts +14 -0
- package/dist/lib/requests/ge_1_gripper_get_error_response.d.ts.map +1 -0
- package/dist/lib/requests/ge_1_gripper_get_error_response.js +36 -0
- package/dist/lib/requests/ge_1_gripper_get_error_response.js.map +1 -0
- package/dist/lib/requests/ge_1_gripper_get_state_response.d.ts +14 -0
- package/dist/lib/requests/ge_1_gripper_get_state_response.d.ts.map +1 -0
- package/dist/lib/requests/ge_1_gripper_get_state_response.js +36 -0
- package/dist/lib/requests/ge_1_gripper_get_state_response.js.map +1 -0
- package/dist/lib/requests/ge_1_gripper_move_request.d.ts +15 -0
- package/dist/lib/requests/ge_1_gripper_move_request.d.ts.map +1 -0
- package/dist/lib/requests/ge_1_gripper_move_request.js +43 -0
- package/dist/lib/requests/ge_1_gripper_move_request.js.map +1 -0
- package/dist/lib/requests/ge_1_gripper_open_connection_request.d.ts +15 -0
- package/dist/lib/requests/ge_1_gripper_open_connection_request.d.ts.map +1 -0
- package/dist/lib/requests/ge_1_gripper_open_connection_request.js +43 -0
- package/dist/lib/requests/ge_1_gripper_open_connection_request.js.map +1 -0
- package/dist/lib/requests/ge_1_gripper_read_register_request.d.ts +14 -0
- package/dist/lib/requests/ge_1_gripper_read_register_request.d.ts.map +1 -0
- package/dist/lib/requests/ge_1_gripper_read_register_request.js +39 -0
- package/dist/lib/requests/ge_1_gripper_read_register_request.js.map +1 -0
- package/dist/lib/requests/ge_1_gripper_set_auto_home_request.d.ts +15 -0
- package/dist/lib/requests/ge_1_gripper_set_auto_home_request.d.ts.map +1 -0
- package/dist/lib/requests/ge_1_gripper_set_auto_home_request.js +43 -0
- package/dist/lib/requests/ge_1_gripper_set_auto_home_request.js.map +1 -0
- package/dist/lib/requests/ge_1_gripper_set_force_request.d.ts +14 -0
- package/dist/lib/requests/ge_1_gripper_set_force_request.d.ts.map +1 -0
- package/dist/lib/requests/ge_1_gripper_set_force_request.js +39 -0
- package/dist/lib/requests/ge_1_gripper_set_force_request.js.map +1 -0
- package/dist/lib/requests/ge_1_gripper_set_home_direction_request.d.ts +16 -0
- package/dist/lib/requests/ge_1_gripper_set_home_direction_request.d.ts.map +1 -0
- package/dist/lib/requests/ge_1_gripper_set_home_direction_request.js +44 -0
- package/dist/lib/requests/ge_1_gripper_set_home_direction_request.js.map +1 -0
- package/dist/lib/requests/ge_1_gripper_set_io_enabled_request.d.ts +15 -0
- package/dist/lib/requests/ge_1_gripper_set_io_enabled_request.d.ts.map +1 -0
- package/dist/lib/requests/ge_1_gripper_set_io_enabled_request.js +43 -0
- package/dist/lib/requests/ge_1_gripper_set_io_enabled_request.js.map +1 -0
- package/dist/lib/requests/ge_1_gripper_set_io_input_filter_request.d.ts +15 -0
- package/dist/lib/requests/ge_1_gripper_set_io_input_filter_request.d.ts.map +1 -0
- package/dist/lib/requests/ge_1_gripper_set_io_input_filter_request.js +43 -0
- package/dist/lib/requests/ge_1_gripper_set_io_input_filter_request.js.map +1 -0
- package/dist/lib/requests/ge_1_gripper_set_preset_request.d.ts +18 -0
- package/dist/lib/requests/ge_1_gripper_set_preset_request.d.ts.map +1 -0
- package/dist/lib/requests/ge_1_gripper_set_preset_request.js +55 -0
- package/dist/lib/requests/ge_1_gripper_set_preset_request.js.map +1 -0
- package/dist/lib/requests/ge_1_gripper_set_speed_request.d.ts +14 -0
- package/dist/lib/requests/ge_1_gripper_set_speed_request.d.ts.map +1 -0
- package/dist/lib/requests/ge_1_gripper_set_speed_request.js +39 -0
- package/dist/lib/requests/ge_1_gripper_set_speed_request.js.map +1 -0
- package/dist/lib/requests/ge_1_gripper_wait_until_idle_request.d.ts +14 -0
- package/dist/lib/requests/ge_1_gripper_wait_until_idle_request.d.ts.map +1 -0
- package/dist/lib/requests/ge_1_gripper_wait_until_idle_request.js +39 -0
- package/dist/lib/requests/ge_1_gripper_wait_until_idle_request.js.map +1 -0
- package/dist/lib/requests/ge_1_gripper_write_register_request.d.ts +15 -0
- package/dist/lib/requests/ge_1_gripper_write_register_request.d.ts.map +1 -0
- package/dist/lib/requests/ge_1_gripper_write_register_request.js +43 -0
- package/dist/lib/requests/ge_1_gripper_write_register_request.js.map +1 -0
- package/dist/lib/requests/generic_binary_request.d.ts.map +1 -1
- package/dist/lib/requests/generic_binary_request.js +2 -1
- package/dist/lib/requests/generic_binary_request.js.map +1 -1
- package/dist/lib/requests/generic_command_request.d.ts.map +1 -1
- package/dist/lib/requests/generic_command_request.js +2 -1
- package/dist/lib/requests/generic_command_request.js.map +1 -1
- package/dist/lib/requests/generic_command_response_collection.d.ts.map +1 -1
- package/dist/lib/requests/generic_command_response_collection.js +3 -2
- package/dist/lib/requests/generic_command_response_collection.js.map +1 -1
- package/dist/lib/requests/get_all_io_port_labels_response.d.ts.map +1 -1
- package/dist/lib/requests/get_all_io_port_labels_response.js +3 -2
- package/dist/lib/requests/get_all_io_port_labels_response.js.map +1 -1
- package/dist/lib/requests/get_axis_setting_results.d.ts.map +1 -1
- package/dist/lib/requests/get_axis_setting_results.js +3 -2
- package/dist/lib/requests/get_axis_setting_results.js.map +1 -1
- package/dist/lib/requests/get_command_unit_conversion_response.d.ts.map +1 -1
- package/dist/lib/requests/get_command_unit_conversion_response.js +3 -2
- package/dist/lib/requests/get_command_unit_conversion_response.js.map +1 -1
- package/dist/lib/requests/get_io_port_label_request.d.ts.map +1 -1
- package/dist/lib/requests/get_io_port_label_request.js +2 -1
- package/dist/lib/requests/get_io_port_label_request.js.map +1 -1
- package/dist/lib/requests/get_setting_results.d.ts.map +1 -1
- package/dist/lib/requests/get_setting_results.js +3 -2
- package/dist/lib/requests/get_setting_results.js.map +1 -1
- package/dist/lib/requests/get_simple_tuning_param_definition_response.d.ts.map +1 -1
- package/dist/lib/requests/get_simple_tuning_param_definition_response.js +3 -2
- package/dist/lib/requests/get_simple_tuning_param_definition_response.js.map +1 -1
- package/dist/lib/requests/index.d.ts +24 -1
- package/dist/lib/requests/index.d.ts.map +1 -1
- package/dist/lib/requests/index.js +26 -2
- package/dist/lib/requests/index.js.map +1 -1
- package/dist/lib/requests/int_64_response.d.ts.map +1 -1
- package/dist/lib/requests/int_64_response.js +2 -1
- package/dist/lib/requests/int_64_response.js.map +1 -1
- package/dist/lib/requests/int_array_response.d.ts.map +1 -1
- package/dist/lib/requests/int_array_response.js +3 -2
- package/dist/lib/requests/int_array_response.js.map +1 -1
- package/dist/lib/requests/int_request.d.ts.map +1 -1
- package/dist/lib/requests/int_request.js +2 -1
- package/dist/lib/requests/int_request.js.map +1 -1
- package/dist/lib/requests/int_response.d.ts.map +1 -1
- package/dist/lib/requests/int_response.js +2 -1
- package/dist/lib/requests/int_response.js.map +1 -1
- package/dist/lib/requests/interface_empty_request.d.ts.map +1 -1
- package/dist/lib/requests/interface_empty_request.js +2 -1
- package/dist/lib/requests/interface_empty_request.js.map +1 -1
- package/dist/lib/requests/interface_type.d.ts.map +1 -1
- package/dist/lib/requests/interface_type.js +2 -1
- package/dist/lib/requests/interface_type.js.map +1 -1
- package/dist/lib/requests/load_paramset.d.ts.map +1 -1
- package/dist/lib/requests/load_paramset.js +2 -1
- package/dist/lib/requests/load_paramset.js.map +1 -1
- package/dist/lib/requests/lockstep_disable_request.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_disable_request.js +2 -1
- package/dist/lib/requests/lockstep_disable_request.js.map +1 -1
- package/dist/lib/requests/lockstep_empty_request.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_empty_request.js +2 -1
- package/dist/lib/requests/lockstep_empty_request.js.map +1 -1
- package/dist/lib/requests/lockstep_enable_request.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_enable_request.js +3 -2
- package/dist/lib/requests/lockstep_enable_request.js.map +1 -1
- package/dist/lib/requests/lockstep_get_axis_numbers_response.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_get_axis_numbers_response.js +3 -2
- package/dist/lib/requests/lockstep_get_axis_numbers_response.js.map +1 -1
- package/dist/lib/requests/lockstep_get_request.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_get_request.js +2 -1
- package/dist/lib/requests/lockstep_get_request.js.map +1 -1
- package/dist/lib/requests/lockstep_home_request.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_home_request.js +2 -1
- package/dist/lib/requests/lockstep_home_request.js.map +1 -1
- package/dist/lib/requests/lockstep_move_request.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_move_request.js +2 -1
- package/dist/lib/requests/lockstep_move_request.js.map +1 -1
- package/dist/lib/requests/lockstep_move_sin_request.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_move_sin_request.js +2 -1
- package/dist/lib/requests/lockstep_move_sin_request.js.map +1 -1
- package/dist/lib/requests/lockstep_set_request.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_set_request.js +2 -1
- package/dist/lib/requests/lockstep_set_request.js.map +1 -1
- package/dist/lib/requests/lockstep_stop_request.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_stop_request.js +2 -1
- package/dist/lib/requests/lockstep_stop_request.js.map +1 -1
- package/dist/lib/requests/lockstep_wait_until_idle_request.d.ts.map +1 -1
- package/dist/lib/requests/lockstep_wait_until_idle_request.js +2 -1
- package/dist/lib/requests/lockstep_wait_until_idle_request.js.map +1 -1
- package/dist/lib/requests/microscope_config_response.d.ts.map +1 -1
- package/dist/lib/requests/microscope_config_response.js +2 -1
- package/dist/lib/requests/microscope_config_response.js.map +1 -1
- package/dist/lib/requests/microscope_empty_request.d.ts.map +1 -1
- package/dist/lib/requests/microscope_empty_request.js +2 -1
- package/dist/lib/requests/microscope_empty_request.js.map +1 -1
- package/dist/lib/requests/microscope_find_request.d.ts.map +1 -1
- package/dist/lib/requests/microscope_find_request.js +2 -1
- package/dist/lib/requests/microscope_find_request.js.map +1 -1
- package/dist/lib/requests/microscope_init_request.d.ts.map +1 -1
- package/dist/lib/requests/microscope_init_request.js +2 -1
- package/dist/lib/requests/microscope_init_request.js.map +1 -1
- package/dist/lib/requests/microscope_trigger_camera_request.d.ts.map +1 -1
- package/dist/lib/requests/microscope_trigger_camera_request.js +2 -1
- package/dist/lib/requests/microscope_trigger_camera_request.js.map +1 -1
- package/dist/lib/requests/objective_changer_change_request.d.ts.map +1 -1
- package/dist/lib/requests/objective_changer_change_request.js +2 -1
- package/dist/lib/requests/objective_changer_change_request.js.map +1 -1
- package/dist/lib/requests/objective_changer_create_response.d.ts.map +1 -1
- package/dist/lib/requests/objective_changer_create_response.js +2 -1
- package/dist/lib/requests/objective_changer_create_response.js.map +1 -1
- package/dist/lib/requests/objective_changer_get_current_response.d.ts.map +1 -1
- package/dist/lib/requests/objective_changer_get_current_response.js +2 -1
- package/dist/lib/requests/objective_changer_get_current_response.js.map +1 -1
- package/dist/lib/requests/objective_changer_request.d.ts.map +1 -1
- package/dist/lib/requests/objective_changer_request.js +2 -1
- package/dist/lib/requests/objective_changer_request.js.map +1 -1
- package/dist/lib/requests/objective_changer_set_request.d.ts.map +1 -1
- package/dist/lib/requests/objective_changer_set_request.js +2 -1
- package/dist/lib/requests/objective_changer_set_request.js.map +1 -1
- package/dist/lib/requests/open_binary_interface_request.d.ts.map +1 -1
- package/dist/lib/requests/open_binary_interface_request.js +2 -1
- package/dist/lib/requests/open_binary_interface_request.js.map +1 -1
- package/dist/lib/requests/open_interface_request.d.ts.map +1 -1
- package/dist/lib/requests/open_interface_request.js +3 -2
- package/dist/lib/requests/open_interface_request.js.map +1 -1
- package/dist/lib/requests/open_interface_response.d.ts.map +1 -1
- package/dist/lib/requests/open_interface_response.js +2 -1
- package/dist/lib/requests/open_interface_response.js.map +1 -1
- package/dist/lib/requests/oscilloscope_add_io_channel_request.d.ts.map +1 -1
- package/dist/lib/requests/oscilloscope_add_io_channel_request.js +2 -1
- package/dist/lib/requests/oscilloscope_add_io_channel_request.js.map +1 -1
- package/dist/lib/requests/oscilloscope_add_setting_channel_request.d.ts.map +1 -1
- package/dist/lib/requests/oscilloscope_add_setting_channel_request.js +2 -1
- package/dist/lib/requests/oscilloscope_add_setting_channel_request.js.map +1 -1
- package/dist/lib/requests/oscilloscope_data_get_request.d.ts.map +1 -1
- package/dist/lib/requests/oscilloscope_data_get_request.js +2 -1
- package/dist/lib/requests/oscilloscope_data_get_request.js.map +1 -1
- package/dist/lib/requests/oscilloscope_data_get_sample_time_request.d.ts.map +1 -1
- package/dist/lib/requests/oscilloscope_data_get_sample_time_request.js +2 -1
- package/dist/lib/requests/oscilloscope_data_get_sample_time_request.js.map +1 -1
- package/dist/lib/requests/oscilloscope_data_get_samples_response.d.ts.map +1 -1
- package/dist/lib/requests/oscilloscope_data_get_samples_response.js +3 -2
- package/dist/lib/requests/oscilloscope_data_get_samples_response.js.map +1 -1
- package/dist/lib/requests/oscilloscope_data_identifier.d.ts.map +1 -1
- package/dist/lib/requests/oscilloscope_data_identifier.js +2 -1
- package/dist/lib/requests/oscilloscope_data_identifier.js.map +1 -1
- package/dist/lib/requests/oscilloscope_read_response.d.ts.map +1 -1
- package/dist/lib/requests/oscilloscope_read_response.js +3 -2
- package/dist/lib/requests/oscilloscope_read_response.js.map +1 -1
- package/dist/lib/requests/oscilloscope_request.d.ts.map +1 -1
- package/dist/lib/requests/oscilloscope_request.js +2 -1
- package/dist/lib/requests/oscilloscope_request.js.map +1 -1
- package/dist/lib/requests/oscilloscope_start_request.d.ts.map +1 -1
- package/dist/lib/requests/oscilloscope_start_request.js +2 -1
- package/dist/lib/requests/oscilloscope_start_request.js.map +1 -1
- package/dist/lib/requests/prepare_command_request.d.ts.map +1 -1
- package/dist/lib/requests/prepare_command_request.js +3 -2
- package/dist/lib/requests/prepare_command_request.js.map +1 -1
- package/dist/lib/requests/process_on.d.ts.map +1 -1
- package/dist/lib/requests/process_on.js +2 -1
- package/dist/lib/requests/process_on.js.map +1 -1
- package/dist/lib/requests/pvt_buffer_get_sequence_data_request.d.ts +1 -1
- package/dist/lib/requests/pvt_buffer_get_sequence_data_request.d.ts.map +1 -1
- package/dist/lib/requests/pvt_buffer_get_sequence_data_request.js +6 -5
- package/dist/lib/requests/pvt_buffer_get_sequence_data_request.js.map +1 -1
- package/dist/lib/requests/pvt_buffer_get_sequence_data_response.d.ts +14 -0
- package/dist/lib/requests/pvt_buffer_get_sequence_data_response.d.ts.map +1 -0
- package/dist/lib/requests/pvt_buffer_get_sequence_data_response.js +40 -0
- package/dist/lib/requests/pvt_buffer_get_sequence_data_response.js.map +1 -0
- package/dist/lib/requests/pvt_convert_time_request.d.ts +15 -0
- package/dist/lib/requests/pvt_convert_time_request.d.ts.map +1 -0
- package/dist/lib/requests/pvt_convert_time_request.js +46 -0
- package/dist/lib/requests/pvt_convert_time_request.js.map +1 -0
- package/dist/lib/requests/pvt_convert_time_response.d.ts +14 -0
- package/dist/lib/requests/pvt_convert_time_response.d.ts.map +1 -0
- package/dist/lib/requests/pvt_convert_time_response.js +40 -0
- package/dist/lib/requests/pvt_convert_time_response.js.map +1 -0
- package/dist/lib/requests/pvt_generate_positions_request.d.ts +2 -4
- package/dist/lib/requests/pvt_generate_positions_request.d.ts.map +1 -1
- package/dist/lib/requests/pvt_generate_positions_request.js +13 -16
- package/dist/lib/requests/pvt_generate_positions_request.js.map +1 -1
- package/dist/lib/requests/pvt_generate_sequence_response.d.ts +14 -0
- package/dist/lib/requests/pvt_generate_sequence_response.d.ts.map +1 -0
- package/dist/lib/requests/pvt_generate_sequence_response.js +40 -0
- package/dist/lib/requests/pvt_generate_sequence_response.js.map +1 -0
- package/dist/lib/requests/pvt_generate_velocities_and_times_request.d.ts +2 -2
- package/dist/lib/requests/pvt_generate_velocities_and_times_request.d.ts.map +1 -1
- package/dist/lib/requests/pvt_generate_velocities_and_times_request.js +16 -7
- package/dist/lib/requests/pvt_generate_velocities_and_times_request.js.map +1 -1
- package/dist/lib/requests/pvt_generate_velocities_request.d.ts +2 -6
- package/dist/lib/requests/pvt_generate_velocities_request.d.ts.map +1 -1
- package/dist/lib/requests/pvt_generate_velocities_request.js +13 -21
- package/dist/lib/requests/pvt_generate_velocities_request.js.map +1 -1
- package/dist/lib/requests/pvt_items_request.d.ts +20 -0
- package/dist/lib/requests/pvt_items_request.d.ts.map +1 -0
- package/dist/lib/requests/pvt_items_request.js +67 -0
- package/dist/lib/requests/pvt_items_request.js.map +1 -0
- package/dist/lib/requests/pvt_load_csv_request.d.ts.map +1 -1
- package/dist/lib/requests/pvt_load_csv_request.js +2 -1
- package/dist/lib/requests/pvt_load_csv_request.js.map +1 -1
- package/dist/lib/requests/pvt_partial_convert_time_request.d.ts +15 -0
- package/dist/lib/requests/pvt_partial_convert_time_request.d.ts.map +1 -0
- package/dist/lib/requests/pvt_partial_convert_time_request.js +46 -0
- package/dist/lib/requests/pvt_partial_convert_time_request.js.map +1 -0
- package/dist/lib/requests/pvt_partial_convert_time_response.d.ts +14 -0
- package/dist/lib/requests/pvt_partial_convert_time_response.d.ts.map +1 -0
- package/dist/lib/requests/pvt_partial_convert_time_response.js +40 -0
- package/dist/lib/requests/pvt_partial_convert_time_response.js.map +1 -0
- package/dist/lib/requests/pvt_point_request.d.ts.map +1 -1
- package/dist/lib/requests/pvt_point_request.js +4 -3
- package/dist/lib/requests/pvt_point_request.js.map +1 -1
- package/dist/lib/requests/pvt_points_request.d.ts.map +1 -1
- package/dist/lib/requests/pvt_points_request.js +4 -3
- package/dist/lib/requests/pvt_points_request.js.map +1 -1
- package/dist/lib/requests/pvt_save_csv_request.d.ts +2 -2
- package/dist/lib/requests/pvt_save_csv_request.d.ts.map +1 -1
- package/dist/lib/requests/pvt_save_csv_request.js +16 -8
- package/dist/lib/requests/pvt_save_csv_request.js.map +1 -1
- package/dist/lib/requests/pvt_submit_sequence_data_request.d.ts +2 -2
- package/dist/lib/requests/pvt_submit_sequence_data_request.d.ts.map +1 -1
- package/dist/lib/requests/pvt_submit_sequence_data_request.js +16 -7
- package/dist/lib/requests/pvt_submit_sequence_data_request.js.map +1 -1
- package/dist/lib/requests/renumber_request.d.ts.map +1 -1
- package/dist/lib/requests/renumber_request.js +2 -1
- package/dist/lib/requests/renumber_request.js.map +1 -1
- package/dist/lib/requests/response_type.d.ts.map +1 -1
- package/dist/lib/requests/response_type.js +2 -1
- package/dist/lib/requests/response_type.js.map +1 -1
- package/dist/lib/requests/servo_tuning_paramset_response.d.ts.map +1 -1
- package/dist/lib/requests/servo_tuning_paramset_response.js +2 -1
- package/dist/lib/requests/servo_tuning_paramset_response.js.map +1 -1
- package/dist/lib/requests/servo_tuning_request.d.ts.map +1 -1
- package/dist/lib/requests/servo_tuning_request.js +2 -1
- package/dist/lib/requests/servo_tuning_request.js.map +1 -1
- package/dist/lib/requests/set_device_db_layered_sources_request.d.ts.map +1 -1
- package/dist/lib/requests/set_device_db_layered_sources_request.js +3 -2
- package/dist/lib/requests/set_device_db_layered_sources_request.js.map +1 -1
- package/dist/lib/requests/set_device_db_source_request.d.ts.map +1 -1
- package/dist/lib/requests/set_device_db_source_request.js +2 -1
- package/dist/lib/requests/set_device_db_source_request.js.map +1 -1
- package/dist/lib/requests/set_interface_checksum_enabled_request.d.ts.map +1 -1
- package/dist/lib/requests/set_interface_checksum_enabled_request.js +2 -1
- package/dist/lib/requests/set_interface_checksum_enabled_request.js.map +1 -1
- package/dist/lib/requests/set_interface_timeout_request.d.ts.map +1 -1
- package/dist/lib/requests/set_interface_timeout_request.js +2 -1
- package/dist/lib/requests/set_interface_timeout_request.js.map +1 -1
- package/dist/lib/requests/set_internal_mode_request.d.ts.map +1 -1
- package/dist/lib/requests/set_internal_mode_request.js +2 -1
- package/dist/lib/requests/set_internal_mode_request.js.map +1 -1
- package/dist/lib/requests/set_io_port_label_request.d.ts.map +1 -1
- package/dist/lib/requests/set_io_port_label_request.js +2 -1
- package/dist/lib/requests/set_io_port_label_request.js.map +1 -1
- package/dist/lib/requests/set_log_output_request.d.ts.map +1 -1
- package/dist/lib/requests/set_log_output_request.js +2 -1
- package/dist/lib/requests/set_log_output_request.js.map +1 -1
- package/dist/lib/requests/set_process_controller_source.d.ts.map +1 -1
- package/dist/lib/requests/set_process_controller_source.js +2 -1
- package/dist/lib/requests/set_process_controller_source.js.map +1 -1
- package/dist/lib/requests/set_servo_tuning_pid_request.d.ts.map +1 -1
- package/dist/lib/requests/set_servo_tuning_pid_request.js +2 -1
- package/dist/lib/requests/set_servo_tuning_pid_request.js.map +1 -1
- package/dist/lib/requests/set_servo_tuning_request.d.ts.map +1 -1
- package/dist/lib/requests/set_servo_tuning_request.js +3 -2
- package/dist/lib/requests/set_servo_tuning_request.js.map +1 -1
- package/dist/lib/requests/set_simple_tuning.d.ts +1 -0
- package/dist/lib/requests/set_simple_tuning.d.ts.map +1 -1
- package/dist/lib/requests/set_simple_tuning.js +7 -2
- package/dist/lib/requests/set_simple_tuning.js.map +1 -1
- package/dist/lib/requests/set_state_request.d.ts.map +1 -1
- package/dist/lib/requests/set_state_request.js +2 -1
- package/dist/lib/requests/set_state_request.js.map +1 -1
- package/dist/lib/requests/stream_arc_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_arc_request.js +4 -3
- package/dist/lib/requests/stream_arc_request.js.map +1 -1
- package/dist/lib/requests/stream_buffer_erase_request.d.ts +1 -1
- package/dist/lib/requests/stream_buffer_erase_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_buffer_erase_request.js +6 -5
- package/dist/lib/requests/stream_buffer_erase_request.js.map +1 -1
- package/dist/lib/requests/stream_buffer_get_content_request.d.ts +1 -1
- package/dist/lib/requests/stream_buffer_get_content_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_buffer_get_content_request.js +6 -5
- package/dist/lib/requests/stream_buffer_get_content_request.js.map +1 -1
- package/dist/lib/requests/stream_buffer_get_content_response.d.ts.map +1 -1
- package/dist/lib/requests/stream_buffer_get_content_response.js +3 -2
- package/dist/lib/requests/stream_buffer_get_content_response.js.map +1 -1
- package/dist/lib/requests/stream_buffer_list.d.ts.map +1 -1
- package/dist/lib/requests/stream_buffer_list.js +2 -1
- package/dist/lib/requests/stream_buffer_list.js.map +1 -1
- package/dist/lib/requests/stream_call_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_call_request.js +2 -1
- package/dist/lib/requests/stream_call_request.js.map +1 -1
- package/dist/lib/requests/stream_cancel_all_outputs_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_cancel_all_outputs_schedule_request.js +3 -2
- package/dist/lib/requests/stream_cancel_all_outputs_schedule_request.js.map +1 -1
- package/dist/lib/requests/stream_cancel_output_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_cancel_output_schedule_request.js +2 -1
- package/dist/lib/requests/stream_cancel_output_schedule_request.js.map +1 -1
- package/dist/lib/requests/stream_circle_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_circle_request.js +3 -2
- package/dist/lib/requests/stream_circle_request.js.map +1 -1
- package/dist/lib/requests/stream_empty_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_empty_request.js +2 -1
- package/dist/lib/requests/stream_empty_request.js.map +1 -1
- package/dist/lib/requests/stream_generic_command_batch_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_generic_command_batch_request.js +3 -2
- package/dist/lib/requests/stream_generic_command_batch_request.js.map +1 -1
- package/dist/lib/requests/stream_generic_command_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_generic_command_request.js +2 -1
- package/dist/lib/requests/stream_generic_command_request.js.map +1 -1
- package/dist/lib/requests/stream_get_axes_response.d.ts.map +1 -1
- package/dist/lib/requests/stream_get_axes_response.js +4 -3
- package/dist/lib/requests/stream_get_axes_response.js.map +1 -1
- package/dist/lib/requests/stream_get_max_centripetal_acceleration_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_get_max_centripetal_acceleration_request.js +2 -1
- package/dist/lib/requests/stream_get_max_centripetal_acceleration_request.js.map +1 -1
- package/dist/lib/requests/stream_get_max_speed_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_get_max_speed_request.js +2 -1
- package/dist/lib/requests/stream_get_max_speed_request.js.map +1 -1
- package/dist/lib/requests/stream_get_max_tangential_acceleration_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_get_max_tangential_acceleration_request.js +2 -1
- package/dist/lib/requests/stream_get_max_tangential_acceleration_request.js.map +1 -1
- package/dist/lib/requests/stream_line_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_line_request.js +4 -3
- package/dist/lib/requests/stream_line_request.js.map +1 -1
- package/dist/lib/requests/stream_mode_response.d.ts.map +1 -1
- package/dist/lib/requests/stream_mode_response.js +2 -1
- package/dist/lib/requests/stream_mode_response.js.map +1 -1
- package/dist/lib/requests/stream_segment_type.d.ts.map +1 -1
- package/dist/lib/requests/stream_segment_type.js +2 -1
- package/dist/lib/requests/stream_segment_type.js.map +1 -1
- package/dist/lib/requests/stream_set_all_analog_outputs_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_all_analog_outputs_request.js +3 -2
- package/dist/lib/requests/stream_set_all_analog_outputs_request.js.map +1 -1
- package/dist/lib/requests/stream_set_all_analog_outputs_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_all_analog_outputs_schedule_request.js +4 -3
- package/dist/lib/requests/stream_set_all_analog_outputs_schedule_request.js.map +1 -1
- package/dist/lib/requests/stream_set_all_digital_outputs_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_all_digital_outputs_request.js +3 -2
- package/dist/lib/requests/stream_set_all_digital_outputs_request.js.map +1 -1
- package/dist/lib/requests/stream_set_all_digital_outputs_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_all_digital_outputs_schedule_request.js +4 -3
- package/dist/lib/requests/stream_set_all_digital_outputs_schedule_request.js.map +1 -1
- package/dist/lib/requests/stream_set_analog_output_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_analog_output_request.js +2 -1
- package/dist/lib/requests/stream_set_analog_output_request.js.map +1 -1
- package/dist/lib/requests/stream_set_analog_output_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_analog_output_schedule_request.js +2 -1
- package/dist/lib/requests/stream_set_analog_output_schedule_request.js.map +1 -1
- package/dist/lib/requests/stream_set_digital_output_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_digital_output_request.js +2 -1
- package/dist/lib/requests/stream_set_digital_output_request.js.map +1 -1
- package/dist/lib/requests/stream_set_digital_output_schedule_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_digital_output_schedule_request.js +2 -1
- package/dist/lib/requests/stream_set_digital_output_schedule_request.js.map +1 -1
- package/dist/lib/requests/stream_set_hold_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_hold_request.js +2 -1
- package/dist/lib/requests/stream_set_hold_request.js.map +1 -1
- package/dist/lib/requests/stream_set_max_centripetal_acceleration_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_max_centripetal_acceleration_request.js +2 -1
- package/dist/lib/requests/stream_set_max_centripetal_acceleration_request.js.map +1 -1
- package/dist/lib/requests/stream_set_max_speed_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_max_speed_request.js +2 -1
- package/dist/lib/requests/stream_set_max_speed_request.js.map +1 -1
- package/dist/lib/requests/stream_set_max_tangential_acceleration_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_set_max_tangential_acceleration_request.js +2 -1
- package/dist/lib/requests/stream_set_max_tangential_acceleration_request.js.map +1 -1
- package/dist/lib/requests/stream_setup_live_composite_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_setup_live_composite_request.js +4 -3
- package/dist/lib/requests/stream_setup_live_composite_request.js.map +1 -1
- package/dist/lib/requests/stream_setup_live_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_setup_live_request.js +3 -2
- package/dist/lib/requests/stream_setup_live_request.js.map +1 -1
- package/dist/lib/requests/stream_setup_store_arbitrary_axes_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_setup_store_arbitrary_axes_request.js +2 -1
- package/dist/lib/requests/stream_setup_store_arbitrary_axes_request.js.map +1 -1
- package/dist/lib/requests/stream_setup_store_composite_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_setup_store_composite_request.js +4 -3
- package/dist/lib/requests/stream_setup_store_composite_request.js.map +1 -1
- package/dist/lib/requests/stream_setup_store_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_setup_store_request.js +3 -2
- package/dist/lib/requests/stream_setup_store_request.js.map +1 -1
- package/dist/lib/requests/stream_wait_analog_input_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_wait_analog_input_request.js +2 -1
- package/dist/lib/requests/stream_wait_analog_input_request.js.map +1 -1
- package/dist/lib/requests/stream_wait_digital_input_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_wait_digital_input_request.js +2 -1
- package/dist/lib/requests/stream_wait_digital_input_request.js.map +1 -1
- package/dist/lib/requests/stream_wait_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_wait_request.js +2 -1
- package/dist/lib/requests/stream_wait_request.js.map +1 -1
- package/dist/lib/requests/stream_wait_until_idle_request.d.ts.map +1 -1
- package/dist/lib/requests/stream_wait_until_idle_request.js +2 -1
- package/dist/lib/requests/stream_wait_until_idle_request.js.map +1 -1
- package/dist/lib/requests/string_array_response.d.ts.map +1 -1
- package/dist/lib/requests/string_array_response.js +3 -2
- package/dist/lib/requests/string_array_response.js.map +1 -1
- package/dist/lib/requests/string_response.d.ts.map +1 -1
- package/dist/lib/requests/string_response.js +2 -1
- package/dist/lib/requests/string_response.js.map +1 -1
- package/dist/lib/requests/test_dto_with_variants.d.ts.map +1 -1
- package/dist/lib/requests/test_dto_with_variants.js +3 -2
- package/dist/lib/requests/test_dto_with_variants.js.map +1 -1
- package/dist/lib/requests/test_event.d.ts.map +1 -1
- package/dist/lib/requests/test_event.js +2 -1
- package/dist/lib/requests/test_event.js.map +1 -1
- package/dist/lib/requests/test_request.d.ts.map +1 -1
- package/dist/lib/requests/test_request.js +2 -1
- package/dist/lib/requests/test_request.js.map +1 -1
- package/dist/lib/requests/test_request_complex.d.ts.map +1 -1
- package/dist/lib/requests/test_request_complex.js +3 -2
- package/dist/lib/requests/test_request_complex.js.map +1 -1
- package/dist/lib/requests/test_response.d.ts.map +1 -1
- package/dist/lib/requests/test_response.js +2 -1
- package/dist/lib/requests/test_response.js.map +1 -1
- package/dist/lib/requests/test_response_long.d.ts.map +1 -1
- package/dist/lib/requests/test_response_long.js +3 -2
- package/dist/lib/requests/test_response_long.js.map +1 -1
- package/dist/lib/requests/test_variant.d.ts.map +1 -1
- package/dist/lib/requests/test_variant.js.map +1 -1
- package/dist/lib/requests/toggle_device_db_store_request.d.ts.map +1 -1
- package/dist/lib/requests/toggle_device_db_store_request.js +2 -1
- package/dist/lib/requests/toggle_device_db_store_request.js.map +1 -1
- package/dist/lib/requests/tools_list_serial_ports_response.d.ts.map +1 -1
- package/dist/lib/requests/tools_list_serial_ports_response.js +3 -2
- package/dist/lib/requests/tools_list_serial_ports_response.js.map +1 -1
- package/dist/lib/requests/translator_create_from_device_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_create_from_device_request.js +3 -2
- package/dist/lib/requests/translator_create_from_device_request.js.map +1 -1
- package/dist/lib/requests/translator_create_live_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_create_live_request.js +2 -1
- package/dist/lib/requests/translator_create_live_request.js.map +1 -1
- package/dist/lib/requests/translator_create_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_create_request.js +2 -1
- package/dist/lib/requests/translator_create_request.js.map +1 -1
- package/dist/lib/requests/translator_create_response.d.ts.map +1 -1
- package/dist/lib/requests/translator_create_response.js +2 -1
- package/dist/lib/requests/translator_create_response.js.map +1 -1
- package/dist/lib/requests/translator_empty_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_empty_request.js +2 -1
- package/dist/lib/requests/translator_empty_request.js.map +1 -1
- package/dist/lib/requests/translator_flush_live_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_flush_live_request.js +2 -1
- package/dist/lib/requests/translator_flush_live_request.js.map +1 -1
- package/dist/lib/requests/translator_flush_response.d.ts.map +1 -1
- package/dist/lib/requests/translator_flush_response.js +3 -2
- package/dist/lib/requests/translator_flush_response.js.map +1 -1
- package/dist/lib/requests/translator_get_axis_offset_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_get_axis_offset_request.js +2 -1
- package/dist/lib/requests/translator_get_axis_offset_request.js.map +1 -1
- package/dist/lib/requests/translator_get_axis_position_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_get_axis_position_request.js +2 -1
- package/dist/lib/requests/translator_get_axis_position_request.js.map +1 -1
- package/dist/lib/requests/translator_set_axis_position_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_set_axis_position_request.js +2 -1
- package/dist/lib/requests/translator_set_axis_position_request.js.map +1 -1
- package/dist/lib/requests/translator_set_feed_rate_override_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_set_feed_rate_override_request.js +2 -1
- package/dist/lib/requests/translator_set_feed_rate_override_request.js.map +1 -1
- package/dist/lib/requests/translator_set_traverse_rate_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_set_traverse_rate_request.js +2 -1
- package/dist/lib/requests/translator_set_traverse_rate_request.js.map +1 -1
- package/dist/lib/requests/translator_translate_request.d.ts.map +1 -1
- package/dist/lib/requests/translator_translate_request.js +2 -1
- package/dist/lib/requests/translator_translate_request.js.map +1 -1
- package/dist/lib/requests/trigger_clear_action_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_clear_action_request.js +2 -1
- package/dist/lib/requests/trigger_clear_action_request.js.map +1 -1
- package/dist/lib/requests/trigger_empty_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_empty_request.js +2 -1
- package/dist/lib/requests/trigger_empty_request.js.map +1 -1
- package/dist/lib/requests/trigger_enable_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_enable_request.js +2 -1
- package/dist/lib/requests/trigger_enable_request.js.map +1 -1
- package/dist/lib/requests/trigger_enabled_states.d.ts.map +1 -1
- package/dist/lib/requests/trigger_enabled_states.js +3 -2
- package/dist/lib/requests/trigger_enabled_states.js.map +1 -1
- package/dist/lib/requests/trigger_fire_at_interval_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_fire_at_interval_request.js +2 -1
- package/dist/lib/requests/trigger_fire_at_interval_request.js.map +1 -1
- package/dist/lib/requests/trigger_fire_when_distance_travelled_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_fire_when_distance_travelled_request.js +2 -1
- package/dist/lib/requests/trigger_fire_when_distance_travelled_request.js.map +1 -1
- package/dist/lib/requests/trigger_fire_when_io_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_fire_when_io_request.js +2 -1
- package/dist/lib/requests/trigger_fire_when_io_request.js.map +1 -1
- package/dist/lib/requests/trigger_fire_when_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_fire_when_request.js +2 -1
- package/dist/lib/requests/trigger_fire_when_request.js.map +1 -1
- package/dist/lib/requests/trigger_fire_when_setting_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_fire_when_setting_request.js +2 -1
- package/dist/lib/requests/trigger_fire_when_setting_request.js.map +1 -1
- package/dist/lib/requests/trigger_on_fire_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_on_fire_request.js +2 -1
- package/dist/lib/requests/trigger_on_fire_request.js.map +1 -1
- package/dist/lib/requests/trigger_on_fire_set_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_on_fire_set_request.js +2 -1
- package/dist/lib/requests/trigger_on_fire_set_request.js.map +1 -1
- package/dist/lib/requests/trigger_on_fire_set_to_setting_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_on_fire_set_to_setting_request.js +2 -1
- package/dist/lib/requests/trigger_on_fire_set_to_setting_request.js.map +1 -1
- package/dist/lib/requests/trigger_set_label_request.d.ts.map +1 -1
- package/dist/lib/requests/trigger_set_label_request.js +2 -1
- package/dist/lib/requests/trigger_set_label_request.js.map +1 -1
- package/dist/lib/requests/trigger_states.d.ts.map +1 -1
- package/dist/lib/requests/trigger_states.js +3 -2
- package/dist/lib/requests/trigger_states.js.map +1 -1
- package/dist/lib/requests/unit_convert_native_request.d.ts.map +1 -1
- package/dist/lib/requests/unit_convert_native_request.js +3 -2
- package/dist/lib/requests/unit_convert_native_request.js.map +1 -1
- package/dist/lib/requests/unit_convert_unit_request.d.ts.map +1 -1
- package/dist/lib/requests/unit_convert_unit_request.js +2 -1
- package/dist/lib/requests/unit_convert_unit_request.js.map +1 -1
- package/dist/lib/requests/unit_get_enum_request.d.ts.map +1 -1
- package/dist/lib/requests/unit_get_enum_request.js +2 -1
- package/dist/lib/requests/unit_get_enum_request.js.map +1 -1
- package/dist/lib/requests/unit_get_enum_response.d.ts.map +1 -1
- package/dist/lib/requests/unit_get_enum_response.js +2 -1
- package/dist/lib/requests/unit_get_enum_response.js.map +1 -1
- package/dist/lib/requests/unit_get_symbol_request.d.ts.map +1 -1
- package/dist/lib/requests/unit_get_symbol_request.js +2 -1
- package/dist/lib/requests/unit_get_symbol_request.js.map +1 -1
- package/dist/lib/requests/unit_get_symbol_response.d.ts.map +1 -1
- package/dist/lib/requests/unit_get_symbol_response.js +2 -1
- package/dist/lib/requests/unit_get_symbol_response.js.map +1 -1
- package/dist/lib/requests/unknown_binary_response_event_wrapper.d.ts.map +1 -1
- package/dist/lib/requests/unknown_binary_response_event_wrapper.js +2 -1
- package/dist/lib/requests/unknown_binary_response_event_wrapper.js.map +1 -1
- package/dist/lib/requests/unknown_response_event_wrapper.d.ts.map +1 -1
- package/dist/lib/requests/unknown_response_event_wrapper.js +2 -1
- package/dist/lib/requests/unknown_response_event_wrapper.js.map +1 -1
- package/dist/lib/requests/wait_to_clear_warnings_request.d.ts.map +1 -1
- package/dist/lib/requests/wait_to_clear_warnings_request.js +3 -2
- package/dist/lib/requests/wait_to_clear_warnings_request.js.map +1 -1
- package/dist/lib/requests/wait_to_respond_request.d.ts.map +1 -1
- package/dist/lib/requests/wait_to_respond_request.js +2 -1
- package/dist/lib/requests/wait_to_respond_request.js.map +1 -1
- package/dist/lib/requests/wdi_generic_float_request.d.ts.map +1 -1
- package/dist/lib/requests/wdi_generic_float_request.js +3 -2
- package/dist/lib/requests/wdi_generic_float_request.js.map +1 -1
- package/dist/lib/requests/wdi_generic_request.d.ts.map +1 -1
- package/dist/lib/requests/wdi_generic_request.js +3 -2
- package/dist/lib/requests/wdi_generic_request.js.map +1 -1
- package/dist/lib/requests/wdi_get_status_response.d.ts.map +1 -1
- package/dist/lib/requests/wdi_get_status_response.js +2 -1
- package/dist/lib/requests/wdi_get_status_response.js.map +1 -1
- package/dist/lib/rotation_direction.d.ts.map +1 -1
- package/dist/lib/rotation_direction.js +2 -1
- package/dist/lib/rotation_direction.js.map +1 -1
- package/dist/lib/tools.d.ts +1 -0
- package/dist/lib/tools.d.ts.map +1 -1
- package/dist/lib/tools.js +4 -2
- package/dist/lib/tools.js.map +1 -1
- package/dist/lib/unit_conversion_descriptor.d.ts.map +1 -1
- package/dist/lib/unit_conversion_descriptor.js +2 -1
- package/dist/lib/unit_conversion_descriptor.js.map +1 -1
- package/dist/lib/unit_table.d.ts +15 -11
- package/dist/lib/unit_table.d.ts.map +1 -1
- package/dist/lib/unit_table.js +21 -16
- package/dist/lib/unit_table.js.map +1 -1
- package/dist/lib/variant_test_api.d.ts +4 -0
- package/dist/lib/variant_test_api.d.ts.map +1 -1
- package/dist/lib/variant_test_api.js +7 -2
- package/dist/lib/variant_test_api.js.map +1 -1
- package/package.json +37 -37
- package/dist/lib/ascii/optional_measurement_sequence.d.ts +0 -24
- package/dist/lib/ascii/optional_measurement_sequence.d.ts.map +0 -1
- package/dist/lib/ascii/optional_measurement_sequence.js +0 -38
- package/dist/lib/ascii/optional_measurement_sequence.js.map +0 -1
- package/dist/lib/ascii/pvt_sequence_data.d.ts +0 -28
- package/dist/lib/ascii/pvt_sequence_data.d.ts.map +0 -1
- package/dist/lib/ascii/pvt_sequence_data.js +0 -42
- package/dist/lib/ascii/pvt_sequence_data.js.map +0 -1
- package/dist/lib/ascii/storage.d.ts.map +0 -1
- package/dist/lib/ascii/storage.js.map +0 -1
- package/dist/lib/exceptions/setting_not_found_exception.d.ts +0 -8
- package/dist/lib/exceptions/setting_not_found_exception.d.ts.map +0 -1
- package/dist/lib/exceptions/setting_not_found_exception.js +0 -17
- package/dist/lib/exceptions/setting_not_found_exception.js.map +0 -1
- package/dist/lib/requests/pvt_csv_request.d.ts +0 -12
- package/dist/lib/requests/pvt_csv_request.d.ts.map +0 -1
- package/dist/lib/requests/pvt_csv_request.js +0 -28
- package/dist/lib/requests/pvt_csv_request.js.map +0 -1
package/LICENSE
CHANGED
|
@@ -84,56 +84,305 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
|
84
84
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
85
85
|
|
|
86
86
|
------------------
|
|
87
|
-
github.com/
|
|
87
|
+
github.com/eclipse/paho.mqtt.golang v1.5.1
|
|
88
88
|
------------------
|
|
89
|
-
|
|
89
|
+
Eclipse Public License - v 2.0 (EPL-2.0)
|
|
90
90
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
95
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
96
|
-
the Software without restriction, including without limitation the rights to
|
|
97
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
98
|
-
of the Software, and to permit persons to whom the Software is furnished to do
|
|
99
|
-
so, subject to the following conditions:
|
|
100
|
-
|
|
101
|
-
The above copyright notice and this permission notice shall be included in all
|
|
102
|
-
copies or substantial portions of the Software.
|
|
91
|
+
This program and the accompanying materials
|
|
92
|
+
are made available under the terms of the Eclipse Public License v2.0
|
|
93
|
+
and Eclipse Distribution License v1.0 which accompany this distribution.
|
|
103
94
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
109
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
110
|
-
SOFTWARE.
|
|
111
|
-
------------------
|
|
112
|
-
github.com/eclipse/paho.mqtt.golang v1.3.5
|
|
113
|
-
------------------
|
|
114
|
-
This project is dual licensed under the Eclipse Public License 1.0 and the
|
|
115
|
-
Eclipse Distribution License 1.0 as described in the epl-v10 and edl-v10 files.
|
|
95
|
+
The Eclipse Public License is available at
|
|
96
|
+
https://www.eclipse.org/legal/epl-2.0/
|
|
97
|
+
and the Eclipse Distribution License is available at
|
|
98
|
+
http://www.eclipse.org/org/documents/edl-v10.php.
|
|
116
99
|
|
|
117
|
-
|
|
100
|
+
For an explanation of what dual-licensing means to you, see:
|
|
101
|
+
https://www.eclipse.org/legal/eplfaq.php#DUALLIC
|
|
118
102
|
|
|
119
103
|
****
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
104
|
+
The epl-2.0 is copied below in order to pass the pkg.go.dev license check (https://pkg.go.dev/license-policy).
|
|
105
|
+
****
|
|
106
|
+
Eclipse Public License - v 2.0
|
|
107
|
+
|
|
108
|
+
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
|
109
|
+
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
|
|
110
|
+
OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
|
111
|
+
|
|
112
|
+
1. DEFINITIONS
|
|
113
|
+
|
|
114
|
+
"Contribution" means:
|
|
115
|
+
|
|
116
|
+
a) in the case of the initial Contributor, the initial content
|
|
117
|
+
Distributed under this Agreement, and
|
|
118
|
+
|
|
119
|
+
b) in the case of each subsequent Contributor:
|
|
120
|
+
i) changes to the Program, and
|
|
121
|
+
ii) additions to the Program;
|
|
122
|
+
where such changes and/or additions to the Program originate from
|
|
123
|
+
and are Distributed by that particular Contributor. A Contribution
|
|
124
|
+
"originates" from a Contributor if it was added to the Program by
|
|
125
|
+
such Contributor itself or anyone acting on such Contributor's behalf.
|
|
126
|
+
Contributions do not include changes or additions to the Program that
|
|
127
|
+
are not Modified Works.
|
|
128
|
+
|
|
129
|
+
"Contributor" means any person or entity that Distributes the Program.
|
|
130
|
+
|
|
131
|
+
"Licensed Patents" mean patent claims licensable by a Contributor which
|
|
132
|
+
are necessarily infringed by the use or sale of its Contribution alone
|
|
133
|
+
or when combined with the Program.
|
|
134
|
+
|
|
135
|
+
"Program" means the Contributions Distributed in accordance with this
|
|
136
|
+
Agreement.
|
|
137
|
+
|
|
138
|
+
"Recipient" means anyone who receives the Program under this Agreement
|
|
139
|
+
or any Secondary License (as applicable), including Contributors.
|
|
140
|
+
|
|
141
|
+
"Derivative Works" shall mean any work, whether in Source Code or other
|
|
142
|
+
form, that is based on (or derived from) the Program and for which the
|
|
143
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
144
|
+
represent, as a whole, an original work of authorship.
|
|
145
|
+
|
|
146
|
+
"Modified Works" shall mean any work in Source Code or other form that
|
|
147
|
+
results from an addition to, deletion from, or modification of the
|
|
148
|
+
contents of the Program, including, for purposes of clarity any new file
|
|
149
|
+
in Source Code form that contains any contents of the Program. Modified
|
|
150
|
+
Works shall not include works that contain only declarations,
|
|
151
|
+
interfaces, types, classes, structures, or files of the Program solely
|
|
152
|
+
in each case in order to link to, bind by name, or subclass the Program
|
|
153
|
+
or Modified Works thereof.
|
|
154
|
+
|
|
155
|
+
"Distribute" means the acts of a) distributing or b) making available
|
|
156
|
+
in any manner that enables the transfer of a copy.
|
|
157
|
+
|
|
158
|
+
"Source Code" means the form of a Program preferred for making
|
|
159
|
+
modifications, including but not limited to software source code,
|
|
160
|
+
documentation source, and configuration files.
|
|
161
|
+
|
|
162
|
+
"Secondary License" means either the GNU General Public License,
|
|
163
|
+
Version 2.0, or any later versions of that license, including any
|
|
164
|
+
exceptions or additional permissions as identified by the initial
|
|
165
|
+
Contributor.
|
|
166
|
+
|
|
167
|
+
2. GRANT OF RIGHTS
|
|
168
|
+
|
|
169
|
+
a) Subject to the terms of this Agreement, each Contributor hereby
|
|
170
|
+
grants Recipient a non-exclusive, worldwide, royalty-free copyright
|
|
171
|
+
license to reproduce, prepare Derivative Works of, publicly display,
|
|
172
|
+
publicly perform, Distribute and sublicense the Contribution of such
|
|
173
|
+
Contributor, if any, and such Derivative Works.
|
|
174
|
+
|
|
175
|
+
b) Subject to the terms of this Agreement, each Contributor hereby
|
|
176
|
+
grants Recipient a non-exclusive, worldwide, royalty-free patent
|
|
177
|
+
license under Licensed Patents to make, use, sell, offer to sell,
|
|
178
|
+
import and otherwise transfer the Contribution of such Contributor,
|
|
179
|
+
if any, in Source Code or other form. This patent license shall
|
|
180
|
+
apply to the combination of the Contribution and the Program if, at
|
|
181
|
+
the time the Contribution is added by the Contributor, such addition
|
|
182
|
+
of the Contribution causes such combination to be covered by the
|
|
183
|
+
Licensed Patents. The patent license shall not apply to any other
|
|
184
|
+
combinations which include the Contribution. No hardware per se is
|
|
185
|
+
licensed hereunder.
|
|
186
|
+
|
|
187
|
+
c) Recipient understands that although each Contributor grants the
|
|
188
|
+
licenses to its Contributions set forth herein, no assurances are
|
|
189
|
+
provided by any Contributor that the Program does not infringe the
|
|
190
|
+
patent or other intellectual property rights of any other entity.
|
|
191
|
+
Each Contributor disclaims any liability to Recipient for claims
|
|
192
|
+
brought by any other entity based on infringement of intellectual
|
|
193
|
+
property rights or otherwise. As a condition to exercising the
|
|
194
|
+
rights and licenses granted hereunder, each Recipient hereby
|
|
195
|
+
assumes sole responsibility to secure any other intellectual
|
|
196
|
+
property rights needed, if any. For example, if a third party
|
|
197
|
+
patent license is required to allow Recipient to Distribute the
|
|
198
|
+
Program, it is Recipient's responsibility to acquire that license
|
|
199
|
+
before distributing the Program.
|
|
200
|
+
|
|
201
|
+
d) Each Contributor represents that to its knowledge it has
|
|
202
|
+
sufficient copyright rights in its Contribution, if any, to grant
|
|
203
|
+
the copyright license set forth in this Agreement.
|
|
204
|
+
|
|
205
|
+
e) Notwithstanding the terms of any Secondary License, no
|
|
206
|
+
Contributor makes additional grants to any Recipient (other than
|
|
207
|
+
those set forth in this Agreement) as a result of such Recipient's
|
|
208
|
+
receipt of the Program under the terms of a Secondary License
|
|
209
|
+
(if permitted under the terms of Section 3).
|
|
210
|
+
|
|
211
|
+
3. REQUIREMENTS
|
|
212
|
+
|
|
213
|
+
3.1 If a Contributor Distributes the Program in any form, then:
|
|
214
|
+
|
|
215
|
+
a) the Program must also be made available as Source Code, in
|
|
216
|
+
accordance with section 3.2, and the Contributor must accompany
|
|
217
|
+
the Program with a statement that the Source Code for the Program
|
|
218
|
+
is available under this Agreement, and informs Recipients how to
|
|
219
|
+
obtain it in a reasonable manner on or through a medium customarily
|
|
220
|
+
used for software exchange; and
|
|
221
|
+
|
|
222
|
+
b) the Contributor may Distribute the Program under a license
|
|
223
|
+
different than this Agreement, provided that such license:
|
|
224
|
+
i) effectively disclaims on behalf of all other Contributors all
|
|
225
|
+
warranties and conditions, express and implied, including
|
|
226
|
+
warranties or conditions of title and non-infringement, and
|
|
227
|
+
implied warranties or conditions of merchantability and fitness
|
|
228
|
+
for a particular purpose;
|
|
229
|
+
|
|
230
|
+
ii) effectively excludes on behalf of all other Contributors all
|
|
231
|
+
liability for damages, including direct, indirect, special,
|
|
232
|
+
incidental and consequential damages, such as lost profits;
|
|
233
|
+
|
|
234
|
+
iii) does not attempt to limit or alter the recipients' rights
|
|
235
|
+
in the Source Code under section 3.2; and
|
|
236
|
+
|
|
237
|
+
iv) requires any subsequent distribution of the Program by any
|
|
238
|
+
party to be under a license that satisfies the requirements
|
|
239
|
+
of this section 3.
|
|
240
|
+
|
|
241
|
+
3.2 When the Program is Distributed as Source Code:
|
|
242
|
+
|
|
243
|
+
a) it must be made available under this Agreement, or if the
|
|
244
|
+
Program (i) is combined with other material in a separate file or
|
|
245
|
+
files made available under a Secondary License, and (ii) the initial
|
|
246
|
+
Contributor attached to the Source Code the notice described in
|
|
247
|
+
Exhibit A of this Agreement, then the Program may be made available
|
|
248
|
+
under the terms of such Secondary Licenses, and
|
|
249
|
+
|
|
250
|
+
b) a copy of this Agreement must be included with each copy of
|
|
251
|
+
the Program.
|
|
252
|
+
|
|
253
|
+
3.3 Contributors may not remove or alter any copyright, patent,
|
|
254
|
+
trademark, attribution notices, disclaimers of warranty, or limitations
|
|
255
|
+
of liability ("notices") contained within the Program from any copy of
|
|
256
|
+
the Program which they Distribute, provided that Contributors may add
|
|
257
|
+
their own appropriate notices.
|
|
258
|
+
|
|
259
|
+
4. COMMERCIAL DISTRIBUTION
|
|
260
|
+
|
|
261
|
+
Commercial distributors of software may accept certain responsibilities
|
|
262
|
+
with respect to end users, business partners and the like. While this
|
|
263
|
+
license is intended to facilitate the commercial use of the Program,
|
|
264
|
+
the Contributor who includes the Program in a commercial product
|
|
265
|
+
offering should do so in a manner which does not create potential
|
|
266
|
+
liability for other Contributors. Therefore, if a Contributor includes
|
|
267
|
+
the Program in a commercial product offering, such Contributor
|
|
268
|
+
("Commercial Contributor") hereby agrees to defend and indemnify every
|
|
269
|
+
other Contributor ("Indemnified Contributor") against any losses,
|
|
270
|
+
damages and costs (collectively "Losses") arising from claims, lawsuits
|
|
271
|
+
and other legal actions brought by a third party against the Indemnified
|
|
272
|
+
Contributor to the extent caused by the acts or omissions of such
|
|
273
|
+
Commercial Contributor in connection with its distribution of the Program
|
|
274
|
+
in a commercial product offering. The obligations in this section do not
|
|
275
|
+
apply to any claims or Losses relating to any actual or alleged
|
|
276
|
+
intellectual property infringement. In order to qualify, an Indemnified
|
|
277
|
+
Contributor must: a) promptly notify the Commercial Contributor in
|
|
278
|
+
writing of such claim, and b) allow the Commercial Contributor to control,
|
|
279
|
+
and cooperate with the Commercial Contributor in, the defense and any
|
|
280
|
+
related settlement negotiations. The Indemnified Contributor may
|
|
281
|
+
participate in any such claim at its own expense.
|
|
282
|
+
|
|
283
|
+
For example, a Contributor might include the Program in a commercial
|
|
284
|
+
product offering, Product X. That Contributor is then a Commercial
|
|
285
|
+
Contributor. If that Commercial Contributor then makes performance
|
|
286
|
+
claims, or offers warranties related to Product X, those performance
|
|
287
|
+
claims and warranties are such Commercial Contributor's responsibility
|
|
288
|
+
alone. Under this section, the Commercial Contributor would have to
|
|
289
|
+
defend claims against the other Contributors related to those performance
|
|
290
|
+
claims and warranties, and if a court requires any other Contributor to
|
|
291
|
+
pay any damages as a result, the Commercial Contributor must pay
|
|
292
|
+
those damages.
|
|
293
|
+
|
|
294
|
+
5. NO WARRANTY
|
|
295
|
+
|
|
296
|
+
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
|
|
297
|
+
PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS"
|
|
298
|
+
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
|
|
299
|
+
IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
|
|
300
|
+
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
|
|
301
|
+
PURPOSE. Each Recipient is solely responsible for determining the
|
|
302
|
+
appropriateness of using and distributing the Program and assumes all
|
|
303
|
+
risks associated with its exercise of rights under this Agreement,
|
|
304
|
+
including but not limited to the risks and costs of program errors,
|
|
305
|
+
compliance with applicable laws, damage to or loss of data, programs
|
|
306
|
+
or equipment, and unavailability or interruption of operations.
|
|
307
|
+
|
|
308
|
+
6. DISCLAIMER OF LIABILITY
|
|
309
|
+
|
|
310
|
+
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
|
|
311
|
+
PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS
|
|
312
|
+
SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
313
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
|
|
314
|
+
PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
315
|
+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
316
|
+
ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
|
|
317
|
+
EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
|
|
318
|
+
POSSIBILITY OF SUCH DAMAGES.
|
|
319
|
+
|
|
320
|
+
7. GENERAL
|
|
321
|
+
|
|
322
|
+
If any provision of this Agreement is invalid or unenforceable under
|
|
323
|
+
applicable law, it shall not affect the validity or enforceability of
|
|
324
|
+
the remainder of the terms of this Agreement, and without further
|
|
325
|
+
action by the parties hereto, such provision shall be reformed to the
|
|
326
|
+
minimum extent necessary to make such provision valid and enforceable.
|
|
327
|
+
|
|
328
|
+
If Recipient institutes patent litigation against any entity
|
|
329
|
+
(including a cross-claim or counterclaim in a lawsuit) alleging that the
|
|
330
|
+
Program itself (excluding combinations of the Program with other software
|
|
331
|
+
or hardware) infringes such Recipient's patent(s), then such Recipient's
|
|
332
|
+
rights granted under Section 2(b) shall terminate as of the date such
|
|
333
|
+
litigation is filed.
|
|
334
|
+
|
|
335
|
+
All Recipient's rights under this Agreement shall terminate if it
|
|
336
|
+
fails to comply with any of the material terms or conditions of this
|
|
337
|
+
Agreement and does not cure such failure in a reasonable period of
|
|
338
|
+
time after becoming aware of such noncompliance. If all Recipient's
|
|
339
|
+
rights under this Agreement terminate, Recipient agrees to cease use
|
|
340
|
+
and distribution of the Program as soon as reasonably practicable.
|
|
341
|
+
However, Recipient's obligations under this Agreement and any licenses
|
|
342
|
+
granted by Recipient relating to the Program shall continue and survive.
|
|
343
|
+
|
|
344
|
+
Everyone is permitted to copy and distribute copies of this Agreement,
|
|
345
|
+
but in order to avoid inconsistency the Agreement is copyrighted and
|
|
346
|
+
may only be modified in the following manner. The Agreement Steward
|
|
347
|
+
reserves the right to publish new versions (including revisions) of
|
|
348
|
+
this Agreement from time to time. No one other than the Agreement
|
|
349
|
+
Steward has the right to modify this Agreement. The Eclipse Foundation
|
|
350
|
+
is the initial Agreement Steward. The Eclipse Foundation may assign the
|
|
351
|
+
responsibility to serve as the Agreement Steward to a suitable separate
|
|
352
|
+
entity. Each new version of the Agreement will be given a distinguishing
|
|
353
|
+
version number. The Program (including Contributions) may always be
|
|
354
|
+
Distributed subject to the version of the Agreement under which it was
|
|
355
|
+
received. In addition, after a new version of the Agreement is published,
|
|
356
|
+
Contributor may elect to Distribute the Program (including its
|
|
357
|
+
Contributions) under the new version.
|
|
358
|
+
|
|
359
|
+
Except as expressly stated in Sections 2(a) and 2(b) above, Recipient
|
|
360
|
+
receives no rights or licenses to the intellectual property of any
|
|
361
|
+
Contributor under this Agreement, whether expressly, by implication,
|
|
362
|
+
estoppel or otherwise. All rights in the Program not expressly granted
|
|
363
|
+
under this Agreement are reserved. Nothing in this Agreement is intended
|
|
364
|
+
to be enforceable by any entity that is not a Contributor or Recipient.
|
|
365
|
+
No third-party beneficiary rights are created under this Agreement.
|
|
366
|
+
|
|
367
|
+
Exhibit A - Form of Secondary Licenses Notice
|
|
368
|
+
|
|
369
|
+
"This Source Code may also be made available under the following
|
|
370
|
+
Secondary Licenses when the conditions for such availability set forth
|
|
371
|
+
in the Eclipse Public License, v. 2.0 are satisfied: {name license(s),
|
|
372
|
+
version(s), and exceptions or additional permissions here}."
|
|
373
|
+
|
|
374
|
+
Simply including a copy of this Agreement, including this Exhibit A
|
|
375
|
+
is not sufficient to license the Source Code under Secondary Licenses.
|
|
376
|
+
|
|
377
|
+
If it is not possible or desirable to put the notice in a particular
|
|
378
|
+
file, then You may include the notice in a location (such as a LICENSE
|
|
379
|
+
file in a relevant directory) where a recipient would be likely to
|
|
380
|
+
look for such a notice.
|
|
381
|
+
|
|
382
|
+
You may add additional accurate notices of copyright ownership.
|
|
383
|
+
|
|
384
|
+
------------------
|
|
385
|
+
github.com/elliotchance/pie/v2 v2.9.1
|
|
137
386
|
------------------
|
|
138
387
|
MIT License
|
|
139
388
|
|
|
@@ -158,7 +407,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
158
407
|
SOFTWARE.
|
|
159
408
|
|
|
160
409
|
------------------
|
|
161
|
-
github.com/go-gl/mathgl v1.
|
|
410
|
+
github.com/go-gl/mathgl v1.2.0
|
|
162
411
|
------------------
|
|
163
412
|
Copyright ©2013 The go-gl Authors. All rights reserved.
|
|
164
413
|
|
|
@@ -184,11 +433,9 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
|
184
433
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
185
434
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
186
435
|
------------------
|
|
187
|
-
github.com/
|
|
436
|
+
github.com/goburrow/serial v0.1.0
|
|
188
437
|
------------------
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
Copyright (c) 2014 Chris Hines
|
|
438
|
+
Copyright (c) 2015 Quoc-Viet Nguyen
|
|
192
439
|
|
|
193
440
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
194
441
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -197,16 +444,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
197
444
|
copies of the Software, and to permit persons to whom the Software is
|
|
198
445
|
furnished to do so, subject to the following conditions:
|
|
199
446
|
|
|
200
|
-
The above copyright notice and this permission notice shall be included in
|
|
201
|
-
copies or substantial portions of the Software.
|
|
447
|
+
The above copyright notice and this permission notice shall be included in
|
|
448
|
+
all copies or substantial portions of the Software.
|
|
202
449
|
|
|
203
450
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
204
451
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
205
452
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
206
453
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
207
454
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
208
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
209
|
-
SOFTWARE.
|
|
455
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
456
|
+
THE SOFTWARE.
|
|
210
457
|
|
|
211
458
|
------------------
|
|
212
459
|
github.com/google/go-cmp v0.6.0
|
|
@@ -240,7 +487,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
240
487
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
241
488
|
|
|
242
489
|
------------------
|
|
243
|
-
github.com/gorilla/websocket v1.
|
|
490
|
+
github.com/gorilla/websocket v1.5.3
|
|
244
491
|
------------------
|
|
245
492
|
Copyright (c) 2013 The Gorilla WebSocket Authors. All rights reserved.
|
|
246
493
|
|
|
@@ -339,7 +586,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
339
586
|
SOFTWARE.
|
|
340
587
|
|
|
341
588
|
------------------
|
|
342
|
-
github.com/mattn/go-sqlite3 v1.14.
|
|
589
|
+
github.com/mattn/go-sqlite3 v1.14.37
|
|
343
590
|
------------------
|
|
344
591
|
The MIT License (MIT)
|
|
345
592
|
|
|
@@ -887,11 +1134,11 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
|
887
1134
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
888
1135
|
|
|
889
1136
|
------------------
|
|
890
|
-
github.com/
|
|
1137
|
+
github.com/simonvetter/modbus v1.6.4
|
|
891
1138
|
------------------
|
|
892
|
-
|
|
1139
|
+
MIT License
|
|
893
1140
|
|
|
894
|
-
Copyright (c)
|
|
1141
|
+
Copyright (c) 2019 Simon Vetter
|
|
895
1142
|
|
|
896
1143
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
897
1144
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -900,19 +1147,44 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
900
1147
|
copies of the Software, and to permit persons to whom the Software is
|
|
901
1148
|
furnished to do so, subject to the following conditions:
|
|
902
1149
|
|
|
903
|
-
The above copyright notice and this permission notice shall be included in
|
|
904
|
-
|
|
1150
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1151
|
+
copies or substantial portions of the Software.
|
|
905
1152
|
|
|
906
1153
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
907
1154
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
908
1155
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
909
1156
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
910
1157
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
911
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
912
|
-
|
|
1158
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1159
|
+
SOFTWARE.
|
|
1160
|
+
|
|
1161
|
+
------------------
|
|
1162
|
+
github.com/stretchr/testify v1.7.1
|
|
1163
|
+
------------------
|
|
1164
|
+
MIT License
|
|
1165
|
+
|
|
1166
|
+
Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors.
|
|
1167
|
+
|
|
1168
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1169
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1170
|
+
in the Software without restriction, including without limitation the rights
|
|
1171
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1172
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1173
|
+
furnished to do so, subject to the following conditions:
|
|
1174
|
+
|
|
1175
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1176
|
+
copies or substantial portions of the Software.
|
|
1177
|
+
|
|
1178
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1179
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1180
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1181
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1182
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1183
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1184
|
+
SOFTWARE.
|
|
913
1185
|
|
|
914
1186
|
------------------
|
|
915
|
-
github.com/zabertech/go-ethereum v1.10.4-rpc-
|
|
1187
|
+
github.com/zabertech/go-ethereum v1.10.4-rpc-2 (fork github.com/ethereum/go-ethereum)
|
|
916
1188
|
------------------
|
|
917
1189
|
GNU GENERAL PUBLIC LICENSE
|
|
918
1190
|
Version 3, 29 June 2007
|
|
@@ -1627,7 +1899,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
1627
1899
|
|
|
1628
1900
|
|
|
1629
1901
|
------------------
|
|
1630
|
-
gitlab.com/ZaberTech/zaber-device-db-service v0.0.0-
|
|
1902
|
+
gitlab.com/ZaberTech/zaber-device-db-service v0.0.0-20260321034906-d07612c69337
|
|
1631
1903
|
------------------
|
|
1632
1904
|
Copyright 2022 Zaber Technologies Inc.
|
|
1633
1905
|
|
|
@@ -1638,7 +1910,7 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
1638
1910
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1639
1911
|
|
|
1640
1912
|
------------------
|
|
1641
|
-
gitlab.com/ZaberTech/zaber-go-lib v0.0.0-
|
|
1913
|
+
gitlab.com/ZaberTech/zaber-go-lib v0.0.0-20260321034215-e98f002fe839
|
|
1642
1914
|
------------------
|
|
1643
1915
|
Copyright 2022 Zaber Technologies Inc.
|
|
1644
1916
|
|
|
@@ -1649,7 +1921,7 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
1649
1921
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1650
1922
|
|
|
1651
1923
|
------------------
|
|
1652
|
-
go.mongodb.org/mongo-driver v1.
|
|
1924
|
+
go.mongodb.org/mongo-driver v1.17.9
|
|
1653
1925
|
------------------
|
|
1654
1926
|
Apache License
|
|
1655
1927
|
Version 2.0, January 2004
|
|
@@ -1885,9 +2157,9 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1885
2157
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1886
2158
|
|
|
1887
2159
|
------------------
|
|
1888
|
-
golang.org/x/exp v0.0.0-
|
|
2160
|
+
golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90
|
|
1889
2161
|
------------------
|
|
1890
|
-
Copyright
|
|
2162
|
+
Copyright 2009 The Go Authors.
|
|
1891
2163
|
|
|
1892
2164
|
Redistribution and use in source and binary forms, with or without
|
|
1893
2165
|
modification, are permitted provided that the following conditions are
|
|
@@ -1899,7 +2171,7 @@ notice, this list of conditions and the following disclaimer.
|
|
|
1899
2171
|
copyright notice, this list of conditions and the following disclaimer
|
|
1900
2172
|
in the documentation and/or other materials provided with the
|
|
1901
2173
|
distribution.
|
|
1902
|
-
* Neither the name of Google
|
|
2174
|
+
* Neither the name of Google LLC nor the names of its
|
|
1903
2175
|
contributors may be used to endorse or promote products derived from
|
|
1904
2176
|
this software without specific prior written permission.
|
|
1905
2177
|
|
|
@@ -1916,7 +2188,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1916
2188
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1917
2189
|
|
|
1918
2190
|
------------------
|
|
1919
|
-
golang.org/x/
|
|
2191
|
+
golang.org/x/mod v0.34.0
|
|
1920
2192
|
------------------
|
|
1921
2193
|
Copyright 2009 The Go Authors.
|
|
1922
2194
|
|
|
@@ -1947,9 +2219,9 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1947
2219
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1948
2220
|
|
|
1949
2221
|
------------------
|
|
1950
|
-
golang.org/x/
|
|
2222
|
+
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
|
|
1951
2223
|
------------------
|
|
1952
|
-
Copyright 2009 The Go Authors.
|
|
2224
|
+
Copyright (c) 2009 The Go Authors. All rights reserved.
|
|
1953
2225
|
|
|
1954
2226
|
Redistribution and use in source and binary forms, with or without
|
|
1955
2227
|
modification, are permitted provided that the following conditions are
|
|
@@ -1961,7 +2233,7 @@ notice, this list of conditions and the following disclaimer.
|
|
|
1961
2233
|
copyright notice, this list of conditions and the following disclaimer
|
|
1962
2234
|
in the documentation and/or other materials provided with the
|
|
1963
2235
|
distribution.
|
|
1964
|
-
* Neither the name of Google
|
|
2236
|
+
* Neither the name of Google Inc. nor the names of its
|
|
1965
2237
|
contributors may be used to endorse or promote products derived from
|
|
1966
2238
|
this software without specific prior written permission.
|
|
1967
2239
|
|
|
@@ -1978,7 +2250,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1978
2250
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1979
2251
|
|
|
1980
2252
|
------------------
|
|
1981
|
-
golang.org/x/
|
|
2253
|
+
golang.org/x/sync v0.10.0
|
|
1982
2254
|
------------------
|
|
1983
2255
|
Copyright 2009 The Go Authors.
|
|
1984
2256
|
|
|
@@ -2009,7 +2281,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
2009
2281
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2010
2282
|
|
|
2011
2283
|
------------------
|
|
2012
|
-
golang.org/x/
|
|
2284
|
+
golang.org/x/sys v0.42.0
|
|
2013
2285
|
------------------
|
|
2014
2286
|
Copyright 2009 The Go Authors.
|
|
2015
2287
|
|
|
@@ -2040,9 +2312,9 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
2040
2312
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2041
2313
|
|
|
2042
2314
|
------------------
|
|
2043
|
-
golang.org/x/
|
|
2315
|
+
golang.org/x/text v0.3.0
|
|
2044
2316
|
------------------
|
|
2045
|
-
Copyright 2009 The Go Authors.
|
|
2317
|
+
Copyright (c) 2009 The Go Authors. All rights reserved.
|
|
2046
2318
|
|
|
2047
2319
|
Redistribution and use in source and binary forms, with or without
|
|
2048
2320
|
modification, are permitted provided that the following conditions are
|
|
@@ -2054,7 +2326,7 @@ notice, this list of conditions and the following disclaimer.
|
|
|
2054
2326
|
copyright notice, this list of conditions and the following disclaimer
|
|
2055
2327
|
in the documentation and/or other materials provided with the
|
|
2056
2328
|
distribution.
|
|
2057
|
-
* Neither the name of Google
|
|
2329
|
+
* Neither the name of Google Inc. nor the names of its
|
|
2058
2330
|
contributors may be used to endorse or promote products derived from
|
|
2059
2331
|
this software without specific prior written permission.
|
|
2060
2332
|
|
|
@@ -2071,7 +2343,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
2071
2343
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2072
2344
|
|
|
2073
2345
|
------------------
|
|
2074
|
-
golang.org/x/tools v0.
|
|
2346
|
+
golang.org/x/tools v0.43.0
|
|
2075
2347
|
------------------
|
|
2076
2348
|
Copyright 2009 The Go Authors.
|
|
2077
2349
|
|
|
@@ -2102,7 +2374,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
2102
2374
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2103
2375
|
|
|
2104
2376
|
------------------
|
|
2105
|
-
gonum.org/v1/gonum v0.
|
|
2377
|
+
gonum.org/v1/gonum v0.17.0
|
|
2106
2378
|
------------------
|
|
2107
2379
|
Copyright ©2013 The Gonum Authors. All rights reserved.
|
|
2108
2380
|
|
|
@@ -2127,6 +2399,60 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
|
2127
2399
|
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
2128
2400
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
2129
2401
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2402
|
+
------------------
|
|
2403
|
+
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
|
2404
|
+
------------------
|
|
2405
|
+
|
|
2406
|
+
This project is covered by two different licenses: MIT and Apache.
|
|
2407
|
+
|
|
2408
|
+
#### MIT License ####
|
|
2409
|
+
|
|
2410
|
+
The following files were ported to Go from C files of libyaml, and thus
|
|
2411
|
+
are still covered by their original MIT license, with the additional
|
|
2412
|
+
copyright staring in 2011 when the project was ported over:
|
|
2413
|
+
|
|
2414
|
+
apic.go emitterc.go parserc.go readerc.go scannerc.go
|
|
2415
|
+
writerc.go yamlh.go yamlprivateh.go
|
|
2416
|
+
|
|
2417
|
+
Copyright (c) 2006-2010 Kirill Simonov
|
|
2418
|
+
Copyright (c) 2006-2011 Kirill Simonov
|
|
2419
|
+
|
|
2420
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2421
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2422
|
+
the Software without restriction, including without limitation the rights to
|
|
2423
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
2424
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
2425
|
+
so, subject to the following conditions:
|
|
2426
|
+
|
|
2427
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2428
|
+
copies or substantial portions of the Software.
|
|
2429
|
+
|
|
2430
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2431
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2432
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2433
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2434
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2435
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2436
|
+
SOFTWARE.
|
|
2437
|
+
|
|
2438
|
+
### Apache License ###
|
|
2439
|
+
|
|
2440
|
+
All the remaining project files are covered by the Apache license:
|
|
2441
|
+
|
|
2442
|
+
Copyright (c) 2011-2019 Canonical Ltd
|
|
2443
|
+
|
|
2444
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
2445
|
+
you may not use this file except in compliance with the License.
|
|
2446
|
+
You may obtain a copy of the License at
|
|
2447
|
+
|
|
2448
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
2449
|
+
|
|
2450
|
+
Unless required by applicable law or agreed to in writing, software
|
|
2451
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
2452
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2453
|
+
See the License for the specific language governing permissions and
|
|
2454
|
+
limitations under the License.
|
|
2455
|
+
|
|
2130
2456
|
------------------
|
|
2131
2457
|
gotest.tools v2.2.0+incompatible
|
|
2132
2458
|
------------------
|
|
@@ -2143,3 +2469,20 @@ distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
2143
2469
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2144
2470
|
See the License for the specific language governing permissions and
|
|
2145
2471
|
limitations under the License.
|
|
2472
|
+
|
|
2473
|
+
------------------
|
|
2474
|
+
gotest.tools/v3 v3.0.2
|
|
2475
|
+
------------------
|
|
2476
|
+
Copyright 2018 gotest.tools authors
|
|
2477
|
+
|
|
2478
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
2479
|
+
you may not use this file except in compliance with the License.
|
|
2480
|
+
You may obtain a copy of the License at
|
|
2481
|
+
|
|
2482
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
2483
|
+
|
|
2484
|
+
Unless required by applicable law or agreed to in writing, software
|
|
2485
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
2486
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2487
|
+
See the License for the specific language governing permissions and
|
|
2488
|
+
limitations under the License.
|