Skip to content

Commit

Permalink
Update custom_clusters.py
Browse files Browse the repository at this point in the history
Disable polling for MotionSensitivity
  • Loading branch information
lboue authored Sep 18, 2024
1 parent 51c6697 commit ed59b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matter_server/common/custom_clusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ class MotionSensitivity(
):
"""MotionSensitivity Attribute within the Eve Cluster."""

should_poll = True
should_poll = False

@ChipUtility.classproperty
def cluster_id(cls) -> int:
Expand Down

0 comments on commit ed59b20

Please sign in to comment.