first pass at devicestatus api/storage current only used in the /pebble endpoint

This commit is contained in:
Jason Calabrese
2014-08-31 23:02:09 -07:00
parent b63e7be276
commit 601662d193
7 changed files with 106 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
curl -H "Content-Type: application/json" -XPOST 'http://localhost:1337/api/v1/devicestatus/' -d '{
"uploaderBattery": 55
}'