Merge PR #394: User proper type for eventtypeId in events from things
This commit is contained in:
commit
6249e81e5b
@ -105,7 +105,7 @@ signals:
|
||||
void paramsChanged();
|
||||
void settingsChanged();
|
||||
void statesChanged();
|
||||
void eventTriggered(const QString &eventTypeId, const QVariantMap ¶ms);
|
||||
void eventTriggered(const QUuid &eventTypeId, const QVariantMap ¶ms);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user