##### Channels
-| Name | Channel Type | Item Type | Remarks |
-| --------------- | ----------------------------------- | ------------- | ---------------------------------------------------- |
-| command | [command](#channels) | Switch | |
-| commandString | [commandString](#channels) | String | Options: POWER, UP, DOWN, LIGHT, LEARN, RESET_FILTER |
-| fanSpeedControl | [fanspeedcontrol](#channels) | RollerShutter | Options: UP / DOWN |
-| fanLight | [fanlight](#channels) | Switch | |
-| signalLevel | [system.signal-strength](#channels) | Number | |
+| Name | Channel Type | Item Type | Remarks |
+| --------------- | ----------------------------------- | ------------- | ---------------------------------------------------------------- |
+| command | [command](#channels) | Switch | |
+| commandString | [commandString](#channels) | String | Options: POWER, UP, DOWN, LIGHT, LEARN, RESET_FILTER, MOOD_LIGHT |
+| fanSpeedControl | [fanspeedcontrol](#channels) | RollerShutter | Options: UP / DOWN |
+| fanLight | [fanlight](#channels) | Switch | |
+| signalLevel | [system.signal-strength](#channels) | Number | |
##### Configuration Options
NOVY_DOWN(3, NOVY),
NOVY_LIGHT(4, NOVY),
NOVY_LEARN(5, NOVY),
- NOVY_RESET_FILTER(6, NOVY);
+ NOVY_RESET_FILTER(6, NOVY),
+ NOVY_MOOD_LIGHT(7, NOVY);
private final int command;
private final Integer speed;
case "NATURAL_FLOW":
case "PAIR":
case "RESET_FILTER":
+ case "MOOD_LIGHT":
case "SPEED_1":
case "SPEED_2":
case "SPEED_3":