Removing troubleshooting artifacts
This commit is contained in:
@@ -488,7 +488,7 @@ def connect_mqtt():
|
||||
|
||||
# Subscriptions
|
||||
def _subscribe_all(c):
|
||||
c.subscribe("#")
|
||||
c.subscribe(f"{MQTT_PREFIX}/#")
|
||||
|
||||
_subscribe_all(client)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user