Skip to content

TemperatureData

Namespace: Rest_API.Models

Represents a single temperature data point with timestamp and value.

public class TemperatureData

Inheritance ObjectTemperatureData

Properties

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 DateTime Timestamp { get; set; }

Property Value

DateTime

Constructors

TemperatureData()

public TemperatureData()