AAPS-Omnipod / AndroidAPS

GNU Affero General Public License v3.0
21 stars 19 forks source link

TBR value as percentages #11

Closed samspycher closed 4 years ago

samspycher commented 4 years ago

This is a 1:1 copy of the function MedtronicPumpPlugin.setTempBasalPercent into OmnipodPumpPlugin.

It is tested with multiple temp basal rates featuring both absolute and percentage values, and seems to work fine.

Fixes AAPS-Omnipod/AndroidAPS#10

samspycher commented 4 years ago

Unit tests added, was a bit unsure of the reasonable scope of input values for this test => happy for feedback.