Skip to content

TemperatureDataOverview

Namespace: IntegrationTests.ApiClient

Represents an overview of temperature data for different locations.

public class TemperatureDataOverview

Inheritance ObjectTemperatureDataOverview

Properties

SensorData

Gets or sets the list of Sensor data for the inside temperature.

public ICollection<SensorData> SensorData { get; set; }

Property Value

ICollection<SensorData>

TemperatureOutside

Gets or sets the list of temperature data for the outside location.

public ICollection<TemperatureData> TemperatureOutside { get; set; }

Property Value

ICollection<TemperatureData>

Constructors

TemperatureDataOverview()

public TemperatureDataOverview()