wyze_set_light_effect
Configure dynamic lighting effects on Wyze light strips or compatible bulbs by specifying device MAC and effect type.
Instructions
Set visual effect for a Wyze light strip or compatible bulb
Input Schema
Name | Required | Description | Default |
---|---|---|---|
device_mac | Yes | ||
effect | Yes |
Input Schema (JSON Schema)
{
"properties": {
"device_mac": {
"title": "Device Mac",
"type": "string"
},
"effect": {
"title": "Effect",
"type": "string"
}
},
"required": [
"device_mac",
"effect"
],
"title": "wyze_set_light_effectArguments",
"type": "object"
}