Store state changes immediately when they change
This commit is contained in:
parent
9af820b696
commit
cf2ce0ca27
@ -1606,6 +1606,8 @@ void ThingManagerImplementation::slotThingStateValueChanged(const StateTypeId &s
|
||||
qCWarning(dcThingManager()) << "Invalid thing id in state change. Not forwarding event. Thing setup not complete yet?";
|
||||
return;
|
||||
}
|
||||
storeThingStates(thing);
|
||||
|
||||
emit thingStateChanged(thing, stateTypeId, value);
|
||||
|
||||
Param valueParam(ParamTypeId(stateTypeId.toString()), value);
|
||||
|
||||
Reference in New Issue
Block a user