We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265a842 commit 65ff0b1Copy full SHA for 65ff0b1
airos/base.py
@@ -76,7 +76,7 @@ def __init__(
76
# Mostly 8.x API endpoints, login/status are the same in 6.x
77
self._login_urls = {
78
"default": f"{self.base_url}/api/auth",
79
- "v6_alternative": f"{self.base_url}/login.cgi",
+ "v6_alternative": f"{self.base_url}/login.cgi?uri=/",
80
}
81
self._status_cgi_url = f"{self.base_url}/status.cgi"
82
# Presumed 8.x only endpoints
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "airos"
7
-version = "0.5.6"
+version = "0.5.7a1"
8
license = "MIT"
9
description = "Ubiquiti airOS module(s) for Python 3."
10
readme = "README.md"
0 commit comments