Skip to content

Instantly share code, notes, and snippets.

@werkshy
Created June 6, 2012 23:12
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 werkshy/2885418 to your computer and use it in GitHub Desktop.
Save werkshy/2885418 to your computer and use it in GitHub Desktop.
{
"_id" : ObjectId("XXXXXXXXXXXXXXXXXXXX"),
"day" : 5,
"hour" : 21,
"logs" : [
{
"ts" : ISODate("2012-01-05T21:34:00Z"),
"hour" : 15,
"minute" : 34,
"relay" : 64,
"temp" : 70.5,
"hum" : 0,
"ttemp" : 71
},
{
"ts" : ISODate("2012-01-05T21:39:00Z"),
"hour" : 15,
"minute" : 39,
"relay" : 64,
"temp" : 70.5,
"hum" : 0,
"ttemp" : 71
},
{
"ts" : ISODate("2012-01-05T21:45:00Z"),
"hour" : 15,
"minute" : 45,
"relay" : 64,
"temp" : 70.5,
"hum" : 0,
"ttemp" : 71
},
{
"ts" : ISODate("2012-01-05T21:50:00Z"),
"hour" : 15,
"minute" : 50,
"relay" : 64,
"temp" : 70.5,
"hum" : 0,
"ttemp" : 71
},
{
"ts" : ISODate("2012-01-05T21:55:00Z"),
"hour" : 15,
"minute" : 55,
"relay" : 64,
"temp" : 70.5,
"hum" : 0,
"ttemp" : 71
}
],
"month" : 1,
"period" : "2012010521",
"uuid" : "XXXXXXXXXX",
"year" : 2012
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment