Skip to content

Commit

Permalink
Update matter_server/common/custom_clusters.py
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Agner <[email protected]>
  • Loading branch information
lboue and agners authored Aug 16, 2024
1 parent 5d5ec70 commit 0e2f0eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions matter_server/common/custom_clusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ def attribute_type(cls) -> ClusterObjectFieldDescriptor:
class Altitude(ClusterAttributeDescriptor, CustomClusterAttributeMixin):
"""Altitude Attribute within the Eve Cluster."""

should_poll = False

@ChipUtility.classproperty
def cluster_id(cls) -> int:
"""Return cluster id."""
Expand Down

0 comments on commit 0e2f0eb

Please sign in to comment.