Skip to content

Instantly share code, notes, and snippets.

@nsmith
Created June 17, 2013 13:17
Show Gist options
  • Save nsmith/5796788 to your computer and use it in GitHub Desktop.
Save nsmith/5796788 to your computer and use it in GitHub Desktop.
Post data to cloud dashboard
curl -X POST -H "Content-Type: application/json" -d '{
"clock": {
"offset": -14400
},
"gauges": [
{
"label": "EMAIL",
"position": 75.8948
},
{
"label": "GOOD",
"position": 150
},
{
"label": "BAD",
"position": 270
}
]
}' https://agent.electricimp.com/dSsKKIPF3AC5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment