Skip to content

Commit

Permalink
Corrected COMMAND_UP2
Browse files Browse the repository at this point in the history
  • Loading branch information
ole1986 committed Jun 26, 2019
1 parent 90515a0 commit ff7f389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centronic-stick.py
Expand Up @@ -15,7 +15,7 @@
code_remote = "01" # centronic remote control used "02" while contralControl seem to use "01"

COMMAND_UP = 0x20
COMMAND_UP2 = 0x22 # intermediate position "up"
COMMAND_UP2 = 0x24 # intermediate position "up"
COMMAND_DOWN = 0x40
COMMAND_DOWN2 = 0x44 # intermediate position "down" (sun protection)
COMMAND_HALT = 0x10
Expand Down

0 comments on commit ff7f389

Please sign in to comment.