Skip to content

5.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 10:22
· 24 commits to master since this release

Breaking changes

  • Removing some previously exposed functions (get_model, get_sw_version, get_uuid, get_next_filter_change_date). Use MetricData class methods instead.
  • Vallox class lost get_profile, get_info, get_temperature, get_fan_speed, get_next_filter_change_date methods. Use MetricData class methods instead.
  • PROFILE Enum class was renamed to Profile.
  • Client class lost fetch_metric method.

What's Added

  • Adding MetricData.get method.

Full Changelog: 4.2.0...5.0.1