Skip to content

Commit c3c4e9b

Browse files
committed
Restore original values.
1 parent 4fd95a0 commit c3c4e9b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Somfy.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ enum class radio_proto : byte { // Ordinal byte 0-255
3030
};
3131
enum class somfy_commands : byte {
3232
Unknown0 = 0x0,
33-
My = 0x2,//DOWN
34-
Up = 0x1,
35-
MyUp = 0x4, //up
36-
Down = 0x3,
33+
My = 0x1,
34+
Up = 0x2,
35+
MyUp = 0x3,
36+
Down = 0x4,
3737
MyDown = 0x5,
3838
UpDown = 0x6,
3939
MyUpDown = 0x7,

0 commit comments

Comments
 (0)