Skip to content
Snippets Groups Projects
Verified Commit b44f3216 authored by Tobias Triffterer's avatar Tobias Triffterer :house_with_garden:
Browse files

Add “Send Histogram Update” Command

This simple command asks the server to send the full content of the
histogram.
parent 2e2249c7
No related branches found
No related tags found
No related merge requests found
Pipeline #3253 passed with stage
in 47 seconds
......@@ -82,6 +82,7 @@ Command Command::fromString(const QString& source)
case Action::fillHistogram:
return parseFillHistogram(rootobj);
case Action::sendHistogramUpdate:
return Command(action, Arguments(), token);
case Action::moveTargetCloser:
case Action::moveTargetFarther:
case Action::openVacuumValve:
......
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