Skip to content
Snippets Groups Projects

cxx/satellite: advertise get_run_id method

Merged Simon Spannagel requested to merge b-fix-runid into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -180,6 +180,7 @@ BaseSatellite::handle_standard_command(std::string_view command) {
command_dict["get_status"] = "Get status of satellite";
command_dict["get_config"] =
"Get config of satellite (returned in payload as flat MessagePack dict with strings as keys)";
command_dict["get_run_id"] = "Current or last run identifier";
// Append user commands
const auto user_commands = user_commands_.describeCommands();
Loading