Skip to content

Commit 9c4bd11

Browse files
authored
Merge pull request #144 from CoMPaTech/liteap_ac
Provisional mapping for LiteAP AC issue
2 parents cb31dd4 + 513b40e commit 9c4bd11

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

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.1] - 2026-01-03
6+
7+
### Added
8+
9+
- Provisional adding LiteAP AC as a mapping towards the full model name
10+
511
## [0.6.0] - 2025-10-22
612

713
Major thanks to user HJ@discord for putting up with testing and dustball62 for confirming

airos/model_map.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080

8181
# Manually added entries for common unofficial names
8282
MANUAL_MODELS: dict[str, str] = {
83+
"LiteAP AC": "LAP-120", # Shortened name for airMAX Lite Access Point AC, Issue 137
8384
"LiteAP GPS": "LAP-GPS", # Shortened name for airMAX Lite Access Point GPS
8485
"NanoStation loco M5": "LocoM5", # XM firmware version 6 - note the reversed names
8586
}

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.0"
7+
version = "0.6.1"
88
license = "MIT"
99
description = "Ubiquiti airOS module(s) for Python 3."
1010
readme = "README.md"

0 commit comments

Comments
 (0)