telldus/telldus-core/service/ProtocolScene.h
2010-11-17 08:53:46 +00:00

16 lines
284 B
C++

#ifndef PROTOCOLSCENE_H
#define PROTOCOLSCENE_H
#include "Protocol.h"
class ProtocolScene : public Protocol {
public:
virtual int methods() const;
virtual std::string getStringForMethod(int method, unsigned char data, Controller *controller);
};
#endif //PROTOCOLSCENE_H