Welcome to the Google Home Developer Center, the new destination for learning how to develop smart home actions. Note: You'll continue building actions in the Actions console.

  • smarthome

Main interfaces to access local home platform functionality.

Index

Type aliases

FilterFunc

FilterFunc: (commandResponse: CommandSuccess) => boolean

Type declaration

IntentRequest

Generic Intent request. Used in API signatures that accept any intent.

IntentResponse

Generic Intent response. Used in API signatures that accept any intent.

TransformFunc

TransformFunc: (commandResponse: CommandSuccess) => unknown

Type declaration