We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
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")
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: