yuppity / unifi-video-api

Python API for UniFi Video
MIT License
59 stars 11 forks source link

Update supported versions list to include '3.10.13' #19

Closed mrichmon closed 3 years ago

mrichmon commented 4 years ago

unifi-video version 3.10.13 appears to be working with this api code.

I have used the following methods repeatedly with Unifi-Video v3.10.13:

All of these methods functioned as expected.

yuppity commented 4 years ago

Thank you for the method listing!

Just upgraded my own UniFi Video instance and I'll still need to test some of the other API calls and have a look at the frontend JS. If past UniFi Video updates are of any indication, expanding the supported version range is indeed all that is needed and I'll get to upload a new release to PyPI by tomorrow.

mrichmon commented 4 years ago

I am working on automating a camera configuration check. This will possibly lead to automating camera configuration rather than just validating configuration. I'll update when I get more coverage of the api.