xdrip-cgm.json 655 B

123456789101112131415161718192021222324252627
  1. [
  2. {
  3. "type": "report",
  4. "nightscout/recent-missing-entries.json": {
  5. "oper": "format-recent-type",
  6. "use": "shell",
  7. "reporter": "JSON",
  8. "device": "ns",
  9. "remainder": "tz entries monitor/glucose.json",
  10. "json_default": "True"
  11. },
  12. "name": "nightscout/recent-missing-entries.json"
  13. },
  14. {
  15. "type": "report",
  16. "nightscout/uploaded-entries.json": {
  17. "oper": "upload",
  18. "use": "shell",
  19. "reporter": "JSON",
  20. "device": "ns",
  21. "remainder": "entries.json nightscout/recent-missing-entries.json",
  22. "json_default": "True"
  23. },
  24. "name": "nightscout/uploaded-entries.json"
  25. }
  26. ]