export interface VariableMessage { readonly variableName: string; readonly dataSourceName: string; readonly monitoringPointName: string; readonly groupName: string; readonly dataType: string; readonly address: string; }