determine_basal.js 230 B

123456
  1. function middleware(iob, currenttemp, glucose, profile, autosens, meal, reservoir, clock, pumphistory, preferences, basalprofile) {
  2. // modify anything
  3. // return any reason what has changed.
  4. return "Nothing changed";
  5. }