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

Commit 64f7fd8

Browse files
authored
Add example command for docs [(#3708)](GoogleCloudPlatform/python-docs-samples#3708)
1 parent f4cd6c2 commit 64f7fd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/api-client/manager/manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ def send_command(
618618
device_path = client.device_path(
619619
project_id, cloud_region, registry_id, device_id)
620620

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

623624
return client.send_command_to_device(device_path, data)

0 commit comments

Comments
 (0)