Added MOOD_LIGHT for NOVY Fan (#14298)

Signed-off-by: fcvuilbak <42965756+fcvuilbak@users.noreply.github.com>
This commit is contained in:
fcvuilbak 2023-02-04 06:17:45 +01:00 committed by GitHub
parent a8267bc4fb
commit 8197721685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 8 deletions

View File

@ -523,9 +523,9 @@ A Novy extractor fan.
##### Channels
| Name | Channel Type | Item Type | Remarks |
| --------------- | ----------------------------------- | ------------- | ---------------------------------------------------- |
| --------------- | ----------------------------------- | ------------- | ---------------------------------------------------------------- |
| command | [command](#channels) | Switch | |
| commandString | [commandString](#channels) | String | Options: POWER, UP, DOWN, LIGHT, LEARN, RESET_FILTER |
| 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 | |

View File

@ -128,7 +128,8 @@ public class RFXComFanMessage extends RFXComDeviceMessageImpl<RFXComFanMessage.S
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;
@ -405,6 +406,7 @@ public class RFXComFanMessage extends RFXComDeviceMessageImpl<RFXComFanMessage.S
case "NATURAL_FLOW":
case "PAIR":
case "RESET_FILTER":
case "MOOD_LIGHT":
case "SPEED_1":
case "SPEED_2":
case "SPEED_3":