Fix config for Arilux AL-LC06

This commit is contained in:
Xose Pérez
2017-11-08 11:18:07 +01:00
parent 7140c862a0
commit e1619eab63

View File

@@ -1027,15 +1027,15 @@
// Info
#define MANUFACTURER "ARILUX"
#define DEVICE "AL-LC06"
#define DEVICE "AL_LC06"
#define RELAY_PROVIDER RELAY_PROVIDER_LIGHT
#define LIGHT_PROVIDER LIGHT_PROVIDER_DIMMER
#define DUMMY_RELAY_COUNT 1
// Channels
#define LIGHT_CHANNELS 5
#define LIGHT_CH1_PIN 12 // RED
#define LIGHT_CH2_PIN 14 // GREEN
#define LIGHT_CH1_PIN 14 // RED
#define LIGHT_CH2_PIN 12 // GREEN
#define LIGHT_CH3_PIN 13 // BLUE
#define LIGHT_CH4_PIN 15 // WHITE1
#define LIGHT_CH5_PIN 5 // WHITE2