export interface IAveApiDeviceDataParams { deviceId: string; from: string; to: string; dataType: string; }