parent
9b3a3fc1ac
commit
b87eb9d79e
4 changed files with 134 additions and 9 deletions
|
@ -42,3 +42,8 @@ ERR_NOT_SUPPORTED = "notSupported"
|
|||
ERR_PROTOCOL_ERROR = 'protocolError'
|
||||
ERR_UNKNOWN_ERROR = 'unknownError'
|
||||
ERR_FUNCTION_NOT_SUPPORTED = 'functionNotSupported'
|
||||
|
||||
# Event types
|
||||
EVENT_COMMAND_RECEIVED = 'google_assistant_command_received'
|
||||
EVENT_QUERY_RECEIVED = 'google_assistant_query_received'
|
||||
EVENT_SYNC_RECEIVED = 'google_assistant_sync_received'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue