You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Type |[String](#user-content-attrtype-string)| Not Optional | Defines the type of the message. Should be MVR_JOIN |
1397
1397
| Provider |[String](#user-content-attrtype-string)| Not Optional | The application name providing MVR Import & Export |
1398
-
| StationName |[String](#user-content-attrtype-string)| Not Optional | The Name of the sending station to be shown on the clients UI. |
1398
+
| StationName |[String](#user-content-attrtype-string)| Not Optional | The Name of the joining station to be shown on the clients UI. |
1399
1399
| verMajor |[Integer](#user-content-attrtype-integer)| 0 | It is mandatory to transmit the version of the MVR file that the sender station supports. |
1400
1400
| verMinor |[Integer](#user-content-attrtype-integer)| 0 | It is mandatory to transmit the version of the MVR file that the sender station supports. |
1401
-
| 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 |
1401
+
| StationUUID |[UUID](#user-content-attrtype-uuid)| Not Optional | UUID of the joining station inside the network. This UUID should be persistent across multiple start-ups of the same software on the same computer |
1402
1402
| 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. ||
1403
1403
1404
1404
The defined MVR_JOIN response Attributes are specified in Table 69.
@@ -1411,10 +1411,10 @@ The defined MVR_JOIN response Attributes are specified in Table 69.
1411
1411
| OK |[Bool](#user-content-attrtype-bool)| Not Optional | True when operation is successful, false when there is an error. Check the Message for more information in this case. |
1412
1412
| Message |[String](#user-content-attrtype-string)| Empty String | Human readable message if there is an error. ||
1413
1413
| Provider |[String](#user-content-attrtype-string)| Not Optional | The application name providing MVR Import & Export |
1414
-
| StationName |[String](#user-content-attrtype-string)| Not Optional | The Name of the receiving station to be shown on the UI. |
1414
+
| StationName |[String](#user-content-attrtype-string)| Not Optional | The Name of the station sending the MVR_JOIN response to be shown on the UI. |
1415
1415
| verMajor |[Integer](#user-content-attrtype-integer)| 0 | It is mandatory to transmit the version of the MVR file that the receiver station supports. |
1416
1416
| verMinor |[Integer](#user-content-attrtype-integer)| 0 | It is mandatory to transmit the version of the MVR file that the receiver station supports. |
1417
-
| StationUUID |[UUID](#user-content-attrtype-uuid)| Not Optional | UUID for receiving station inside the network. This UUID should be persistent across multiple start-ups of the same software on the same computer |
1417
+
| StationUUID |[UUID](#user-content-attrtype-uuid)| Not Optional | UUID of the station sending the MVR_JOIN response inside the network. This UUID should be persistent across multiple start-ups of the same software on the same computer |
1418
1418
| Commits |[Array of `MVR_COMMIT`](#user-content-attrtype-string)| Empty Array | List all available MVR files that are on receiver station in the format of the `MVR_COMMIT` packet. ||
1419
1419
1420
1420
EXAMPLE
@@ -1491,7 +1491,7 @@ The defined MVR_LEAVE message Attributes are specified in Table 70.
1491
1491
| Attribute Name | Attribute Value Type | Default Value when Optional | Description |
| Type |[String](#user-content-attrtype-string)| Not Optional | Defines the type of the message. Should be MVR_LEAVE |
1494
-
|FromStationUUID|[UUID](#user-content-attrtype-uuid)| Not Optional | The UUID of the station. |
1494
+
|StationUUID|[UUID](#user-content-attrtype-uuid)| Not Optional | The UUID of the leaving station. |
1495
1495
1496
1496
The defined MVR_LEAVE response Attributes are specified in Table 71.
1497
1497
@@ -1574,7 +1574,7 @@ The defined MVR_COMMIT message Attributes are specified in Table 72.
1574
1574
| verMinor |[Integer](#user-content-attrtype-integer)| Not Optional | It is mandatory to transmit the current version of the MVR file as specified in Root File. If joining as new member send "0". |
1575
1575
| FileSize |[Integer](#user-content-attrtype-integer)| Not Optional ||
1576
1576
| FileUUID |[UUID](#user-content-attrtype-uuid)| Not Optional | The UUID of the MVR file. Generate a UUID using |
1577
-
| 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 |
1577
+
| StationUUID |[UUID](#user-content-attrtype-uuid)| Not Optional | UUID of the station sending the commit inside the network. This UUID should be persistent across multiple start-ups of the same software on the same computer |
1578
1578
| ForStationsUUID | Array of [UUID](#user-content-attrtype-uuid)|[]| Array with the station UUID that this MVR should be send to. When it is an empty array, the MVR will be send to all connected *MVR-xchange clients*|
1579
1579
| Comment |[String](#user-content-attrtype-string)|| Describes the changes made in this version of the MVR file. |
1580
1580
| FileName |[String](#user-content-attrtype-string)|| Describes the file name that can be used to store the file on disk to preserve it across multiple MVR-xchange clients. The usage of this attribute is optional, when not defined, the receiving MVR-xchange client can decide which file name it uses to store it on disk. |
| Type |[String](#user-content-attrtype-string)| Not Optional | Defines the type of the message. Should be MVR_REQUEST- |
1656
1657
| 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. |
1657
-
|FromStationUUID| Array of [UUID](#user-content-attrtype-uuid)|| The UUID of the station that you want to retrieve the MVR from. |
1658
+
|StationUUID| Array of [UUID](#user-content-attrtype-uuid)|| The UUID of the station that you want to retrieve the MVR from. |
1658
1659
1659
1660
The defined MVR_REQUEST error response Attributes are specified in Table 75.
0 commit comments