Skip to content

Commit

Permalink
Prevent DiscoveryService from receiving retained app messages
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRSatzteil committed Sep 21, 2023
1 parent 534d44e commit f741712
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class AwtrixLightDiscoveryService extends AbstractMQTTDiscovery {

@Activate
public AwtrixLightDiscoveryService(@Reference MQTTTopicDiscoveryService discoveryService) {
super(Set.of(THING_TYPE_BRIDGE), 3, true, TOPIC_BASE + "/#");
super(Set.of(THING_TYPE_BRIDGE), 3, true, TOPIC_BASE + "+" + TOPIC_STATS);
this.discoveryService = discoveryService;
}

Expand Down

0 comments on commit f741712

Please sign in to comment.