wyze_set_color_temp
Adjust the color temperature of Wyze smart lights to personalize ambiance or functionality. Specify device MAC and desired temperature (2700K-6500K) for precise control.
Instructions
Set color temperature for a Wyze light (2700K-6500K)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
color_temp | Yes | ||
device_mac | Yes |
Input Schema (JSON Schema)
{
"properties": {
"color_temp": {
"title": "Color Temp",
"type": "integer"
},
"device_mac": {
"title": "Device Mac",
"type": "string"
}
},
"required": [
"device_mac",
"color_temp"
],
"title": "wyze_set_color_tempArguments",
"type": "object"
}