mirror of https://github.com/home-assistant/core
35 lines
655 B
JSON
35 lines
655 B
JSON
{
|
|
"locations": [
|
|
{
|
|
"clientAddr": "0",
|
|
"locationName": "Host"
|
|
},
|
|
{
|
|
"clientAddr": "2CA17D1CD30X",
|
|
"locationName": "Client"
|
|
},
|
|
{
|
|
"clientAddr": "A01234567890",
|
|
"locationName": "Music Client"
|
|
},
|
|
{
|
|
"clientAddr": "B01234567890",
|
|
"locationName": "Standby Client"
|
|
},
|
|
{
|
|
"clientAddr": "C01234567890",
|
|
"locationName": "Restricted Client"
|
|
},
|
|
{
|
|
"clientAddr": "9XXXXXXXXXX9",
|
|
"locationName": "Unavailable Client"
|
|
}
|
|
],
|
|
"status": {
|
|
"code": 200,
|
|
"commandResult": 0,
|
|
"msg": "OK.",
|
|
"query": "/info/getLocations?callback=jsonp"
|
|
}
|
|
}
|