-
Notifications
You must be signed in to change notification settings - Fork 38
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
Change locale, timezone and so #41
Comments
Most of the fields from |
Will add this with the documentation overhaul. |
Any idea as to how to actually change the language, it does not work when using the above mentionned method! |
@darkzbaron have you seen the new authentication process? |
Yes, I am running a post request on |
Ah. Maybe it's one of those settings that the app sends to Google first, which is then reflected on device. I don't have that device with me right now to test. If you want to give it a try, there's a how-to mitm with grpc in #39. |
Cool, I'll do that this week end and revert, thanks so much for the help! |
name, locale, timezone can be changed by:
curl -X POST -H "Content-Type: application/json" -d '{"name": "myChromecast","settings":{"timezone":"Europe\/Madrid","time_format":2,"locale":"es"},"opt_in":{"stats":false}}' http://10.10.0.10:8008/setup/set_eureka_info
The text was updated successfully, but these errors were encountered: