com.apama.cumulocity
Event MeasurementValue


Used in Measurement to represent a measurement value with units and optional extra data.
Member summary
 floatvalue

Value from the sensor.
 stringunit

Units the reading is in, for example mm, lux.
 dictionary<stringany>params

Any per-value extra fields.
 
Member detail

params

dictionary<stringanyparams
Any per-value extra fields.

unit

string unit
Units the reading is in, for example mm, lux.

value

float value
Value from the sensor.