Package | Description |
---|---|
com.orange.api.session |
Modifier and Type | Method and Description |
---|---|
SensorData[] |
OrangeConnection.getDataBetween(int global_id,
java.util.Date start,
java.util.Date end)
Returns an array of SensorData types, each describing one single reading update
sent by the named sensor by both reading and timestamp.
|
SensorData[] |
OrangeConnection.getDataSince(int global_id,
java.util.Date time)
Returns an array of SensorData types, each describing one single reading update
sent by the named sensor by both reading and timestamp.
|
SensorData[] |
OrangeConnection.getLatestList(int[] ids)
Returns a list of SensorData objects containing the latest reading and timestamp for each
named sensor ID.
|