tinkerforge 2.1.29 → 2.1.31

Sign up to get free protection for your applications and to get access to all the features.
Files changed (152) hide show
  1. checksums.yaml +5 -5
  2. data/lib/tinkerforge/brick_dc.rb +2 -2
  3. data/lib/tinkerforge/brick_esp32.rb +49 -0
  4. data/lib/tinkerforge/brick_esp32_ethernet.rb +49 -0
  5. data/lib/tinkerforge/brick_hat.rb +33 -3
  6. data/lib/tinkerforge/brick_hat_zero.rb +2 -2
  7. data/lib/tinkerforge/brick_imu.rb +2 -2
  8. data/lib/tinkerforge/brick_imu_v2.rb +2 -2
  9. data/lib/tinkerforge/brick_master.rb +4 -4
  10. data/lib/tinkerforge/brick_red.rb +2 -2
  11. data/lib/tinkerforge/brick_servo.rb +2 -2
  12. data/lib/tinkerforge/brick_silent_stepper.rb +2 -2
  13. data/lib/tinkerforge/brick_stepper.rb +2 -2
  14. data/lib/tinkerforge/bricklet_accelerometer.rb +2 -2
  15. data/lib/tinkerforge/bricklet_accelerometer_v2.rb +2 -2
  16. data/lib/tinkerforge/bricklet_air_quality.rb +2 -2
  17. data/lib/tinkerforge/bricklet_ambient_light.rb +2 -2
  18. data/lib/tinkerforge/bricklet_ambient_light_v2.rb +2 -2
  19. data/lib/tinkerforge/bricklet_ambient_light_v3.rb +2 -2
  20. data/lib/tinkerforge/bricklet_analog_in.rb +2 -2
  21. data/lib/tinkerforge/bricklet_analog_in_v2.rb +2 -2
  22. data/lib/tinkerforge/bricklet_analog_in_v3.rb +2 -2
  23. data/lib/tinkerforge/bricklet_analog_out.rb +2 -2
  24. data/lib/tinkerforge/bricklet_analog_out_v2.rb +2 -2
  25. data/lib/tinkerforge/bricklet_analog_out_v3.rb +2 -2
  26. data/lib/tinkerforge/bricklet_barometer.rb +2 -2
  27. data/lib/tinkerforge/bricklet_barometer_v2.rb +2 -2
  28. data/lib/tinkerforge/bricklet_can.rb +2 -2
  29. data/lib/tinkerforge/bricklet_can_v2.rb +2 -2
  30. data/lib/tinkerforge/bricklet_co2.rb +2 -2
  31. data/lib/tinkerforge/bricklet_co2_v2.rb +2 -2
  32. data/lib/tinkerforge/bricklet_color.rb +2 -2
  33. data/lib/tinkerforge/bricklet_color_v2.rb +2 -2
  34. data/lib/tinkerforge/bricklet_compass.rb +2 -2
  35. data/lib/tinkerforge/bricklet_current12.rb +2 -2
  36. data/lib/tinkerforge/bricklet_current25.rb +2 -2
  37. data/lib/tinkerforge/bricklet_dc_v2.rb +2 -2
  38. data/lib/tinkerforge/bricklet_distance_ir.rb +2 -2
  39. data/lib/tinkerforge/bricklet_distance_ir_v2.rb +2 -2
  40. data/lib/tinkerforge/bricklet_distance_us.rb +2 -2
  41. data/lib/tinkerforge/bricklet_distance_us_v2.rb +2 -2
  42. data/lib/tinkerforge/bricklet_dmx.rb +3 -3
  43. data/lib/tinkerforge/bricklet_dual_button.rb +2 -2
  44. data/lib/tinkerforge/bricklet_dual_button_v2.rb +2 -2
  45. data/lib/tinkerforge/bricklet_dual_relay.rb +2 -2
  46. data/lib/tinkerforge/bricklet_dust_detector.rb +2 -2
  47. data/lib/tinkerforge/bricklet_e_paper_296x128.rb +32 -3
  48. data/lib/tinkerforge/bricklet_energy_monitor.rb +2 -2
  49. data/lib/tinkerforge/bricklet_gps.rb +2 -2
  50. data/lib/tinkerforge/bricklet_gps_v2.rb +3 -3
  51. data/lib/tinkerforge/bricklet_gps_v3.rb +593 -0
  52. data/lib/tinkerforge/bricklet_hall_effect.rb +2 -2
  53. data/lib/tinkerforge/bricklet_hall_effect_v2.rb +2 -2
  54. data/lib/tinkerforge/bricklet_humidity.rb +2 -2
  55. data/lib/tinkerforge/bricklet_humidity_v2.rb +2 -2
  56. data/lib/tinkerforge/bricklet_imu_v3.rb +2 -2
  57. data/lib/tinkerforge/bricklet_industrial_analog_out.rb +2 -2
  58. data/lib/tinkerforge/bricklet_industrial_analog_out_v2.rb +2 -2
  59. data/lib/tinkerforge/bricklet_industrial_counter.rb +2 -2
  60. data/lib/tinkerforge/bricklet_industrial_digital_in_4.rb +2 -2
  61. data/lib/tinkerforge/bricklet_industrial_digital_in_4_v2.rb +2 -2
  62. data/lib/tinkerforge/bricklet_industrial_digital_out_4.rb +2 -2
  63. data/lib/tinkerforge/bricklet_industrial_digital_out_4_v2.rb +2 -2
  64. data/lib/tinkerforge/bricklet_industrial_dual_0_20ma.rb +2 -2
  65. data/lib/tinkerforge/bricklet_industrial_dual_0_20ma_v2.rb +2 -2
  66. data/lib/tinkerforge/bricklet_industrial_dual_ac_in.rb +332 -0
  67. data/lib/tinkerforge/bricklet_industrial_dual_ac_relay.rb +2 -2
  68. data/lib/tinkerforge/bricklet_industrial_dual_analog_in.rb +2 -2
  69. data/lib/tinkerforge/bricklet_industrial_dual_analog_in_v2.rb +2 -2
  70. data/lib/tinkerforge/bricklet_industrial_dual_relay.rb +2 -2
  71. data/lib/tinkerforge/bricklet_industrial_ptc.rb +2 -2
  72. data/lib/tinkerforge/bricklet_industrial_quad_relay.rb +2 -2
  73. data/lib/tinkerforge/bricklet_industrial_quad_relay_v2.rb +2 -2
  74. data/lib/tinkerforge/bricklet_io16.rb +2 -2
  75. data/lib/tinkerforge/bricklet_io16_v2.rb +2 -2
  76. data/lib/tinkerforge/bricklet_io4.rb +2 -2
  77. data/lib/tinkerforge/bricklet_io4_v2.rb +2 -2
  78. data/lib/tinkerforge/bricklet_isolator.rb +2 -2
  79. data/lib/tinkerforge/bricklet_joystick.rb +2 -2
  80. data/lib/tinkerforge/bricklet_joystick_v2.rb +2 -2
  81. data/lib/tinkerforge/bricklet_laser_range_finder.rb +2 -2
  82. data/lib/tinkerforge/bricklet_laser_range_finder_v2.rb +2 -2
  83. data/lib/tinkerforge/bricklet_lcd_128x64.rb +4 -2
  84. data/lib/tinkerforge/bricklet_lcd_16x2.rb +2 -2
  85. data/lib/tinkerforge/bricklet_lcd_20x4.rb +2 -2
  86. data/lib/tinkerforge/bricklet_led_strip.rb +2 -2
  87. data/lib/tinkerforge/bricklet_led_strip_v2.rb +2 -2
  88. data/lib/tinkerforge/bricklet_line.rb +2 -2
  89. data/lib/tinkerforge/bricklet_linear_poti.rb +3 -3
  90. data/lib/tinkerforge/bricklet_linear_poti_v2.rb +3 -3
  91. data/lib/tinkerforge/bricklet_load_cell.rb +2 -2
  92. data/lib/tinkerforge/bricklet_load_cell_v2.rb +2 -2
  93. data/lib/tinkerforge/bricklet_moisture.rb +2 -2
  94. data/lib/tinkerforge/bricklet_motion_detector.rb +2 -2
  95. data/lib/tinkerforge/bricklet_motion_detector_v2.rb +2 -2
  96. data/lib/tinkerforge/bricklet_motorized_linear_poti.rb +2 -2
  97. data/lib/tinkerforge/bricklet_multi_touch.rb +2 -2
  98. data/lib/tinkerforge/bricklet_multi_touch_v2.rb +2 -2
  99. data/lib/tinkerforge/bricklet_nfc.rb +21 -3
  100. data/lib/tinkerforge/bricklet_nfc_rfid.rb +2 -2
  101. data/lib/tinkerforge/bricklet_oled_128x64.rb +4 -2
  102. data/lib/tinkerforge/bricklet_oled_128x64_v2.rb +4 -2
  103. data/lib/tinkerforge/bricklet_oled_64x48.rb +4 -2
  104. data/lib/tinkerforge/bricklet_one_wire.rb +2 -2
  105. data/lib/tinkerforge/bricklet_outdoor_weather.rb +2 -2
  106. data/lib/tinkerforge/bricklet_particulate_matter.rb +2 -2
  107. data/lib/tinkerforge/bricklet_performance_dc.rb +2 -2
  108. data/lib/tinkerforge/bricklet_piezo_buzzer.rb +2 -2
  109. data/lib/tinkerforge/bricklet_piezo_speaker.rb +2 -2
  110. data/lib/tinkerforge/bricklet_piezo_speaker_v2.rb +2 -2
  111. data/lib/tinkerforge/bricklet_ptc.rb +2 -2
  112. data/lib/tinkerforge/bricklet_ptc_v2.rb +2 -2
  113. data/lib/tinkerforge/bricklet_real_time_clock.rb +2 -2
  114. data/lib/tinkerforge/bricklet_real_time_clock_v2.rb +2 -2
  115. data/lib/tinkerforge/bricklet_remote_switch.rb +2 -2
  116. data/lib/tinkerforge/bricklet_remote_switch_v2.rb +2 -2
  117. data/lib/tinkerforge/bricklet_rgb_led.rb +2 -2
  118. data/lib/tinkerforge/bricklet_rgb_led_button.rb +2 -2
  119. data/lib/tinkerforge/bricklet_rgb_led_matrix.rb +2 -2
  120. data/lib/tinkerforge/bricklet_rgb_led_v2.rb +2 -2
  121. data/lib/tinkerforge/bricklet_rotary_encoder.rb +2 -2
  122. data/lib/tinkerforge/bricklet_rotary_encoder_v2.rb +2 -2
  123. data/lib/tinkerforge/bricklet_rotary_poti.rb +2 -2
  124. data/lib/tinkerforge/bricklet_rotary_poti_v2.rb +2 -2
  125. data/lib/tinkerforge/bricklet_rs232.rb +2 -2
  126. data/lib/tinkerforge/bricklet_rs232_v2.rb +2 -2
  127. data/lib/tinkerforge/bricklet_rs485.rb +2 -2
  128. data/lib/tinkerforge/bricklet_segment_display_4x7.rb +2 -2
  129. data/lib/tinkerforge/bricklet_segment_display_4x7_v2.rb +2 -2
  130. data/lib/tinkerforge/bricklet_servo_v2.rb +2 -2
  131. data/lib/tinkerforge/bricklet_silent_stepper_v2.rb +2 -2
  132. data/lib/tinkerforge/bricklet_solid_state_relay.rb +2 -2
  133. data/lib/tinkerforge/bricklet_solid_state_relay_v2.rb +2 -2
  134. data/lib/tinkerforge/bricklet_sound_intensity.rb +2 -2
  135. data/lib/tinkerforge/bricklet_sound_pressure_level.rb +2 -2
  136. data/lib/tinkerforge/bricklet_temperature.rb +2 -2
  137. data/lib/tinkerforge/bricklet_temperature_ir.rb +2 -2
  138. data/lib/tinkerforge/bricklet_temperature_ir_v2.rb +2 -2
  139. data/lib/tinkerforge/bricklet_temperature_v2.rb +2 -2
  140. data/lib/tinkerforge/bricklet_thermal_imaging.rb +48 -3
  141. data/lib/tinkerforge/bricklet_thermocouple.rb +2 -2
  142. data/lib/tinkerforge/bricklet_thermocouple_v2.rb +2 -2
  143. data/lib/tinkerforge/bricklet_tilt.rb +2 -2
  144. data/lib/tinkerforge/bricklet_uv_light.rb +2 -2
  145. data/lib/tinkerforge/bricklet_uv_light_v2.rb +2 -2
  146. data/lib/tinkerforge/bricklet_voltage.rb +2 -2
  147. data/lib/tinkerforge/bricklet_voltage_current.rb +2 -2
  148. data/lib/tinkerforge/bricklet_voltage_current_v2.rb +2 -2
  149. data/lib/tinkerforge/bricklet_xmc1400_breakout.rb +2 -2
  150. data/lib/tinkerforge/device_display_names.rb +7 -3
  151. data/lib/tinkerforge/version.rb +1 -1
  152. metadata +7 -4
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -64,6 +64,9 @@ module Tinkerforge
64
64
  FUNCTION_GET_IMAGE_TRANSFER_CONFIG = 11 # :nodoc:
65
65
  FUNCTION_SET_FLUX_LINEAR_PARAMETERS = 14 # :nodoc:
66
66
  FUNCTION_GET_FLUX_LINEAR_PARAMETERS = 15 # :nodoc:
67
+ FUNCTION_SET_FFC_SHUTTER_MODE = 16 # :nodoc:
68
+ FUNCTION_GET_FFC_SHUTTER_MODE = 17 # :nodoc:
69
+ FUNCTION_RUN_FFC_NORMALIZATION = 18 # :nodoc:
67
70
  FUNCTION_GET_SPITFP_ERROR_COUNT = 234 # :nodoc:
68
71
  FUNCTION_SET_BOOTLOADER_MODE = 235 # :nodoc:
69
72
  FUNCTION_GET_BOOTLOADER_MODE = 236 # :nodoc:
@@ -87,6 +90,12 @@ module Tinkerforge
87
90
  IMAGE_TRANSFER_MANUAL_TEMPERATURE_IMAGE = 1 # :nodoc:
88
91
  IMAGE_TRANSFER_CALLBACK_HIGH_CONTRAST_IMAGE = 2 # :nodoc:
89
92
  IMAGE_TRANSFER_CALLBACK_TEMPERATURE_IMAGE = 3 # :nodoc:
93
+ SHUTTER_MODE_MANUAL = 0 # :nodoc:
94
+ SHUTTER_MODE_AUTO = 1 # :nodoc:
95
+ SHUTTER_MODE_EXTERNAL = 2 # :nodoc:
96
+ SHUTTER_LOCKOUT_INACTIVE = 0 # :nodoc:
97
+ SHUTTER_LOCKOUT_HIGH = 1 # :nodoc:
98
+ SHUTTER_LOCKOUT_LOW = 2 # :nodoc:
90
99
  BOOTLOADER_MODE_BOOTLOADER = 0 # :nodoc:
