[rfxcom] Support for Lucciair DC Speed (#12038)
* [rfxcom] Support speed for luca DC version * [rfxcom] Handle null value for speed * [rfxcom] Update readme and add migration channel Signed-off-by: Martin van Wingerden <martin@martinvw.nl>
This commit is contained in:
committed by
GitHub
parent
a3b6f74764
commit
39ebfe2b07
@@ -499,12 +499,13 @@ A Lucci Air DC fan device
|
||||
|
||||
##### Channels
|
||||
|
||||
| Name | Channel Type | Item Type | Remarks |
|
||||
|--------------|-------------------------------------|---------------|---------------------------------------------------------------|
|
||||
| commandString| [commandString](#channels) | String | Options: POWER, UP, DOWN, LIGHT, REVERSE, NATURAL_FLOW, PAIR |
|
||||
| fanSpeed | [fanspeedcontrol](#channels) | RollerShutter | Options: UP / DOWN |
|
||||
| fanLight | [fanlight](#channels) | Switch | |
|
||||
| signalLevel | [system.signal-strength](#channels) | Number | |
|
||||
| Name | Channel Type | Item Type | Remarks |
|
||||
|-----------------|-------------------------------------|---------------|--------------------------------------------------------------|
|
||||
| commandString | [commandString](#channels) | String | Options: POWER, UP, DOWN, LIGHT, REVERSE, NATURAL_FLOW, PAIR |
|
||||
| fanSpeedControl | [fanspeedcontrol](#channels) | RollerShutter | Options: UP / DOWN |
|
||||
| fanSpeed | [fanspeed](#channels) | Number | Options: 1,2,3,4,5,6 |
|
||||
| fanLight | [fanlight](#channels) | Switch | |
|
||||
| signalLevel | [system.signal-strength](#channels) | Number | |
|
||||
|
||||
##### Configuration Options
|
||||
|
||||
@@ -542,13 +543,13 @@ 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 |
|
||||
| fanSpeed | [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 |
|
||||
| fanSpeedControl | [fanspeedcontrol](#channels) | RollerShutter | Options: UP / DOWN |
|
||||
| fanLight | [fanlight](#channels) | Switch | |
|
||||
| signalLevel | [system.signal-strength](#channels) | Number | |
|
||||
|
||||
##### Configuration Options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user