Closed mrcartier closed 6 years ago
The sample app currently does not support the v1alpha2 endpoints, so things like device actions won't be supported as the v1alpha1 API does not support sending the necessary parameters in the request to make it work.
We're working on updating the sample. Until then, you may need to do the migration yourself by replacing the service proto and rebuilding.
The sample is updated to v1alpha2, so now should support device actions.
Using a python3 virtualenv & I registered several device traits. The model info returns:
The device info returns:
However, when I say "Ok Google, turn on." the assistant replies "Sorry, power controls is not yet supported." Is there some change/update I need to make to the credentials.json or somewhere else within the sample app? As best I can tell, the traits look OK, I haven't seen anything in the terminal of concern & the assistant responds fine to most requests...