wyze_set_brightness
Adjust the brightness level of a Wyze smart light using a device MAC address and a specified brightness value (0-100) through the MCP Wyze Server.
Instructions
Set brightness for a Wyze light (0-100)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
brightness | Yes | ||
device_mac | Yes |
Input Schema (JSON Schema)
{
"properties": {
"brightness": {
"title": "Brightness",
"type": "integer"
},
"device_mac": {
"title": "Device Mac",
"type": "string"
}
},
"required": [
"device_mac",
"brightness"
],
"title": "wyze_set_brightnessArguments",
"type": "object"
}