Somfy: add initial sun awnings support

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas 2023-05-29 15:14:30 +02:00
parent 847a808351
commit f632dc9c54
3 changed files with 17 additions and 1 deletions

View file

@ -36,7 +36,8 @@ enum class somfy_commands : byte {
enum class shade_types : byte {
roller = 0x00,
blind = 0x01,
drapery = 0x02
drapery = 0x02,
awning = 0x03,
};
enum class tilt_types : byte {
none = 0x00,