Skip to content

Commit

Permalink
change default to no duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
philipparndt committed Jan 31, 2021
1 parent 5f39a21 commit 96c7329
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class ConfigMqtt {
private String bridgeInfoTopic;

@SerializedName("deduplicate")
private boolean deduplicate = true;
private boolean deduplicate = false;

public String getUrl() {
return this.url;
Expand Down

0 comments on commit 96c7329

Please sign in to comment.