get https://{nurevaDeviceIP}/api/v1/room/component-layout
Allows clients to retrieve information about how their audio device components are positioned.
NOTE: Only supported for HDL410 devices.
Minimum role required: general
Example Response Body
[
{
"wall": "South",
"location": {
"x": 0,
"y": 0
}
},
{
"wall": "East",
"location": {
"x": 8000,
"y": 9000
}
}
]