export interface IDeviceSummary {
    uuid: string;
    shortName: string;
}
