export interface IDeviceConfig { Name: string; Hub: string; Overrides: Array<{ Command: string; Override: string }>; }