From 441bd690ffc2f24e18d0ebaa9f069a5e02752d1a Mon Sep 17 00:00:00 2001 From: Verschwiegener Date: Thu, 13 Feb 2025 16:21:13 +0100 Subject: [PATCH] XChange Password --- mvr-spec.md | 1 + 1 file changed, 1 insertion(+) diff --git a/mvr-spec.md b/mvr-spec.md index ab79ca5..ef8647b 100644 --- a/mvr-spec.md +++ b/mvr-spec.md @@ -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.