telldus/telldus-core/service/ProtocolFineoffset.h
Micke Prag ff7130561c Implemented decoding of Fineoffset new short format. Hopefully this
fixes #92. If not, please reopen.
This also requires firmware 5 or later in TellStick Duo.
2011-12-20 14:37:40 +01:00

13 lines
260 B
C++

#ifndef PROTOCOLFINEOFFSET_H
#define PROTOCOLFINEOFFSET_H
#include "ControllerMessage.h"
#include "Protocol.h"
class ProtocolFineoffset : public Protocol
{
public:
static std::string decodeData(ControllerMessage &dataMsg);
};
#endif //PROTOCOLFINEOFFSET_H