github starkillerOG/reolink_aio 0.19.0

7 hours ago

Breaking changes:

  • Breaking, restructure zoom_focus
    • Fix set_zoom, set_focus
    • Specifically the min/max values have changed:
      • host.zoom_range(ch)["zoom"]["pos"]["min"] -> host.zoom_range(ch)["zoom"]["min"]
      • host.zoom_range(ch)["zoom"]["pos"]["max"] -> host.zoom_range(ch)["zoom"]["max"]
      • host.zoom_range(ch)["focus"]["pos"]["min"] -> host.zoom_range(ch)["focus"]["min"]
      • host.zoom_range(ch)["focus"]["pos"]["max"] -> host.zoom_range(ch)["focus"]["max"]

Additions:

Bug fixes:

Full Changelog: 0.18.2...0.19.0

Don't miss a new reolink_aio release

NewReleases is sending notifications on new releases.