Skip to content

Commit be55626

Browse files
authored
Add example command for docs (GoogleCloudPlatform#3708)
1 parent 5e5b744 commit be55626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iot/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)