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.
Stay organized with collections Save and categorize content based on your preferences.

For sending BLE commands using DeviceManager.send API.

Implements

Implemented by

Index

Properties

characteristicUuid

characteristicUuid: string

data

data: string

Payload sent to the target device

deviceId

deviceId: string

Device ID of the target device.

Optional mtu

mtu: undefined | number

operation

operation: BleOperation

protocol

protocol: Protocol

Protocol to use when sending this command

requestId

requestId: string

Request ID from the associated EXECUTE intent.

serviceUuid

serviceUuid: string

Optional waitForNotification

waitForNotification: undefined | false | true