Added protocol Waveman

This commit is contained in:
Micke Prag 2010-10-15 09:07:37 +00:00
parent 60c9f52f73
commit 9d4fe80f91
6 changed files with 36 additions and 9 deletions

View 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+";
}