From 0782e330cb3ad61baec90ae47f432055d880dd33 Mon Sep 17 00:00:00 2001 From: Tom Scholten Date: Sat, 3 Jan 2026 12:43:37 +0100 Subject: [PATCH 1/2] Provisional mapping for LiteAP AC issue --- airos/model_map.py | 1 + 1 file changed, 1 insertion(+) diff --git a/airos/model_map.py b/airos/model_map.py index 9dacf01..236bd5b 100644 --- a/airos/model_map.py +++ b/airos/model_map.py @@ -80,6 +80,7 @@ # Manually added entries for common unofficial names MANUAL_MODELS: dict[str, str] = { + "LiteAP AC": "LAP-120", # Shortened name for airMAX Lite Access Point AC, Issue 137 "LiteAP GPS": "LAP-GPS", # Shortened name for airMAX Lite Access Point GPS "NanoStation loco M5": "LocoM5", # XM firmware version 6 - note the reversed names } From 513b40ea4262115246f93bcb119b51e2a5b9ab9d Mon Sep 17 00:00:00 2001 From: Tom Scholten Date: Sat, 3 Jan 2026 12:47:20 +0100 Subject: [PATCH 2/2] Bumps --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d57746..cafd24e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.6.1] - 2026-01-03 + +### Added + +- Provisional adding LiteAP AC as a mapping towards the full model name + ## [0.6.0] - 2025-10-22 Major thanks to user HJ@discord for putting up with testing and dustball62 for confirming diff --git a/pyproject.toml b/pyproject.toml index 9732b65..09927a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "airos" -version = "0.6.0" +version = "0.6.1" license = "MIT" description = "Ubiquiti airOS module(s) for Python 3." readme = "README.md"