forked from platypush/platypush
Fixed wrong event path in a manifest file.
This commit is contained in:
parent
700b8e1d16
commit
a6752ed034
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ manifest:
|
||||||
times out
|
times out
|
||||||
platypush.message.event.assistant.MicMutedEvent: when the microphone is muted.
|
platypush.message.event.assistant.MicMutedEvent: when the microphone is muted.
|
||||||
platypush.message.event.assistant.MicUnmutedEvent: when the microphone is un-muted.
|
platypush.message.event.assistant.MicUnmutedEvent: when the microphone is un-muted.
|
||||||
platypush.message.event.assistant.NoResponse: when a conversation returned no
|
platypush.message.event.assistant.NoResponseEvent: when a conversation returned no
|
||||||
response
|
response
|
||||||
platypush.message.event.assistant.ResponseEvent: when the assistant is speaking
|
platypush.message.event.assistant.ResponseEvent: when the assistant is speaking
|
||||||
a response
|
a response
|
||||||
|
|
Loading…
Reference in a new issue