|
@@ -2,7 +2,7 @@ import Combine
|
|
|
import CoreData
|
|
import CoreData
|
|
|
import Foundation
|
|
import Foundation
|
|
|
|
|
|
|
|
-@available(iOS 16.0,*) final class BolusIntentRequest: BaseIntentsRequest {
|
|
|
|
|
|
|
+final class BolusIntentRequest: BaseIntentsRequest {
|
|
|
func bolus(_ bolusAmount: Double) async throws -> String {
|
|
func bolus(_ bolusAmount: Double) async throws -> String {
|
|
|
var bolusQuantity: Decimal = 0
|
|
var bolusQuantity: Decimal = 0
|
|
|
switch settingsManager.settings.bolusShortcut {
|
|
switch settingsManager.settings.bolusShortcut {
|