91
100
  BOOTLOADER_MODE_FIRMWARE = 1 # :nodoc:
92
101
  BOOTLOADER_MODE_BOOTLOADER_WAIT_FOR_REBOOT = 2 # :nodoc:
@@ -108,7 +117,7 @@ module Tinkerforge
108
117
  def initialize(uid, ipcon)
109
118
  super uid, ipcon, DEVICE_IDENTIFIER, DEVICE_DISPLAY_NAME
110
119
 
111
- @api_version = [2, 0, 1]
120
+ @api_version = [2, 0, 2]
112
121
 
113
122
  @response_expected[FUNCTION_GET_HIGH_CONTRAST_IMAGE_LOW_LEVEL] = RESPONSE_EXPECTED_ALWAYS_TRUE
114
123
  @response_expected[FUNCTION_GET_TEMPERATURE_IMAGE_LOW_LEVEL] = RESPONSE_EXPECTED_ALWAYS_TRUE
@@ -123,6 +132,9 @@ module Tinkerforge
123
132
  @response_expected[FUNCTION_GET_IMAGE_TRANSFER_CONFIG] = RESPONSE_EXPECTED_ALWAYS_TRUE
124
133
  @response_expected[FUNCTION_SET_FLUX_LINEAR_PARAMETERS] = RESPONSE_EXPECTED_FALSE
