slim helperbot subscriptions

replace subscriptions with consolidated iot/#
This commit is contained in:
Brian Martin 2020-01-20 08:15:02 -05:00
parent aca40e0e57
commit 3e8ad68eb2

View file

@ -55,11 +55,7 @@ class MQTTHelperBot:
) )
await self.Client.subscribe( await self.Client.subscribe(
[ [
("iot/p2p/+/+/+/+/helperbot/bumper/helperbot/+/+/+", QOS_0), ("iot/#", QOS_0),
("iot/p2p/+/+/+/+/+/+/+/+/+/+", QOS_0),
("iot/p2p/+", QOS_0),
("iot/atr/+", QOS_0),
] ]
) )