Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
Bump to Unifi Video 3.10.10
  • Loading branch information
EagleOne42 authored Oct 15, 2019
1 parent be06ba7 commit e5822b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unifi_video/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class UnifiVideoAPI(object):
"""

_supported_ufv_versions = []
_supported_ufv_version_ranges = [['3.9.12','3.10.6']]
_supported_ufv_version_ranges = [['3.9.12','3.10.10']]

def __init__(self, api_key=None, username=None, password=None,
addr='localhost', port=7080, schema='http', verify_cert=True,
Expand Down

0 comments on commit e5822b2

Please sign in to comment.