wyze_turn_off_device
Control Wyze smart home devices by turning off a specified light using its MAC address. Integrates with the MCP Wyze Server for efficient smart home management.
Instructions
Turn off a Wyze light device
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_turn_off_deviceArguments",
"type": "object"
}