|
|
@ -4972,6 +4972,27 @@ |
|
|
|
#define LIGHT_CH4_PIN 5 // WHITE |
|
|
|
|
|
|
|
// ----------------------------------------------------------------------------- |
|
|
|
// Benexmart 5W GU5.3 (MR16) RGBWW |
|
|
|
// https://www.aliexpress.com/item/4001245365644.html |
|
|
|
// ----------------------------------------------------------------------------- |
|
|
|
|
|
|
|
#elif defined(BENEXMART_GU53_RGBWW) |
|
|
|
|
|
|
|
// Info |
|
|
|
#define MANUFACTURER "BENEXMART" |
|
|
|
#define DEVICE "GU53_RGBWW" |
|
|
|
#define RELAY_PROVIDER RELAY_PROVIDER_LIGHT |
|
|
|
#define LIGHT_PROVIDER LIGHT_PROVIDER_DIMMER |
|
|
|
#define DUMMY_RELAY_COUNT 1 |
|
|
|
|
|
|
|
// Light |
|
|
|
#define LIGHT_CHANNELS 5 |
|
|
|
#define LIGHT_CH1_PIN 4 // RED |
|
|
|
#define LIGHT_CH2_PIN 12 // GREEN |
|
|
|
#define LIGHT_CH3_PIN 14 // BLUE |
|
|
|
#define LIGHT_CH4_PIN 5 // WARM WHITE |
|
|
|
#define LIGHT_CH5_PIN 13 // COLD WHITE |
|
|
|
|
|
|
|
// LSC E27 10W White Bulb with TYLC6E ESP8266 module |
|
|
|
// https://www.action.com/de-at/p/lsc-smart-connect-intelligente-led-lampe/ |
|
|
|
// ----------------------------------------------------------------------------- |
|
|
|