feat(master/manager/device): Enhance device management with new detail view, API updates, and improved request handling

This commit is contained in:
Tran Anh Tuan
2026-01-27 12:18:28 +07:00
parent a11e2c2991
commit 6d1c085ff7
20 changed files with 516 additions and 20 deletions

View File

@@ -30,6 +30,7 @@ declare namespace MasterModel {
state_updated_time?: number;
type?: string;
updated_time?: number;
uptime?: number;
lat?: string;
lng?: string;
}