export interface IDevice { deviceURL: string; available: boolean; synced: boolean; label: string; enabled: boolean; controllableName: string; }