Skip to content

Commit 1e94626

Browse files
danielmuellermapetrvanekrobe
authored andcommitted
changed order in examples, small change in MVR_NEW_SESSION_HOST description
1 parent 2f4eae8 commit 1e94626

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

mvr-spec.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,11 +1437,11 @@ Request:
14371437
```
14381438
{
14391439
"Type": "MVR_JOIN",
1440-
"Provider":"MVRApplication",
1440+
"Provider":"MVRApplication",
1441+
"StationName":"MVR Application from user A at location B",
14411442
"verMajor":1,
14421443
"verMinor":6,
14431444
"StationUUID":"4aa291a1-1a62-45fe-aabc-e90e5e2399a8",
1444-
"StationName":"MVR Application from user A at location B",
14451445
"Commits": [
14461446
{
14471447
...MVR_COMMIT_MESSAGE_ARGS
@@ -1464,10 +1464,10 @@ Response:
14641464
"OK": true,
14651465
"Message": "",
14661466
"Provider":"MVRApplication",
1467+
"StationName":"MVR Application from user A at location B",
14671468
"verMajor":1,
14681469
"verMinor":6,
14691470
"StationUUID":"a7669ff9-bd61-4486-aea6-c190f8ba6b8c",
1470-
"StationName":"MVR Application from user A at location B",
14711471
"Commits": [
14721472
{
14731473
...MVR_COMMIT_MESSAGE_ARGS
@@ -1616,6 +1616,7 @@ Request:
16161616
"StationUUID":"4aa291a1-1a62-45fe-aabc-e90e5e2399a8",
16171617
"ForStationsUUID": [],
16181618
"Comment":"My complete description of what I have changed"
1619+
"FileName":"Filename.mvr"
16191620
}
16201621
Response:
16211622
{
@@ -1688,11 +1689,11 @@ Request:
16881689
```
16891690
{
16901691
"Type": "MVR_REQUEST",
1692+
"FileUUID":"8f9a8c21-1e74-4c5a-b9f0-5a5a0b7e3c11"
16911693
"StationUUID":"4aa291a1-1a62-45fe-aabc-e90e5e2399a8",
16921694
"FromStationsUUID": [
16931695
"a7669ff9-bd61-4486-aea6-c190f8ba6b8c"
16941696
],
1695-
"FileUUID":"8f9a8c21-1e74-4c5a-b9f0-5a5a0b7e3c11"
16961697
}
16971698
```
16981699
Response:
@@ -1756,7 +1757,7 @@ The defined MVR_NEW_SESSION_HOST message Attributes are specified in Table 76.
17561757
| Type | [String](#user-content-attrtype-string) | Not Optional |Defines the type of the message. Should be MVR_NEW_SESSION_HOST |
17571758
| ServiceName | [String](#user-content-attrtype-string) | Empty | New mDNS Service Name to connect to. If Empty, ignore. Cannot be set together with ServiceURL |
17581759
| 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 |
1759-
| ServiceURL | [String](#user-content-attrtype-string) | Empty. | New WebSocket Service URL to connect to. If Empty, ignore. Cannot be set together with ServiceURL
1760+
| ServiceURL | [String](#user-content-attrtype-string) | Empty. | New WebSocket Service URL to connect to. If Empty, ignore. Cannot be set together with ServiceName
17601761

17611762
The defined MVR_NEW_SESSION_HOST error response Attributes Attributes are specified in Table 77.
17621763

0 commit comments

Comments
 (0)