Closed ManuelZ closed 7 months ago
The type hints in GetSensorValues say that the second argument (configuration) is required, but it really isn't, as it has a default value of ConfigurationType::Current.
configuration
ConfigurationType::Current
you are totally right. This happened due to automatic conversion of interfaces to .pyi files. This is fixed in version 1.8.14.
Thanks a lot!
The type hints in GetSensorValues say that the second argument (
configuration
) is required, but it really isn't, as it has a default value ofConfigurationType::Current
.