isopruefi-frontend / api/api-client / ISensorData
Interface: ISensorData¶
Defined in: api/api-client.ts:1331
Represents an overview of sensor data.
Properties¶
location?¶
optionallocation:string
Defined in: api/api-client.ts:1337
Gets or sets the location of the sensor.
sensorName?¶
optionalsensorName:string
Defined in: api/api-client.ts:1334
Gets or sets the name of the sensor.
temperatureDatas?¶
optionaltemperatureDatas:TemperatureData[]
Defined in: api/api-client.ts:1340
Gets or sets the temperature data of the sensor.