Skip to content

Instantly share code, notes, and snippets.

@gordonbrander
Last active August 30, 2016 18:04
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 gordonbrander/8dc863808fa433db6150412eb18fcf69 to your computer and use it in GitHub Desktop.
Save gordonbrander/8dc863808fa433db6150412eb18fcf69 to your computer and use it in GitHub Desktop.
food_computer_1.0.json
{
"firmware_module": [
{
"_id": "ds18b20_1",
"type": "ds18b20",
"environment": "environment_1",
"arguments": [4],
"outputs": {
"temperature": {"variable": "water_temperature"}
}
},
{
"_id": "gc0012_1",
"type": "gc0012",
"environment": "environment_1",
"outputs": {
"air_carbon_dioxide": {"variable": "air_carbon_dioxide"}
}
},
{
"_id": "openag_dht22_1",
"type": "dht22",
"environment": "environment_1",
"arguments": [5],
"outputs": {
"air_temperature": {"variable": "air_temperature"},
"air_humidity": {"variable": "air_humidity"}
}
}
],
"software_module": [
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment