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 |
1409
1409
| Provider |[String](#user-content-attrtype-string)| Not Optional | The application name providing MVR Import & Export |
1410
-
| StationName |[String](#user-content-attrtype-string)| Not Optional | The Name of the sending station to be shown on the clients UI. |
1410
+
| StationName |[String](#user-content-attrtype-string)| Not Optional | The Name of the joining station to be shown on the clients UI. |
1411
1411
| verMajor |[Integer](#user-content-attrtype-integer)| 0 | It is mandatory to transmit the version of the MVR file that the sender station supports. |
1412
1412
| verMinor |[Integer](#user-content-attrtype-integer)| 0 | It is mandatory to transmit the version of the MVR file that the sender station supports. |
1413
-
| 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 |
1413
+
| 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 |
1414
1414
| 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. ||
1415
1415
1416
1416
The defined MVR_JOIN response Attributes are specified in Table 69.
@@ -1423,10 +1423,10 @@ The defined MVR_JOIN response Attributes are specified in Table 69.
1423
1423
| 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. |
1424
1424
| Message |[String](#user-content-attrtype-string)| Empty String | Human readable message if there is an error. ||
1425
1425
| Provider |[String](#user-content-attrtype-string)| Not Optional | The application name providing MVR Import & Export |
1426
-
| StationName |[String](#user-content-attrtype-string)| Not Optional | The Name of the receiving station to be shown on the UI. |
1426
+
| StationName |[String](#user-content-attrtype-string)| Not Optional | The Name of the station sending the MVR_JOIN response to be shown on the UI. |
1427
1427
| verMajor |[Integer](#user-content-attrtype-integer)| 0 | It is mandatory to transmit the version of the MVR file that the receiver station supports. |
1428
1428
| verMinor |[Integer](#user-content-attrtype-integer)| 0 | It is mandatory to transmit the version of the MVR file that the receiver station supports. |
1429
-
| 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 |
1429
+
| 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 |
1430
1430
| 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. ||
1431
1431
1432
1432
EXAMPLE
@@ -1503,7 +1503,7 @@ The defined MVR_LEAVE message Attributes are specified in Table 70.
1503
1503
| 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 |
1506
-
|FromStationUUID|[UUID](#user-content-attrtype-uuid)| Not Optional | The UUID of the station. |
1506
+
|StationUUID|[UUID](#user-content-attrtype-uuid)| Not Optional | The UUID of the leaving station. |
1507
1507
1508
1508
The defined MVR_LEAVE response Attributes are specified in Table 71.
1509
1509
@@ -1586,8 +1586,8 @@ The defined MVR_COMMIT message Attributes are specified in Table 72.
1586
1586
| 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". |
1587
1587
| FileSize |[Integer](#user-content-attrtype-integer)| Not Optional ||
1588
1588
| FileUUID |[UUID](#user-content-attrtype-uuid)| Not Optional | The UUID of the MVR file. Generate a UUID using |
1589
-
| 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 |
1590
-
| 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*|
1589
+
| 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 |
1590
+
| ForStationsUUID | Array of [UUID](#user-content-attrtype-uuid)|[]| Array with the station UUIDs that this MVR should be send to. When it is an empty array, the MVR will be send to all connected *MVR-xchange clients*|
1591
1591
| Comment |[String](#user-content-attrtype-string)|| Describes the changes made in this version of the MVR file. |
1592
1592
| 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. |
"Comment":"My complete description of what I have changed",
1617
1618
}
1618
1619
Response:
@@ -1667,7 +1668,7 @@ The defined MVR_REQUEST message Attributes are specified in Table 74.
1667
1668
| Type |[String](#user-content-attrtype-string)| Not Optional | Defines the type of the message. Should be MVR_REQUEST- |
1668
1669
| 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. |
1669
1670
| 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 |
1670
-
|FromStationUUID| Array of [UUID](#user-content-attrtype-uuid)||The UUID of the station that you want to retrieve the MVR from. |
1671
+
|FromStationsUUID| Array of [UUID](#user-content-attrtype-uuid)||Array with the station UUIDs that you want to retrieve the MVR from. |
1671
1672
1672
1673
The defined MVR_REQUEST error response Attributes are specified in Table 75.
0 commit comments