telldus/telldus-core/service/ProtocolYidong.h
2010-11-09 10:54:32 +00:00

12 lines
264 B
C++

#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