mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-13 00:02:28 +02:00
12 lines
106 B
C++
12 lines
106 B
C++
#ifndef OBISDATA_H
|
|
#define OBISDATA_H
|
|
|
|
|
|
class ObisData
|
|
{
|
|
public:
|
|
ObisData();
|
|
};
|
|
|
|
#endif // OBISDATA_H
|