We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef037c9 commit b138a3dCopy full SHA for b138a3d
1 file changed
gateway/bc-gateway.py
@@ -46,7 +46,7 @@
46
def mqtt_on_connect(client, userdata, flags, rc):
47
log.info('Connected to MQTT broker with (code %s)', rc)
48
49
- client.subscribe(userdata['base_topic'] + '+/+/+/+')
+ client.subscribe(userdata['base_topic'] + '+/+/+/+/+')
50
51
52
def mqtt_on_message(client, userdata, msg):
0 commit comments