|
|
@@ -25,22 +25,10 @@ struct NightscoutFetchView: View {
|
|
|
footer: VStack(alignment: .leading, spacing: 2) {
|
|
|
Text("Fetch Treatments needs to be allowed to be able to toggle on Remote Control.")
|
|
|
Text("\nWhen enabled you allow these remote functions through announcements from Nightscout:")
|
|
|
- HStack {
|
|
|
- Text("•")
|
|
|
- Text("Suspend/Resume Pump")
|
|
|
- }
|
|
|
- HStack {
|
|
|
- Text("•")
|
|
|
- Text("Opening/Closing Loop")
|
|
|
- }
|
|
|
- HStack {
|
|
|
- Text("•")
|
|
|
- Text("Set Temp Basal")
|
|
|
- }
|
|
|
- HStack {
|
|
|
- Text("•")
|
|
|
- Text("Enact Bolus")
|
|
|
- }
|
|
|
+ Text(" • ") + Text("Suspend/Resume Pump")
|
|
|
+ Text(" • ") + Text("Opening/Closing Loop")
|
|
|
+ Text(" • ") + Text("Set Temp Basal")
|
|
|
+ Text(" • ") + Text("Enact Bolus")
|
|
|
}
|
|
|
)
|
|
|
{
|