125
134
  @response_expected[FUNCTION_GET_FLUX_LINEAR_PARAMETERS] = RESPONSE_EXPECTED_ALWAYS_TRUE
135
+ @response_expected[FUNCTION_SET_FFC_SHUTTER_MODE] = RESPONSE_EXPECTED_FALSE
136
+ @response_expected[FUNCTION_GET_FFC_SHUTTER_MODE] = RESPONSE_EXPECTED_ALWAYS_TRUE
137
+ @response_expected[FUNCTION_RUN_FFC_NORMALIZATION] = RESPONSE_EXPECTED_FALSE
126
138
  @response_expected[FUNCTION_GET_SPITFP_ERROR_COUNT] = RESPONSE_EXPECTED_ALWAYS_TRUE
127
139
  @response_expected[FUNCTION_SET_BOOTLOADER_MODE] = RESPONSE_EXPECTED_ALWAYS_TRUE
128
140
  @response_expected[FUNCTION_GET_BOOTLOADER_MODE] = RESPONSE_EXPECTED_ALWAYS_TRUE
@@ -354,6 +366,39 @@ module Tinkerforge
354
366
  send_request FUNCTION_GET_FLUX_LINEAR_PARAMETERS, [], '', 24, 'S S S S S S S S'
355
367
  end
