Skip to content
Snippets Groups Projects
Commit 8359d701 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Merge branch 'p-sig-get-name-canonical' into 'main'

docs: clarify that get_name returns the canonical name

See merge request constellation/constellation!207
parents 4ea58cf3 526a62be
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ satellite needs to implement:
| Command | Description
| -------------- | -----------
| `get_name` | Returns the name of the queried satellite
| `get_name` | Returns the canonical name of the queried satellite
| `get_version` | Returns the Constellation version identifier the satellite has been built with
| `get_commands` | Provides a full list of the available commands for the queried satellite
| `get_state` | Returns the [current state](#the-finite-state-machine) of the satellite
......
......@@ -36,7 +36,7 @@ corresponding payloads:
| Command | payload | verb reply | payload reply
| ------- | ------- | ---------- | -------------
| `get_name` | - | Name of the Satellite | -
| `get_name` | - | Canonical name of the Satellite | -
| `get_version` | - | Constellation version identifier string | -
| `get_commands` | - | See payload | List of commands as MsgPack map/dictionary with command names as keys and descriptions as values
| `get_state` | - | Current state (as string) | -
......
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