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.

Index

Properties

Optional debugString

debugString: undefined | string

If status is set to ERROR or EXCEPTIONS, a human readable description of the error.

Optional errorCode

errorCode: ExecuteErrors

If status is set to ERROR or EXCEPTIONS, the cause of the error.

ids

ids: string[]

List of affected device ids.

Optional states

states: unknown

Per-trait state values after execution is complete.

status

Response status code of the commands sent to these devices.