-
Notifications
You must be signed in to change notification settings - Fork 137
handling of eventualBG #203
Copy link
Copy link
Open
Description
eventualBG from suggestion (rT in oref) receives a special treatment as there was a mistake in oref that did not convert eventualBG via oref function convert_bg(eventualBG,profile) into whatever user had chosen as BG unit. It was always handed over as an Integer in mg/dL. Fixing this in oref will issue errors in fax due to:
let eventualBG: Int? @Published var eventualBG: Int? private func evetualBGStraing() -> String? {
I am easily able to fix 1 and 2, but not 3 and the resulting issues in
| if let eventualBG = state.eventualBG { |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels