diff --git a/libnymea/types/action.cpp b/libnymea/types/action.cpp index b6cb1bd6..02b87ff9 100644 --- a/libnymea/types/action.cpp +++ b/libnymea/types/action.cpp @@ -147,4 +147,6 @@ void Action::operator =(const Action &other) { m_actionTypeId = other.actionTypeId(); m_params = other.params(); + m_thingId = other.thingId(); + m_triggeredBy = other.triggeredBy(); }