Skip to content

Commit 3115b79

Browse files
committed
Ensure devices without UNMS/UISP are ok
1 parent 95aeee5 commit 3115b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airos/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ class UnmsStatus:
213213
"""Leaf definition."""
214214

215215
status: int
216-
timestamp: str
216+
timestamp: str | None = None
217217

218218

219219
@dataclass

0 commit comments

Comments
 (0)