mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
first pass at devicestatus api/storage current only used in the /pebble endpoint
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
curl -H "Content-Type: application/json" -XPOST 'http://localhost:1337/api/v1/devicestatus/' -d '{
|
||||
"uploaderBattery": 55
|
||||
}'
|
||||
Reference in New Issue
Block a user