Skip to content
Wysp Docs

device.heard_statement

Notification sent by device indicating that it has played a locally-triggered audio statement to the User

type: object

NameTypeRequiredDescription
statementIdstringyesID of the heard Statement
playedAtstringyesTime at which playback started
interruptedAfterMsstringyesMilliseconds of playback completed before interruption
{
"kind": "device.heard_statement",
"data": {
"statementId": "2e4597a8-e879-482a-aa65-7cf0305f189d",
"playedAt": "2026-01-28T09:00:00.000Z",
"interruptedAfterMs": "1200"
}
}