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