homebridge-smartglass icon indicating copy to clipboard operation
homebridge-smartglass copied to clipboard

Feature Req: One set of inputs for multiple consoles

Open RobotLimeLtd opened this issue 2 years ago • 0 comments

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 ...
        ]

RobotLimeLtd avatar Sep 17 '22 08:09 RobotLimeLtd