|
|
@@ -37,9 +37,13 @@ extension OpenAPS {
|
|
|
}
|
|
|
|
|
|
enum Monitor {
|
|
|
- static let pumpHistory = "monitor/pumphistory.json"
|
|
|
+ static let pumpHistory = "monitor/pumphistory-24h-zoned.json"
|
|
|
static let reservoir = "monitor/reservoir.json"
|
|
|
static let battery = "monitor/battery.json"
|
|
|
+ static let carbHistory = "monitor/carbhistory.json"
|
|
|
+ static let clock = "monitor/clock-zoned.json"
|
|
|
+ static let status = "monitor/status.json"
|
|
|
+ static let tempBasal = "monitor/temp_basal.json"
|
|
|
}
|
|
|
|
|
|
enum Function {
|