API 1.0.58 TrainingPlanDetail intensity

This commit is contained in:
Tibor Bossanyi (Freelancer)
2023-01-16 07:54:17 +01:00
parent 29415ba41f
commit aa296d085a
5 changed files with 17 additions and 4 deletions
@@ -20,10 +20,13 @@ data class TrainingPlanDetail (
@Expose var dayId: Int? = 0,
@Expose var ectoRepeats: Int? = 0,
@Expose var ectoWeight: Double? = 0.0,
@Expose var ectoRestingTime: Int? = 0,
@Expose var endoRepeats: Int? = 0,
@Expose var endoWeight: Double? = 0.0,
@Expose var endoRestingTime: Int? = 0,
@Expose var round: Int? = 0,
@Expose var roundGroup: String? = null,
@Expose var intensity: Double? = 0.0,
) {