简体   繁体   中英

Understanding how javascript code is download in a google home device, for local home execution (action on google smart home)

I try to understand how my javascript code that handle local execution bahavior is download in my google home mini. I know I give an url towards a server or a web page here :

Action google interface

And this code is used in my google home to handle local execution but I just put my web page url here, in the test tab . So if I want to deploy my app in a production environnement , how will i do that ? I did not see any other place to put the url toward my code.

I red this page: https://developers.google.com/assistant/smarthome/concepts/local

And followed this tuto: https://github.com/actions-on-google/smart-home-local

Thanks for your answers.

Finally, i found my response. For now, local execution is just in preview. So no production management is implemented yet.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM