Index
Properties
Properties
Optional debugString
device
Type declaration
-
id: string
Device ID from
IdentifyRequest
-
Optional is
Local Only?: undefined | false | true If true, this device does not appear in the
SYNC
response. This is common for hub devices. -
Optional is
Proxy?: undefined | false | true If true, this device can act as a proxy for other devices, enabling the
REACHABLE_DEVICES
intent. This is common for hub devices. -
Optional verification
Id?: undefined | string Local device ID. This value must match one of the
otherDeviceIds
in theSYNC
response. -
Optional will
Report State Via Poll?: undefined | false | true If true, the platform will periodically send QUERY intents for the expecting JS to report state.
Content of the IdentifyResponse returned by the application's
IDENTIFY
intent handler.