Skip to content

Commit b138a3d

Browse files
committed
Fix subscribe
1 parent ef037c9 commit b138a3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gateway/bc-gateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
def mqtt_on_connect(client, userdata, flags, rc):
4747
log.info('Connected to MQTT broker with (code %s)', rc)
4848

49-
client.subscribe(userdata['base_topic'] + '+/+/+/+')
49+
client.subscribe(userdata['base_topic'] + '+/+/+/+/+')
5050

5151

5252
def mqtt_on_message(client, userdata, msg):

0 commit comments

Comments
 (0)