Created
May 5, 2018 04:10
-
-
Save arvindr21/da533e0c43850c39947fbaa11f34063e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id" : ObjectId("59afa7146c750e0025a67763"), | |
"created_at" : ISODate("2017-09-06T13:13:16.891+05:30"), | |
"updated_at" : ISODate("2018-01-11T13:08:26.290+05:30"), | |
"stage" : "tes", | |
"name" : "s-cube", | |
"codeName" : "s-cube", | |
"description" : "s-cube", | |
"dataStructure" : "b;i;l;t;x;y;z;md", | |
"created_by" : ObjectId("5947f8f8fffcd800080fd721"), | |
"outputs" : [ | |
{ | |
"ifttt" : "yes", | |
"name" : "Intrusion Detection", | |
"description" : "Intrusion Detection", | |
"action" : "onoff", | |
"code" : "i", | |
"units" : "" | |
}, | |
{ | |
"ifttt" : "yes", | |
"name" : "Light Intensity", | |
"description" : "LUX", | |
"action" : "value", | |
"code" : "l", | |
"units" : "Lux" | |
}, | |
{ | |
"ifttt" : "yes", | |
"name" : "Temperature", | |
"description" : "Temperature", | |
"action" : "value", | |
"code" : "t", | |
"units" : "Degrees Celsius" | |
}, | |
{ | |
"ifttt" : "no", | |
"name" : "X-Axis", | |
"description" : "Accelerometer X-Axis", | |
"action" : "value", | |
"code" : "x", | |
"units" : "m/s2" | |
}, | |
{ | |
"ifttt" : "no", | |
"name" : "Y-Axis", | |
"description" : "Accelerometer Y-Axis", | |
"action" : "value", | |
"code" : "y", | |
"units" : "m/s2" | |
}, | |
{ | |
"ifttt" : "no", | |
"name" : "Z-Axis", | |
"description" : "Accelerometer Z-Axis", | |
"action" : "value", | |
"code" : "z", | |
"units" : "m/s2" | |
}, | |
{ | |
"name" : "Movement Detected", | |
"description" : "Movement Detected", | |
"action" : "onoff", | |
"code" : "md", | |
"units" : "", | |
"ifttt" : "yes" | |
} | |
], | |
"inputs" : [ | |
{ | |
"ifttt" : "yes", | |
"units" : "", | |
"code" : "b", | |
"action" : "onoff", | |
"description" : "Buzzer", | |
"name" : "Buzzer" | |
} | |
], | |
"__v" : 18, | |
"updated_by" : ObjectId("5947f8f8fffcd800080fd721") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment