mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
parent
d97f150439
commit
0c36c8e746
9 changed files with 398 additions and 257 deletions
4
Somfy.h
4
Somfy.h
|
|
@ -59,6 +59,10 @@ enum class shade_types : byte {
|
|||
rdrapery = 0x07,
|
||||
cdrapery = 0x08,
|
||||
drycontact = 0x09,
|
||||
drycontact2 = 0x0A,
|
||||
lgate = 0x0B,
|
||||
cgate = 0x0C,
|
||||
rgate = 0x0D
|
||||
};
|
||||
enum class tilt_types : byte {
|
||||
none = 0x00,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue