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

Commit

Permalink
Add example command for docs [(#3708)](GoogleCloudPlatform/python-doc…
Browse files Browse the repository at this point in the history
  • Loading branch information
gguuss authored May 8, 2020
1 parent f4cd6c2 commit 64f7fd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/api-client/manager/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ def send_command(
device_path = client.device_path(
project_id, cloud_region, registry_id, device_id)

# command = 'Hello IoT Core!'
data = command.encode('utf-8')

return client.send_command_to_device(device_path, data)
Expand Down

0 comments on commit 64f7fd8

Please sign in to comment.