Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
google-assistant-sdk/googlesamples/grpc: add missing client type
Browse files Browse the repository at this point in the history
Bug: 71805631
Change-Id: I8a2d42cf42e011375d460a53a03fac6eeaa99344
  • Loading branch information
Zhengpeng Hu authored and proppy committed Jan 11, 2018
1 parent f00df5f commit 79f7e58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions google-assistant-sdk/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

0.4.2
-----
- Add client type for pushtotalk registration.

0.4.1
-----
- Update outdated `hotword` sample.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,8 @@ def onoff(on):
device_id = str(uuid.uuid1())
payload = {
'id': device_id,
'model_id': device_model_id
'model_id': device_model_id,
'client_type': 'SDK_SERVICE'
}
session = google.auth.transport.requests.AuthorizedSession(
credentials
Expand Down
2 changes: 1 addition & 1 deletion google-assistant-sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def samples_requirements():

setup(
name='google-assistant-sdk',
version='0.4.1',
version='0.4.2',
author='Google Assistant SDK team',
author_email='proppy+assistant-sdk@google.com',
description='Samples and Tools the Google Assistant SDK',
Expand Down

0 comments on commit 79f7e58

Please sign in to comment.