Open RTS
Full implementation of the Somfy RTS protocol
Loading...
Searching...
No Matches
RTSRemoteStore_NVS.hpp
1#ifndef RTS_REMOTE_STORE_NVS_HPP
2#define RTS_REMOTE_STORE_NVS_HPP
3
4#include "../RTSRemoteStore.hpp"
5
6class RTSRemoteStore_NVS : public RTSRemoteStore
7{
8 public:
9 RTSRemoteStore_NVS();
10};
11
12#endif // RTS_REMOTE_STORE_NVS_CPP_H
Provides an interface for a datastore which contains details about remote controls and rolling codes.
Definition RTSRemoteStore.hpp:23