Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.21 KB

File metadata and controls

17 lines (15 loc) · 1.21 KB

Dynamo API

  1. get_devices - return a json array of all devices. eg. http://cmu-sds.herokuapp.com/get_devices

  2. sensor_readings - retrieve sensor readings of a device within a specific time range. specify device id with following paramters:

  3. get_latest_reading - retrieves the latest reading of a device specify the device_id in id parameter, eg.

  4. get_last_reading_time_for_all_devices - get time of the last reading from all devices