Added protocol Yidong
This commit is contained in:
parent
ba56976c9f
commit
fce9214a71
4 changed files with 120 additions and 73 deletions
12
telldus-core/service/ProtocolYidong.h
Normal file
12
telldus-core/service/ProtocolYidong.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef PROTOCOLYIDONG_H
|
||||
#define PROTOCOLYIDONG_H
|
||||
|
||||
#include "ProtocolSartano.h"
|
||||
|
||||
class ProtocolYidong : public ProtocolSartano
|
||||
{
|
||||
public:
|
||||
virtual std::string getStringForMethod(int method, unsigned char data, Controller *controller);
|
||||
};
|
||||
|
||||
#endif //PROTOCOLYIDONG_H
|
Loading…
Add table
Add a link
Reference in a new issue