mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Add Demo Mode flags for Sun/Wind sensor
This commit is contained in:
parent
2ecc0de36e
commit
60f8c629bf
3 changed files with 6 additions and 0 deletions
1
Somfy.h
1
Somfy.h
|
|
@ -107,6 +107,7 @@ struct somfy_tx_queue_t {
|
|||
|
||||
enum class somfy_flags_t : byte {
|
||||
SunFlag = 0x01,
|
||||
DemoMode = 0x04,
|
||||
Windy = 0x10,
|
||||
Sunny = 0x20
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue