pancreabble.json 707 B

123456789101112131415161718192021222324252627282930313233343536
  1. [
  2. {
  3. "pancreabble": {
  4. "path": ".",
  5. "module": "pancreabble"
  6. },
  7. "type": "vendor",
  8. "name": "pancreabble"
  9. },
  10. {
  11. "type": "device",
  12. "pbbl": {
  13. "vendor": "pancreabble",
  14. "extra": "pbbl.ini"
  15. },
  16. "name": "pbbl",
  17. "extra": {
  18. "port": "/dev/rfcomm0"
  19. }
  20. },
  21. {
  22. "type": "report",
  23. "name": "upload/urchin-data.json",
  24. "upload/urchin-data.json": {
  25. "use": "format_urchin_data",
  26. "reporter": "JSON",
  27. "cgm_clock": "monitor/clock-zoned.json",
  28. "action": "add",
  29. "device": "pbbl",
  30. "glucose_history": "monitor/glucose.json",
  31. "status_text": "",
  32. "status_json": "upload/urchin-status.json"
  33. }
  34. }
  35. ]