Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulcahey committed Aug 11, 2024
1 parent 1ffe5b3 commit ed2e100
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions zigpy/quirks/v2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,9 +594,10 @@ def replace_cluster_occurrences(
replacement_cluster_class should be a subclass of Cluster or CustomCluster and
will be used to create a new cluster instance to replace the existing cluster.
If cluster_id is provided, it will be used as the cluster_id for the cluster to
be removed. If cluster_id is not provided, the cluster_id of the replacement
cluster will be used.
replace_server_instances and replace_client_instances control the cluster types
that will be replaced. If replace_server_instances is True, all server instances
of the cluster will be replaced. If replace_client_instances is True, all client
instances of the cluster will be replaced.
"""
types = []
if replace_server_instances:
Expand Down

0 comments on commit ed2e100

Please # to comment.