Re-added file in hardwarePresenter.h
IR_PROTOCOL_SAMSUNG36 had been removed by mistake
This commit is contained in:
parent
a13418b035
commit
ceb4a6a737
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ enum IRprotocols {
|
|||
IR_PROTOCOL_SAMSUNG = 2,
|
||||
IR_PROTOCOL_SONY = 3,
|
||||
IR_PROTOCOL_RC5 = 4,
|
||||
IR_PROTOCOL_DENON = 5
|
||||
IR_PROTOCOL_DENON = 5,
|
||||
IR_PROTOCOL_SAMSUNG36 = 6
|
||||
};
|
||||
void sendIRcode(IRprotocols protocol, std::list<std::string> commandPayloads, std::string additionalPayload);
|
||||
|
||||
|
|
Loading…
Reference in a new issue