Skydance WZ5_cct
| Model | WZ5_cct |
| Vendor | Skydance |
| Description | Zigbee & RF 5 in 1 LED controller (CCT mode) |
| Exposes | light (state, brightness, color_temp) |
| Picture | ![]() |
Exposes
Light
This light supports the following features: state, brightness, color_temp.
state: To control the state publish a message to topiczigbee2mqtt/FRIENDLY_NAME/setwith payload{"state": "ON"},{"state": "OFF"}or{"state": "TOGGLE"}. To read the state send a message tozigbee2mqtt/FRIENDLY_NAME/getwith payload{"state": ""}.brightness: To control the brightness publish a message to topiczigbee2mqtt/FRIENDLY_NAME/setwith payload{"brightness": VALUE}whereVALUEis a number between0and254. To read the brightness send a message tozigbee2mqtt/FRIENDLY_NAME/getwith payload{"brightness": ""}.color_temp: To control the color temperature (in reciprocal megakelvin a.k.a. mired scale) publish a message to topiczigbee2mqtt/FRIENDLY_NAME/setwith payload{"color_temp": VALUE}whereVALUEis a number between250and454, the higher the warmer the color. To read the color temperature send a message tozigbee2mqtt/FRIENDLY_NAME/getwith payload{"color_temp": ""}. Besides the numeric values the following values are accepted:coolest,cool,neutral,warm,warmest.

