Skip to content

Instantly share code, notes, and snippets.

@tomovwgti
Created February 3, 2014 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomovwgti/8781055 to your computer and use it in GitHub Desktop.
Save tomovwgti/8781055 to your computer and use it in GitHub Desktop.
Xively取得例
{
"auto_feed_url": "https://api.xively.com/v2/feeds/1495248008.json",
"created": "2014-01-28T01:09:26.992036Z",
"creator": "https://xively.com/users/tomo_watanabe",
"datastreams": [
{
"at": "2014-02-03T09:42:19.028303Z",
"current_value": "33",
"id": "Humidity",
"max_value": "34.0",
"min_value": "0.0",
"tags": [
"humidity"
],
"unit": {
"label": "%",
"symbol": "%"
}
},
{
"at": "2014-02-03T09:42:19.028303Z",
"current_value": "0",
"id": "Illumination",
"max_value": "176.0",
"min_value": "0.0",
"tags": [
"illumination"
]
},
{
"at": "2014-02-03T09:42:19.028303Z",
"current_value": "0",
"id": "Motion",
"max_value": "3585.0",
"min_value": "0.0",
"tags": [
"motion"
]
},
{
"at": "2014-02-03T09:42:19.028303Z",
"current_value": "992",
"id": "Pressure",
"max_value": "1015.0",
"min_value": "0.0",
"tags": [
"pressure"
],
"unit": {
"label": "hPa",
"symbol": "hPa"
}
},
{
"at": "2014-02-03T09:42:19.028303Z",
"current_value": "14",
"id": "Sound",
"max_value": "688.0",
"min_value": "0.0",
"tags": [
"souns"
]
},
{
"at": "2014-02-03T09:42:19.028303Z",
"current_value": "30.48",
"id": "Temperature",
"max_value": "2997.0",
"min_value": "13.37",
"tags": [
"temperature"
],
"unit": {
"label": "degree",
"symbol": "\u2103"
}
}
],
"device_serial": "C6PMX466YE74",
"feed": "https://api.xively.com/v2/feeds/1495248008.json",
"id": 1495248008,
"location": {
"disposition": "mobile",
"domain": "physical",
"exposure": "outdoor",
"lat": 35.6557308710742,
"lon": 139.694219008984,
"name": "Freebit"
},
"private": "false",
"product_id": "6lSCsRDeLdCludNLJy2q",
"status": "live",
"title": "EnvironmentSensor_ID1",
"updated": "2014-02-03T09:42:19.244674Z",
"version": "1.0.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment