isopruefi-frontend / api/api-client / SensorData
Class: SensorData¶
Defined in: api/api-client.ts:1278
Represents an overview of sensor data.
Implements¶
Constructors¶
Constructor¶
new SensorData(
data?):SensorData
Defined in: api/api-client.ts:1289
Parameters¶
data?¶
Returns¶
SensorData
Properties¶
location?¶
optionallocation:string
Defined in: api/api-client.ts:1284
Gets or sets the location of the sensor.
Implementation of¶
sensorName?¶
optionalsensorName:string
Defined in: api/api-client.ts:1281
Gets or sets the name of the sensor.
Implementation of¶
temperatureDatas?¶
optionaltemperatureDatas:TemperatureData[]
Defined in: api/api-client.ts:1287
Gets or sets the temperature data of the sensor.
Implementation of¶
Methods¶
init()¶
init(
_data?):void
Defined in: api/api-client.ts:1298
Parameters¶
_data?¶
any
Returns¶
void
toJSON()¶
toJSON(
data?):any
Defined in: api/api-client.ts:1317
Parameters¶
data?¶
any
Returns¶
any
fromJS()¶
staticfromJS(data):SensorData
Defined in: api/api-client.ts:1310
Parameters¶
data¶
any
Returns¶
SensorData