homebridge-smartglass
homebridge-smartglass copied to clipboard
Feature Req: One set of inputs for multiple consoles
I'd like to request that the JSON structure for this plugin be changed so that the inputs section can be separate to the devices. This would avoid duplicating the inputs list for each Xbox device, e.g.
{
"devices": [
{
"name": "Xbox Series X",
"ipaddress": "10.0.0.3",
"liveid": "xxxxxxxxxxxxx"
},
{
"name": "Xbox Series S",
"ipaddress": "10.0.0.4",
"liveid": "xxxxxxxxxxxxx"
}
],
"inputs": [
{
"name": "Xbox Dashboard",
"aum_id": "Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application",
"title_id": "750323071"
},
... etc ...
]