Skip to content

Commit

Permalink
fix 288->1 Device statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
dsnallfot committed Jul 10, 2024
1 parent a403d50 commit 0a225f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LoopFollow/Controllers/Nightscout/DeviceStatus.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ extension MainViewController {
self.writeDebugLog(value: "Download: device status")
}

let parameters: [String: String] = ["count": "288"]
let parameters: [String: String] = ["count": "1"]
NightscoutUtils.executeDynamicRequest(eventType: .deviceStatus, parameters: parameters) { result in
switch result {
case .success(let json):
Expand Down

0 comments on commit 0a225f6

Please sign in to comment.