set_band_reminder
Create or update a Mi Band wrist reminder by setting its time, title, and recurrence. Specify an existing reminder ID to update or omit it to add a new one, then verify the stored details.
Instructions
Create or update one wrist reminder, then verify its actual stored fields.
at is an ISO timestamp with UTC offset; wire dates/times are UTC. title is the text shown on the band. Omit reminder_id to create, or use a listed ID to update. Supply all desired fields; unrelated entries are preserved. Recurrence follows the band's UTC schedule, so it does not automatically track local daylight-saving changes. On an unknown result inspect get_band_schedule before attempting another create. timeout_seconds: 5..90.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | Yes | ||
| title | Yes | ||
| repeat | No | once | |
| timezone | No | ||
| reminder_id | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||