File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ default_language_version:
55repos :
66 # Run manually in CI skipping the branch checks
77 - repo : https://github.com/astral-sh/ruff-pre-commit
8- rev : v0.16.4
8+ rev : v0.16.6
99 hooks :
1010 - id : ruff
1111 name : " Ruff check"
5656 - id : yamllint
5757 name : " YAML linting"
5858 - repo : https://github.com/shellcheck-py/shellcheck-py
59- rev : v0.11.0.1
59+ rev : v0.11.0.1-1
6060 hooks :
6161 - id : shellcheck
6262 name : " Shell checking"
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.6.12] - 2026-09-06
6+
7+ ### Added
8+
9+ - v6 wirless mode ` 11NAHT20 `
10+
511## [ 0.6.10] & [ 0.6.11] - 2026-07-05
612
713### Added
Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ class IeeeMode(Enum):
149149 _11NAHT40MINUS = "11NAHT40MINUS" # On a v6 XM
150150 _11NAHT40PLUS = "11NAHT40PLUS" # On a v6 XW
151151 _11NGHT20 = "11NGHT20" # On a v6 XM 900 MHz device (NanoStation loco M900)
152+ _11NAHT20 = "11NAHT20" # On a PowerBeam M5 400 running v6
152153 # More to be added when known
153154
154155
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " airos"
7- version = " 0.6.11 "
7+ version = " 0.6.12 "
88license = " MIT"
99description = " Ubiquiti airOS module(s) for Python 3."
1010readme = " README.md"
You can’t perform that action at this time.
0 commit comments