wyze_get_scale_records
Retrieve weight measurement records from a Wyze scale by specifying the device MAC, user ID, and desired time range. Access historical data for health tracking purposes.
Instructions
Get weight measurement records from a Wyze scale
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days_back | No | ||
| device_mac | No | ||
| user_id | No |
Input Schema (JSON Schema)
{
"properties": {
"days_back": {
"default": 30,
"title": "Days Back",
"type": "integer"
},
"device_mac": {
"default": null,
"title": "Device Mac",
"type": "string"
},
"user_id": {
"default": null,
"title": "User Id",
"type": "string"
}
},
"title": "wyze_get_scale_recordsArguments",
"type": "object"
}