telldus/telldus-core/service/ProtocolYidong.h
2012-06-19 12:30:50 +02:00

18 lines
485 B
C++

//
// Copyright (C) 2012 Telldus Technologies AB. All rights reserved.
//
// Copyright: See COPYING file that comes with this distribution
//
//
#ifndef TELLDUS_CORE_SERVICE_PROTOCOLYIDONG_H_
#define TELLDUS_CORE_SERVICE_PROTOCOLYIDONG_H_
#include "service/ProtocolSartano.h"
class ProtocolYidong : public ProtocolSartano
{
public:
virtual std::string getStringForMethod(int method, unsigned char data, Controller *controller);
};
#endif // TELLDUS_CORE_SERVICE_PROTOCOLYIDONG_H_