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.

ReportState.Response.Payload defines report state payload. https://developers.google.com/actions/smarthome/report-state#call_the_api

Index

Properties

Optional agentUserId

agentUserId: undefined | string

payload

payload: { devices: { states: {} } }

Type declaration

  • devices: { states: {} }
    • states: {}
      • [id: string]: unknown

requestId

requestId: string