Fix mqtt item expose detection only working on local instances

This commit is contained in:
Carl Philipp Klemm 2026-06-19 12:15:41 +02:00
parent 45676b3384
commit 58ba22b267
24 changed files with 340 additions and 415 deletions

View file

@ -176,6 +176,9 @@ typedef enum {
SENSOR_UPDATE_INVALID
} sensor_update_type_t;
QString sensorUpdateTypeToString(sensor_update_type_t type);
sensor_update_type_t sensorUpdateTypeFromString(const QString& string);
class SensorStore: public QObject
{
Q_OBJECT