export interface Device { deviceID: string; name: string; // TODO add additional properties }