This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-zigbee/libnymea-zigbee/zcl/measurement/zigbeeclusterrelativehumiditymeasurement.h

17 lines
360 B
C++

#ifndef ZIGBEECLUSTERRELATIVEHUMIDITYMEASUREMENT_H
#define ZIGBEECLUSTERRELATIVEHUMIDITYMEASUREMENT_H
#include <QObject>
class ZigbeeClusterRelativeHumidityMeasurement : public QObject
{
Q_OBJECT
public:
explicit ZigbeeClusterRelativeHumidityMeasurement(QObject *parent = nullptr);
signals:
};
#endif // ZIGBEECLUSTERRELATIVEHUMIDITYMEASUREMENT_H