mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 16:48:52 +02:00
clean up
This commit is contained in:
parent
a221e431aa
commit
87ce37df8c
5 changed files with 11 additions and 80 deletions
|
@ -1,53 +0,0 @@
|
|||
{
|
||||
"Zone":
|
||||
[
|
||||
{
|
||||
"uri": "file:///tmp/SnapCast/snapfifo",
|
||||
"name": "zone 1"
|
||||
},
|
||||
{
|
||||
"uri": "file:///tmp/SnapCast/snapfifo2",
|
||||
"name": "zone 2"
|
||||
}
|
||||
],
|
||||
|
||||
"Client":
|
||||
[
|
||||
{
|
||||
"MAC": "00:21:6a:7d:74:fc",
|
||||
"IP": "10.1.2.3",
|
||||
"host": "T400",
|
||||
"version": "1.2",
|
||||
"name": "living room",
|
||||
"volume":
|
||||
{
|
||||
"percent": 90,
|
||||
"muted": true
|
||||
},
|
||||
"lastSeen":
|
||||
{
|
||||
"sec": 99,
|
||||
"usec": 1
|
||||
},
|
||||
"conntected": true,
|
||||
"zone": "file:///tmp/SnapCast/snapfifo",
|
||||
"latency": 0
|
||||
},
|
||||
{
|
||||
"MAC": "11:21:6a:7d:74:fc",
|
||||
"IP": "10.1.2.3",
|
||||
"host": "T400",
|
||||
"version": "1.2",
|
||||
"name": "kitchen",
|
||||
"volume": 0.9,
|
||||
"lastSeen":
|
||||
{
|
||||
"sec": 99,
|
||||
"usec": 1
|
||||
},
|
||||
"status": 0,
|
||||
"zone": "file:///tmp/SnapCast/snapfifo",
|
||||
"latency": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue