Skip to content

Commit

Permalink
Station UUID for MVR_REQUEST and MVR_NEW_SESSION_HOST Packet
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzstaffel committed Jun 26, 2024
1 parent 3069200 commit e0dbdb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mvr-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -1654,6 +1654,7 @@ The defined MVR_REQUEST message Attributes are specified in Table 74.
| -------------- | ----------------------------------- | --------------------------- | ----------------------------------------------------------------------------- |
| Type | [String](#user-content-attrtype-string) | Not Optional | Defines the type of the message. Should be MVR_REQUEST- |
| FileUUID | [UUID](#user-content-attrtype-uuid) | Last MVR File from station | The UUID of the requested MVR file. If not set, the last available file is sent. |
| StationUUID | [UUID](#user-content-attrtype-uuid) | Not Optional | UUID for the station inside the network. This UUID should be persistent across multiple start-ups of the same software on the same computer |
| FromStationUUID | Array of [UUID](#user-content-attrtype-uuid) | | The UUID of the station that you want to retrieve the MVR from. |

The defined MVR_REQUEST error response Attributes are specified in Table 75.
Expand Down Expand Up @@ -1737,6 +1738,7 @@ The defined MVR_NEW_SESSION_HOST message Attributes are specified in Table 76.
| -------------- | ----------------------------------- | --------------------------- | ----------------------------------------------------------------------------- |
| Type | [String](#user-content-attrtype-string) | Not Optional |Defines the type of the message. Should be MVR_NEW_SESSION_HOST |
| ServiceName | [String](#user-content-attrtype-string) | Empty | New mDNS Service Name to connect to. If Empty, ignore. Cannot be set together with ServiceURL |
| StationUUID | [UUID](#user-content-attrtype-uuid) | Not Optional | UUID for the station inside the network. This UUID should be persistent across multiple start-ups of the same software on the same computer |
| ServiceURL | [String](#user-content-attrtype-string) | Empty. | New WebSocket Service URL to connect to. If Empty, ignore. Cannot be set together with ServiceURL

The defined MVR_NEW_SESSION_HOST error response Attributes Attributes are specified in Table 77.
Expand Down

0 comments on commit e0dbdb6

Please sign in to comment.