Skip to content

SensorData

Namespace: Rest_API.Models

Represents an overview of sensor data.

public class SensorData

Inheritance ObjectSensorData

Properties

Location

Gets or sets the location of the sensor.

public string Location { get; set; }

Property Value

String

SensorName

Gets or sets the name of the sensor.

public string SensorName { get; set; }

Property Value

String

TemperatureDatas

Gets or sets the temperature data of the sensor.

public List<TemperatureData> TemperatureDatas { get; set; }

Property Value

List<TemperatureData>

Constructors

SensorData()

public SensorData()