FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Measurement("1001","c8y_LightMeasurement","12346081",1464359004.89,{"c8y_LightMeasurement": {"e":com.apama.cumulocity.MeasurementValue(108.1,"lux", {})}},{})
Measurement("1002","c8y_DistanceMeasurement","12346082",1464359005.396,{"c8y_DistanceMeasurement": {"distance":com.apama.cumulocity.MeasurementValue(344,"mm","","","",{})}},{})
Constant Summary | |
---|---|
constant string | CHANNEL := "cumulocity.measurements"
The channel to which Measurement events are sent from the transport. |
constant string | CREATE_CHANNEL := "CumulocityIoT"
The channel to send a measurement event to create a new measurement object in Cumulocity. |
Member Summary | |
---|---|
string | id
Unique identifier for this Measurement. |
string | type
The type of the measurement. |
string | source
The unique identifier of the source of the measurement. This should correspond to a ManagedObject. |
float | time
The time the measurement was taken, represented as the number of seconds since the epoch (1st January 1970). |
dictionary<string, dictionary<string, com.apama.cumulocity.MeasurementValue > > | measurements
Measurement values mapped by fragment and series. |
dictionary<string, any > | params
This dictionary is available to hold any other data associated with the measurement. |
Constant Detail |
---|
constant string CHANNEL := "cumulocity.measurements"The channel to which Measurement events are sent from the transport.
constant string CREATE_CHANNEL := "CumulocityIoT"The channel to send a measurement event to create a new measurement object in Cumulocity.
Member Detail |
---|
string idUnique identifier for this Measurement.
dictionary<string, dictionary<string, com.apama.cumulocity.MeasurementValue > > measurementsMeasurement values mapped by fragment and series.
dictionary<string, any > paramsThis dictionary is available to hold any other data associated with the measurement.
string sourceThe unique identifier of the source of the measurement. This should correspond to a ManagedObject.
float timeThe time the measurement was taken, represented as the number of seconds since the epoch (1st January 1970).
string typeThe type of the measurement.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |