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:
- Add PTZ push callback 542 and 433
- Add ZoomFocus push callback 294
- Baichuan fallback for GetZoomFocus
- Add PTZ auto command
- Add PTZ running
- Add ptz_patrol_cruising state
Bug fixes:
Full Changelog: 0.18.2...0.19.0