interface Device {
    deviceTypeHashId: string;
    fields: FieldsFromServer;
    hashId: string;
    lastOnlineAt: null | Date;
    nextReportBefore: null | Date;
    supplierDeviceIdentifier: string;
    supplierHashId: string;
    validated: boolean;
}

Properties

deviceTypeHashId: string
hashId: string
lastOnlineAt: null | Date
nextReportBefore: null | Date
supplierDeviceIdentifier: string
supplierHashId: string
validated: boolean