mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Added shutter motor type and extended frequency range #77
This commit is contained in:
parent
415fec020e
commit
e54621f171
10 changed files with 90 additions and 19 deletions
1
Somfy.h
1
Somfy.h
|
|
@ -48,6 +48,7 @@ enum class shade_types : byte {
|
|||
blind = 0x01,
|
||||
drapery = 0x02,
|
||||
awning = 0x03,
|
||||
shutter = 0x04
|
||||
};
|
||||
enum class tilt_types : byte {
|
||||
none = 0x00,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue