Open RTS
Full implementation of the Somfy RTS protocol
Loading...
Searching...
No Matches
errors.h
1#ifndef OPEN_RTS_ERRORS_H
2#define OPEN_RTS_ERRORS_H
3
4enum {
5 RTS_ERR_NONE = 0,
6 RTS_ERR_REMOTE_NOT_FOUND = -1,
7
8};
9
10#endif // OPEN_RTS_ERRORS_H