mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Somfy: add initial sun awnings support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
847a808351
commit
f632dc9c54
3 changed files with 17 additions and 1 deletions
3
Somfy.h
3
Somfy.h
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue