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.

Notification options. Either timeout or n must be specified. n: Number of notifications needed by the app to complete a specific op. timeout: Timeout in ms, after which the SDK will stop collecting notifications. filterFunc: Interested in notifications that match this filter. transformFunc: Transform each notification packet and return transformed object. If transformFunc is not used, the promise is resolved with DataFlow.CommandSuccess.

Index

Properties

Optional filterFunc

filterFunc: FilterFunc

Optional n

n: undefined | number

Optional timeout

timeout: undefined | number

Optional transformFunc

transformFunc: TransformFunc