export interface CompletedDevice { sn: string; ip: string; time: number; deviceId: number; log: any; }