|
@ -2980,6 +2980,31 @@ |
|
|
// No RGB on this bulb. Warm white on channel 0, cool white on channel 3 |
|
|
// No RGB on this bulb. Warm white on channel 0, cool white on channel 3 |
|
|
#define MY92XX_MAPPING 255, 255, 255, 3, 0 |
|
|
#define MY92XX_MAPPING 255, 255, 255, 3, 0 |
|
|
|
|
|
|
|
|
|
|
|
// ----------------------------------------------------------------------------- |
|
|
|
|
|
// Lombex Lux Nova 2 White and Color |
|
|
|
|
|
// https://www.amazon.com/Lombex-Compatible-Equivalent-Dimmable-2700K-6500K/dp/B07B8K72PR |
|
|
|
|
|
// ----------------------------------------------------------------------------- |
|
|
|
|
|
#elif defined(LOMBEX_LUX_NOVA2_WHITE_COLOR) |
|
|
|
|
|
|
|
|
|
|
|
// Info |
|
|
|
|
|
#define MANUFACTURER "LOMBEX" |
|
|
|
|
|
#define DEVICE "LUX_NOVA2_WHITE_COLOR" |
|
|
|
|
|
#define RELAY_PROVIDER RELAY_PROVIDER_LIGHT |
|
|
|
|
|
#define LIGHT_PROVIDER LIGHT_PROVIDER_MY92XX |
|
|
|
|
|
#define DUMMY_RELAY_COUNT 1 |
|
|
|
|
|
|
|
|
|
|
|
// Light |
|
|
|
|
|
#define LIGHT_CHANNELS 5 |
|
|
|
|
|
#define MY92XX_MODEL MY92XX_MODEL_MY9291 |
|
|
|
|
|
#define MY92XX_CHIPS 1 |
|
|
|
|
|
#define MY92XX_DI_PIN 4 |
|
|
|
|
|
#define MY92XX_DCKI_PIN 5 |
|
|
|
|
|
#define MY92XX_COMMAND MY92XX_COMMAND_DEFAULT |
|
|
|
|
|
// RGB on channels 0/1/2, warm white on channel 3 |
|
|
|
|
|
// The presence of warm leds on these bulbs may just be a common defect. |
|
|
|
|
|
// If your bulb has cool leds, use 0, 1, 2, 3. Can also reduce LIGHT_CHANNELS. |
|
|
|
|
|
#define MY92XX_MAPPING 0, 1, 2, 255, 3 |
|
|
|
|
|
|
|
|
// ----------------------------------------------------------------------------- |
|
|
// ----------------------------------------------------------------------------- |
|
|
// Bestek Smart Plug with 2 USB ports |
|
|
// Bestek Smart Plug with 2 USB ports |
|
|
// https://www.bestekcorp.com/bestek-smart-plug-works-with-amazon-alexa-google-assistant-and-ifttt-with-2-usb |
|
|
// https://www.bestekcorp.com/bestek-smart-plug-works-with-amazon-alexa-google-assistant-and-ifttt-with-2-usb |
|
|