telldus/telldus-core/service/ProtocolBrateck.h

19 lines
429 B
C++

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