Skip to content

TemperatureData

Namespace: IntegrationTests.ApiClient

Represents a single temperature data point with timestamp and value.

public class TemperatureData

Inheritance ObjectTemperatureData

Properties

Plausibility

public string Plausibility { get; set; }

Property Value

String

Temperature

Gets or sets the temperature value.

public double Temperature { get; set; }

Property Value

Double

Timestamp

Gets or sets the timestamp of the temperature measurement.

public DateTimeOffset Timestamp { get; set; }

Property Value

DateTimeOffset

Constructors

TemperatureData()

public TemperatureData()