chore(release): 0.5.0 #13

Merged
pufereq merged 33 commits from release/0.5.0 into main 2026-02-28 22:48:50 +00:00
11 changed files with 582 additions and 386 deletions
Showing only changes of commit 1e38be5ec5 - Show all commits

View File

@@ -267,7 +267,7 @@ class BackendServer:
self.logger.warning(f"Client {client_id} not found") self.logger.warning(f"Client {client_id} not found")
return None return None
return { return {
"id": client.mac_id, "id": client.id,
"addr": client.addr, "addr": client.addr,
"last_seen": client.last_seen, "last_seen": client.last_seen,
"status": client.status, "status": client.status,