Added protocol Waveman
This commit is contained in:
parent
60c9f52f73
commit
9d4fe80f91
6 changed files with 36 additions and 9 deletions
9
telldus-core/service/ProtocolWaveman.cpp
Normal file
9
telldus-core/service/ProtocolWaveman.cpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include "ProtocolWaveman.h"
|
||||
|
||||
std::string ProtocolWaveman::getStringForMethod(int method, unsigned char, Controller *) {
|
||||
return getStringCodeSwitch(method);
|
||||
}
|
||||
|
||||
std::string ProtocolWaveman::getOffCode() const {
|
||||
return "$k$k$k$k$k$k$k$k$k+";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue