Open RTS
Full implementation of the Somfy RTS protocol
|
Go to the source code of this file.
Enumerations | |
enum | rts_command { RTS_COMMAND_MY = 0x1 , RTS_COMMAND_UP = 0x2 , RTS_COMMAND_MY_UP = 0x3 , RTS_COMMAND_DOWN = 0x4 , RTS_COMMAND_MY_DOWN = 0x5 , RTS_COMMAND_UP_DOWN = 0x6 , RTS_COMMAND_MY_UP_DOWN = 0x7 , RTS_COMMAND_PROG = 0x8 , RTS_COMMAND_SUN_FLAG = 0x9 , RTS_COMMAND_FLAG = 0xA } |
Command sent by a remote, or received by a receiver as part of an rts_frame event. More... | |
Functions | |
const char * | rts_command_to_string (enum rts_command command) |
Get a string representation of the given rts_command. | |