Add Demo Mode flags for Sun/Wind sensor

This commit is contained in:
Robert Strouse 2023-06-06 16:22:27 -07:00
parent 2ecc0de36e
commit 60f8c629bf
3 changed files with 6 additions and 0 deletions

View file

@ -107,6 +107,7 @@ struct somfy_tx_queue_t {
enum class somfy_flags_t : byte {
SunFlag = 0x01,
DemoMode = 0x04,
Windy = 0x10,
Sunny = 0x20
};