Skip to content
Snippets Groups Projects
Commit b95ceaa8 authored by Simon Ottenhaus's avatar Simon Ottenhaus
Browse files

fixed bug: tag was not updated

parent 5d575a5b
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ void HapticObserver::reportSensorValues(const std::string& device, const std::st
}
else
{
setDataField(device, "name", Variant(name));
setDataField(device, "matrix", matrix);
setDataField(device, "max", Variant(max));
setDataField(device, "mean", Variant(mean));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment