Reboot a Chromecast
问题 How can I, using the Cast SDK or otherwise, have my app trigger a Chromecast reboot, in the manner of the official Chromecast app? In the case of 'otherwise', is Google Play likely to look unkindly on this approach? 回答1: There is no API in the SDK to reboot a Cast device and frankly, it is scary to me that you would want to do that programmatically. What is the reason you would want to do that? 回答2: You definitely should be able to. It's just a HTTP post after all. This from pychromecast CC