File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed 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.4.4] - 2025-08-29
6+
7+ ### Changed
8+
9+ - Made signal in Disconnected optional as reported on LiteBeam 8.7.15
10+
511## [ 0.4.3] - 2025-08-22
612
713### Changed
814
9- - Made antenna_gain and nol_ * optional for Prism and LiteBeam 8.7.8 support
15+ - Made antenna_gain and nol_ * optional as reported on Prism and LiteBeam 8.7.8 support
1016
1117## [ 0.4.2] - 2025-08-17
1218
Original file line number Diff line number Diff line change @@ -397,12 +397,12 @@ class Disconnected(AirOSDataClass):
397397
398398 mac : str
399399 lastip : str
400- signal : int
401400 hostname : str
402401 platform : str
403402 reason_code : int
404403 disconnect_duration : int
405404 airos_connected : bool = False # Mock add to determine Disconnected vs Station
405+ signal : int | None = None # Litebeam 5AC can have no signal
406406
407407
408408@dataclass
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.4.3 "
7+ version = " 0.4.4 "
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