Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mvr-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -1412,6 +1412,7 @@ The defined MVR_JOIN message Attributes are specified in Table 68.
| verMinor | [Integer](#user-content-attrtype-integer) | 0 | It is mandatory to transmit the version of the MVR file that the sender station supports. |
| StationUUID | [UUID](#user-content-attrtype-uuid) | Not Optional | UUID of sending station inside the network. This UUID should be persistent across multiple start-ups of the same software on the same computer |
| Commits | [Array of `MVR_COMMIT`](#user-content-attrtype-string) | Empty Array | List all available MVR files that are on sender station in the format of the `MVR_COMMIT` packet. | |
| Password | [String](#user-content-attrtype-string) | Optional | The SHA256 of the Password and the Station UUID to authenticate with WebSocket Server. |

The defined MVR_JOIN response Attributes are specified in Table 69.

Expand Down