Created
October 9, 2017 08:25
-
-
Save jishi/0bb808179e465bb2696265db4aea5987 to your computer and use it in GitHub Desktop.
discover.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "players": [ | |
| { | |
| "roomName": "Bathroom", | |
| "volume": 11 | |
| }, | |
| { | |
| "roomName": "Kitchen", | |
| "volume": 13 | |
| }, | |
| { | |
| "roomName": "Office", | |
| "volume": 12 | |
| }, | |
| { | |
| "roomName": "Bedroom", | |
| "volume": 10 | |
| }, | |
| { | |
| "roomName": "TV Room", | |
| "volume": 21 | |
| } | |
| ], | |
| "favorite": "Discover Weekly", | |
| "playMode": { | |
| "shuffle": true | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment