Skip to content

isopruefi-frontend v1.0.0


isopruefi-frontend / api/api-client / ISensorData

Interface: ISensorData

Defined in: api/api-client.ts:1331

Represents an overview of sensor data.

Properties

location?

optional location: string

Defined in: api/api-client.ts:1337

Gets or sets the location of the sensor.


sensorName?

optional sensorName: string

Defined in: api/api-client.ts:1334

Gets or sets the name of the sensor.


temperatureDatas?

optional temperatureDatas: TemperatureData[]

Defined in: api/api-client.ts:1340

Gets or sets the temperature data of the sensor.