wyze_get_scale_info
Retrieve detailed information about a Wyze scale by providing its MAC address. Supports real-time status monitoring and integration with the MCP Wyze Server for smart home device management.
Instructions
Get detailed information about a specific Wyze scale
Input Schema
Name | Required | Description | Default |
---|---|---|---|
device_mac | Yes |
Input Schema (JSON Schema)
{
"properties": {
"device_mac": {
"title": "Device Mac",
"type": "string"
}
},
"required": [
"device_mac"
],
"title": "wyze_get_scale_infoArguments",
"type": "object"
}