356
368
 
369
+ # Sets the FFC shutter mode parameters.
370
+ #
371
+ # See FLIR document 110-0144-03 4.5.15 for more details.
372
+ #
373
+ # .. versionadded:: 2.0.6$nbsp;(Plugin)
374
+ def set_ffc_shutter_mode(shutter_mode, temp_lockout_state, video_freeze_during_ffc, ffc_desired, elapsed_time_since_last_ffc, desired_ffc_period, explicit_cmd_to_open, desired_ffc_temp_delta, imminent_delay)
375
+ check_validity
376
+
377
+ send_request FUNCTION_SET_FFC_SHUTTER_MODE, [shutter_mode, temp_lockout_state, video_freeze_during_ffc, ffc_desired, elapsed_time_since_last_ffc, desired_ffc_period, explicit_cmd_to_open, desired_ffc_temp_delta, imminent_delay], 'C C ? ? L L ? S S', 8, ''
378
+ end
379
+
380
+ # Sets the FFC shutter mode parameters.
381
+ #
382
+ # See FLIR document 110-0144-03 4.5.15 for more details.
383
+ #
384
+ # .. versionadded:: 2.0.6$nbsp;(Plugin)
385
+ def get_ffc_shutter_mode
386
+ check_validity
387
+
388
+ send_request FUNCTION_GET_FFC_SHUTTER_MODE, [], '', 25, 'C C ? ? L L ? S S'
389
+ end
390
+
391
+ # Starts the Flat-Field Correction (FFC) normalization.
392
+ #
393
+ # See FLIR document 110-0144-03 4.5.16 for more details.
394
+ #
395
+ # .. versionadded:: 2.0.6$nbsp;(Plugin)
396
+ def run_ffc_normalization
397
+ check_validity
398
+
399
+ send_request FUNCTION_RUN_FFC_NORMALIZATION, [], '', 8, ''
400
+ end
401
+
357
402
  # Returns the error count for the communication between Brick and Bricklet.
358
403
  #
359
404
  # The errors are divided into
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -1,8 +1,8 @@
1
1
  # -*- ruby encoding: utf-8 -*-
