Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Feature Req: One set of inputs for multiple consoles #52

Open
HappySpaceInvader opened this issue Sep 17, 2022 · 0 comments
Open

Feature Req: One set of inputs for multiple consoles #52

HappySpaceInvader opened this issue Sep 17, 2022 · 0 comments

Comments

@HappySpaceInvader
Copy link

HappySpaceInvader commented Sep 17, 2022

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 ...
        ]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant