Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xccs.xboxlive.com/commands #117

Open
GonzalezAtWork opened this issue Feb 20, 2025 · 1 comment
Open

xccs.xboxlive.com/commands #117

GonzalezAtWork opened this issue Feb 20, 2025 · 1 comment

Comments

@GonzalezAtWork
Copy link

Only found on tests the endpoint https://xccs.xboxlive.com/commands

Someone can point me on the right direction on using it properly?

https://github.com/OpenXbox/xcloud-python/blob/master/xcloud/smartglass_api.py

was the best I found so far

Thanks!

@GonzalezAtWork
Copy link
Author

nevermind, got it working:

        consoles = await xbl_client.smartglass.get_console_list()
        print(f"Console List: {consoles}\n")
        
        status = await xbl_client.smartglass.get_console_status(consoles.result[0].id)
        print(f"Status response: {status}\n")
        
        apps = await xbl_client.smartglass.get_installed_apps(consoles.result[0].id)
        print(f"Apps response: {apps}\n")
        
        reboot = await xbl_client.smartglass.reboot(consoles.result[0].id)
        print(f"Reboot response: {reboot}\n")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant