export interface DsmrOptions {
    property: string;
    maximumTelegram: number;
}
