Jetstream API
Event Types
SensorReadingEvent
2min
about sensorreadingevent is published when a sensor has provided jetstream with a new reading or a batch of readings example published sensorreadingevent (from a device with two temperature probes) { "sensorreadings" \[ { "name" "temperaturea", "value" "26", "readingtime" "2017 05 19t06 15 46z" }, { "name" "temperatureb", "value" "26", "readingtime" "2017 05 19t06 15 46z" } ], "device" "mydevicename", "receivedtime" "2017 05 19t06 15 47z", "type" "sensorreadingevent", "eventid" "268e039e 8f4d 453c 9cfe aac78db3ee3a", "eventtime" "2017 05 19t06 15 46z" }