We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a9943 commit 7e7ef7dCopy full SHA for 7e7ef7d
samples/basic_discovery.py
@@ -66,7 +66,7 @@ def try_iot_endpoints():
66
ca_bytes=gg_group.certificate_authorities[0].encode('utf-8'),
67
on_connection_interrupted=on_connection_interupted,
68
on_connection_resumed=on_connection_resumed,
69
- client_id=cmdData.input_clientId,
+ client_id=cmdData.input_thing_name,
70
clean_session=False,
71
keep_alive_secs=30)
72
0 commit comments