Skip to content

Commit cd20c1a

Browse files
authored
Updated readme for protocol v7
1 parent 7784d1d commit cd20c1a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ When a client sends a request to update, if it is successful, the server will re
1515
_Example of the full state update sent by the server:_
1616
```json
1717
{
18-
"version": 6,
18+
"protocolVersion": 7,
19+
"applicationVersion": "v7",
1920
"deviceIds": {
2021
"0f4090a9-dee2-4563-ba29-0ad6b93d9e22": "Speakers (Realtek High Definition Audio)",
2122
"c5a32106-264d-40b2-a2e0-74eda397454c": "Headphones (Rift Audio)",
@@ -94,7 +95,7 @@ You can send one or both volume or mute.
9495
"masterMuted": true,
9596
"masterVolume": 95.0
9697
},
97-
"version": 6
98+
"version": 7
9899
}
99100
```
100101

@@ -112,6 +113,6 @@ _Note: Both Volume AND Mute MUST be provided in session updates!_
112113
}
113114
]
114115
},
115-
"version": 6
116+
"version": 7
116117
}
117118
```

0 commit comments

Comments
 (0)