Skip to content

Commit 64b1f6b

Browse files
committed
Updated MVR-xchange examples
1 parent 6e76ae0 commit 64b1f6b

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

mvr-spec.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,6 +1463,7 @@ Response:
14631463
"Type": "MVR_JOIN_RET",
14641464
"OK": true,
14651465
"Message": "",
1466+
"Provider":"MVRApplication",
14661467
"verMajor":1,
14671468
"verMinor":6,
14681469
"StationUUID":"a7669ff9-bd61-4486-aea6-c190f8ba6b8c",
@@ -1524,7 +1525,7 @@ Request:
15241525
```
15251526
{
15261527
"Type": "MVR_LEAVE",
1527-
"StationUUID":"",
1528+
"StationUUID":"4aa291a1-1a62-45fe-aabc-e90e5e2399a8"
15281529
}
15291530
```
15301531
Response:
@@ -1611,10 +1612,10 @@ Request:
16111612
"verMajor":1,
16121613
"verMinor":6,
16131614
"FileSize":256,
1614-
"FileUUID":"",
1615+
"FileUUID":"8f9a8c21-1e74-4c5a-b9f0-5a5a0b7e3c11",
16151616
"StationUUID":"4aa291a1-1a62-45fe-aabc-e90e5e2399a8",
1616-
"ForStationsUUID":[],
1617-
"Comment":"My complete description of what I have changed",
1617+
"ForStationsUUID": [],
1618+
"Comment":"My complete description of what I have changed"
16181619
}
16191620
Response:
16201621
{
@@ -1665,7 +1666,7 @@ The defined MVR_REQUEST message Attributes are specified in Table 74.
16651666

16661667
| Attribute Name | Attribute Value Type | Default Value when Optional | Description |
16671668
| -------------- | ----------------------------------- | --------------------------- | ----------------------------------------------------------------------------- |
1668-
| Type | [String](#user-content-attrtype-string) | Not Optional | Defines the type of the message. Should be MVR_REQUEST- |
1669+
| Type | [String](#user-content-attrtype-string) | Not Optional | Defines the type of the message. Should be MVR_REQUEST |
16691670
| 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. |
16701671
| 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 |
16711672
| FromStationsUUID | Array of [UUID](#user-content-attrtype-uuid) | | Array with the station UUIDs that you want to retrieve the MVR from. |
@@ -1687,8 +1688,11 @@ Request:
16871688
```
16881689
{
16891690
"Type": "MVR_REQUEST",
1690-
"StationUUID":"",
1691-
"FileUUID":"",
1691+
"StationUUID":"4aa291a1-1a62-45fe-aabc-e90e5e2399a8",
1692+
"FromStationsUUID": [
1693+
"a7669ff9-bd61-4486-aea6-c190f8ba6b8c"
1694+
],
1695+
"FileUUID":"8f9a8c21-1e74-4c5a-b9f0-5a5a0b7e3c11"
16921696
}
16931697
```
16941698
Response:
@@ -1772,7 +1776,7 @@ Request:
17721776
{
17731777
"Type": "MVR_NEW_SESSION_HOST",
17741778
"ServiceName":"fancyProjectGroup._mvrxchange._tcp.local.",
1775-
"ServiceURL":"",
1779+
"StationUUID":"4aa291a1-1a62-45fe-aabc-e90e5e2399a8"
17761780
}
17771781
```
17781782

0 commit comments

Comments
 (0)