0

Right now I am building a project smart home with google-voice-assistant API. I have registered the Device Model in my project in console.actions.google and have implemented it in my device program and working fine. But when I tried requesting "Play Music", Google API answered, "Sorry, I can't do it on this device". What must I do for google-voice-assistant API can run the request ?

eshya
  • 9
  • 4
  • If you are doing a smart home project, can you provide more details about the device type and the associated attributes ? Also, can you share details as to where you implemented the google voice assistant api ? – Siddhant Priyadarshi Oct 24 '22 at 17:29

1 Answers1

0

The google smart home ecosystem provides capabilities to support speaker device type. The list of required and recommended traits associated with this device type along with there SYNC, EXECUTE AND REQUEST payload can we found here. For the issue being faced by you, MediaState and TransportControl are the traits which might help you in rectifying your issue and giving you the desired results.