Skip to content

Commit 88bda37

Browse files
committed
Add 11NAHT20 mode
1 parent ee20f1a commit 88bda37

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default_language_version:
55
repos:
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"
@@ -56,7 +56,7 @@ repos:
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"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All 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

airos/data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "airos"
7-
version = "0.6.11"
7+
version = "0.6.12"
88
license = "MIT"
99
description = "Ubiquiti airOS module(s) for Python 3."
1010
readme = "README.md"

0 commit comments

Comments
 (0)