Google recently announced their intention to have a local SDK. Basically a JS app can be installed onto Google Homes such that the execution is directly with between the google home and in our case, a photon device.
Information here: https://developers.google.com/actions/smarthome/develop/local
For the smart home products that I’ve built with a photon, is there a way for me to take advantage of this? For example, the Google Home needs to discover our devices on the local network (based on certain protocols outlined in the previous link), is it possible? I believe after discovery, the JS Particle SDK might be useful from then.