
fixes #92. If not, please reopen. This also requires firmware 5 or later in TellStick Duo.
13 lines
260 B
C++
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
|