2
2
  #############################################################
3
- # This file was automatically generated on 2021-05-06. #
3
+ # This file was automatically generated on 2024-02-27. #
4
4
  # #
5
- # Ruby Bindings Version 2.1.29 #
5
+ # Ruby Bindings Version 2.1.31 #
6
6
  # #
7
7
  # If you have a bugfix for this file and want to commit it, #
8
8
  # please fix the bug in the generator. You can find a link #
@@ -29,6 +29,8 @@ module Tinkerforge
29
29
  29 => 'IO-4 Bricklet',
30
30
  111 => 'HAT Brick',
31
31
  112 => 'HAT Zero Brick',
32
+ 113 => 'ESP32 Brick',
33
+ 115 => 'ESP32 Ethernet Brick',
32
34
  210 => 'Joystick Bricklet',
33
35
  211 => 'LCD 16x2 Bricklet',
34
36
  212 => 'LCD 20x4 Bricklet',
@@ -154,7 +156,9 @@ module Tinkerforge
154
156
  2162 => 'Industrial Dual AC Relay Bricklet',
155
157
  2164 => 'Industrial PTC Bricklet',
156
158
  2165 => 'DC Bricklet 2.0',
157
- 2166 => 'Silent Stepper Bricklet 2.0'
159
+ 2166 => 'Silent Stepper Bricklet 2.0',
160
+ 2171 => 'GPS Bricklet 3.0',
161
+ 2174 => 'Industrial Dual AC In Bricklet'
158
162
  }
159
163
 
160
164
  # internal
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Tinkerforge
3
- VERSION = '2.1.29'
3
+ VERSION = '2.1.31'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tinkerforge
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.29
4
+ version: 2.1.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthias Bolte
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-06 00:00:00.000000000 Z
11
+ date: 2024-02-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: matthias@tinkerforge.com
@@ -18,6 +18,8 @@ extra_rdoc_files: []
18
18
  files:
19
19
  - lib/tinkerforge.rb
20
20
  - lib/tinkerforge/brick_dc.rb
21
+ - lib/tinkerforge/brick_esp32.rb
22
+ - lib/tinkerforge/brick_esp32_ethernet.rb
21
23
  - lib/tinkerforge/brick_hat.rb
22
24
  - lib/tinkerforge/brick_hat_zero.rb
23
25
  - lib/tinkerforge/brick_imu.rb
@@ -64,6 +66,7 @@ files:
64
66
  - lib/tinkerforge/bricklet_energy_monitor.rb
65
67
  - lib/tinkerforge/bricklet_gps.rb
66
68
  - lib/tinkerforge/bricklet_gps_v2.rb
69
+ - lib/tinkerforge/bricklet_gps_v3.rb
67
70
  - lib/tinkerforge/bricklet_hall_effect.rb
68
71
  - lib/tinkerforge/bricklet_hall_effect_v2.rb
69
72
  - lib/tinkerforge/bricklet_humidity.rb
@@ -78,6 +81,7 @@ files:
78
81
  - lib/tinkerforge/bricklet_industrial_digital_out_4_v2.rb
79
82
  - lib/tinkerforge/bricklet_industrial_dual_0_20ma.rb
80
83
  - lib/tinkerforge/bricklet_industrial_dual_0_20ma_v2.rb
84
+ - lib/tinkerforge/bricklet_industrial_dual_ac_in.rb
81
85
  - lib/tinkerforge/bricklet_industrial_dual_ac_relay.rb
82
86
  - lib/tinkerforge/bricklet_industrial_dual_analog_in.rb
83
87
  - lib/tinkerforge/bricklet_industrial_dual_analog_in_v2.rb
@@ -185,8 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
189
  - !ruby/object:Gem::Version
186
190
  version: '0'
187
191
  requirements: []
188
- rubyforge_project:
189
- rubygems_version: 2.5.2.1
192
+ rubygems_version: 3.2.5
190
193
  signing_key:
191
194
  specification_version: 4
192
195
  summary: Ruby API Bindings for Tinkerforge Bricks and Bricklets