Skip to content

Commit

Permalink
Don't explicitly add the cluster to local clusters
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Jackson <[email protected]>
  • Loading branch information
cdjackson committed May 18, 2024
1 parent 843c8e0 commit ad00f2b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ public class ZclTimeServer implements ZigBeeCommandListener {
protected ZclTimeServer(ZigBeeNetworkManager networkManager) {
this.networkManager = networkManager;
networkManager.addCommandListener(this);

// Report that we support this cluster
networkManager.addSupportedClientCluster(ZclTimeCluster.CLUSTER_ID);
}

/**
Expand Down

0 comments on commit ad00f2b

Please sign in to comment.