wyze_turn_on_device
Turn on a Wyze light device using its MAC address. Part of the MCP Wyze Server, enabling control of smart home devices via AI assistants for real-time management.
Instructions
Turn on 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_on_deviceArguments",
"type": "object"
}