-
-
Save jbaldwinroberts/d67a8978dccb5a688f303c2b57d7d629 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
| curl -X POST -H "Content-Type: application/json" -d '{"value": "1", "created_at": "1498588568783"}' "http://2b0bb070c9bfc46d3a5788b8bc190120.resindevice.io/api/publish/temp" | |
| http://2b0bb070c9bfc46d3a5788b8bc190120.resindevice.io/api/publish/humidity | |
| curl -X POST -H "Content-Type: application/json" -d '{"value": "36.00", "created_at:" "1499090568"}' "http://2b0bb070c9bfc46d3a5788b8bc190120.resindevice.io/api/publish/humidity" | |
| curl -X POST -H "Content-Type: application/json" -d '{"value": "1", "created_at": "1498588568783"}' "localhost/api/publish/temp" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment