We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fd5268 + dfe1703 commit 39a3d58Copy full SHA for 39a3d58
1 file changed
examples/mqtt.py
@@ -3,8 +3,8 @@
3
4
config = anedya.default_config()
5
config.connection_mode = anedya.ConnectionMode.MQTT
6
-config.set_deviceid("67719273-7cfe-4726-a846-72ca86340916")
7
-config.set_connection_key("7346b841bc8cf7fe39555ae19654612b")
+config.set_deviceid("<SET-DEVICE-ID>")
+config.set_connection_key("<SET-CONNECTION-KEY>")
8
9
# Create a client
10
client = anedya.AnedyaClient(config)
0 commit comments