Log minimum workout
ryot_log_minimum_workoutLog a default minimum workout comprising walking, sit-to-stand, and wall push-up exercises. Customize durations, reps, and timing using optional parameters.
Instructions
Log the default minimum workout: walking + chair sit-to-stand + wall push-up. Exercise IDs can be passed or set via env vars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Minimum workout done. Keeping the streak alive. | |
| startTime | No | Defaults to now minus estimated duration. | |
| sitToStandReps | No | ||
| walkingMinutes | No | ||
| wallPushupReps | No | ||
| walkingExerciseId | No | Defaults to RYOT_WALKING_EXERCISE_ID. | |
| sitToStandExerciseId | No | Defaults to RYOT_SIT_TO_STAND_EXERCISE_ID. | |
| wallPushupExerciseId | No | Defaults to RYOT_WALL_PUSHUP_EXERCISE_ID. |