using System;
namespace AsbCloudInfrastructure.Services.SAUB;
internal record TelemetryWithSoftwareVersionsDto(int Id,
string RemoteUid,
DateTimeOffset LastData,
string Deposit,
string Cluster,
string Well,
string? HmiVersion,
string? SaubPlcVersion,
string? SpinPlcVersion);