0

Can anyone tell me about the pros and cons of using Google's cloud function as fulfillment over a local server. We have a local server available, but we can't decide which to go for. I am currently creating a smarthome action and no matter what, the Google cloud functions would need to make a call to my server to be able to control my devices.

Jason Aller
  • 3,541
  • 28
  • 38
  • 38
  • Welcome to Stack Overflow. Please read about [asking questions](https://stackoverflow.com/help/asking). Avoid asking questions that start with "Can anyone" as the answer may be "Yes" with no further information provided. Opinion based question or software recommendation questions are also problematic. – Jason Aller Sep 07 '20 at 16:21

1 Answers1

0

You can actually use the Local Home SDK to enable local fulfillment for your integration. For EXECUTE intents targeted at locally-controllable devices, the command will be routed over the LAN from a Google Nest device.

ToniCorinne
  • 503
  • 3
  • 12