1

I am currently implementing a local fulfillment path for my IoT device integration with Google Home. Following this documentation, I can see that the smarthome.App Class lets one define handlers for onIdentify, onReachable and onExecute, but I cannot see anything for onQuery. Is this simply not possible or am I missing a point here?

Thanks in advance for the help.

Pau Coma Ramirez
  • 4,261
  • 1
  • 20
  • 19
shangl
  • 11
  • 1

1 Answers1

0

QUERY events are not part of the Local Home SDK. This intent should be handled in the server fulfillment logic.

Nick Felker
  • 11,536
  • 1
  • 21
  • 35