TempBasal.swift 137 B

123456789
  1. import Foundation
  2. struct TempBasal: JSON {
  3. let duration: Int
  4. let rate: Decimal
  5. let temp: TempType
  6. let timestamp: Date
  7. }