mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-03-30 08:52:11 +02:00
Restore original values.
This commit is contained in:
parent
4fd95a055f
commit
c3c4e9b9f9
1 changed files with 4 additions and 4 deletions
|
|
@ -30,10 +30,10 @@ enum class radio_proto : byte { // Ordinal byte 0-255
|
|||
};
|
||||
enum class somfy_commands : byte {
|
||||
Unknown0 = 0x0,
|
||||
My = 0x2,//DOWN
|
||||
Up = 0x1,
|
||||
MyUp = 0x4, //up
|
||||
Down = 0x3,
|
||||
My = 0x1,
|
||||
Up = 0x2,
|
||||
MyUp = 0x3,
|
||||
Down = 0x4,
|
||||
MyDown = 0x5,
|
||||
UpDown = 0x6,
|
||||
MyUpDown = 0x7,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue