Delete unfinished function
This commit is contained in:
parent
dad61d5a37
commit
aecde2032e
1 changed files with 0 additions and 3 deletions
|
@ -48,9 +48,6 @@ interface LoopHub {
|
||||||
/** Notifies the system that carbs were eaten and stores the value. */
|
/** Notifies the system that carbs were eaten and stores the value. */
|
||||||
fun postCarbs(carbohydrates: Int)
|
fun postCarbs(carbohydrates: Int)
|
||||||
|
|
||||||
/** Stores or cancels a temptarget. */
|
|
||||||
fun postTempTarget(target: Double, duration: Int)
|
|
||||||
|
|
||||||
/** Stores hear rate readings that a taken and averaged of the given interval. */
|
/** Stores hear rate readings that a taken and averaged of the given interval. */
|
||||||
fun storeHeartRate(
|
fun storeHeartRate(
|
||||||
samplingStart: Instant, samplingEnd: Instant,
|
samplingStart: Instant, samplingEnd: Instant,
|
||||||
|
|
Loading…
Add table
Reference in a new issue