supermicrobolus.json 446 B

1234567891011121314151617181920212223
  1. [
  2. {
  3. "enact/smb-enacted.json": {
  4. "device": "pump",
  5. "input": "enact/smb-suggested.json",
  6. "use": "set_temp_basal",
  7. "reporter": "JSON"
  8. },
  9. "type": "report",
  10. "name": "enact/smb-enacted.json"
  11. },
  12. {
  13. "enact/bolused.json": {
  14. "device": "pump",
  15. "input": "enact/smb-suggested.json",
  16. "use": "bolus",
  17. "reporter": "JSON"
  18. },
  19. "type": "report",
  20. "name": "enact/bolused.json"
  21. }
  22. ]