export interface IOptions { enabled: boolean; events: string[]; topic: string; mqttBroker: string; }