We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cadc80d commit ca1a8c3Copy full SHA for ca1a8c3
1 file changed
tinkerforge_async/bricklet_thermocouple_v2.py
@@ -297,9 +297,9 @@ async def get_temperature_callback_configuration(self) -> AdvancedCallbackConfig
297
298
async def set_configuration(
299
self,
300
- averaging: _Averaging,
301
- sensor_type: _SensorType,
302
- line_filter: _LineFilter,
+ averaging: _Averaging = Averaging.AVERAGING_16,
+ sensor_type: _SensorType = SensorType.TYPE_K,
+ line_filter: _LineFilter = LineFilter.FREQUENCY_50HZ,
303
response_expected: bool = True,
304
) -> None:
305
"""
0 commit comments