wyze_device_info
Retrieve detailed information about a Wyze smart home device using its MAC address. Identify device-specific data for monitoring and management within the MCP Wyze Server.
Instructions
Get detailed information about a specific Wyze device by MAC address
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_device_infoArguments",
"type": "object"
}