Skip to content

Commit

Permalink
Update custom_clusters.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lboue committed Sep 14, 2024
1 parent 70f83a6 commit 51c6697
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion matter_server/common/custom_clusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,9 @@ def attribute_type(cls) -> ClusterObjectFieldDescriptor:
value: int = 0

@dataclass
class MotionSensitivity(ClusterAttributeDescriptor, CustomClusterAttributeMixin):
class MotionSensitivity(
ClusterAttributeDescriptor, CustomClusterAttributeMixin
):
"""MotionSensitivity Attribute within the Eve Cluster."""

should_poll = True
Expand Down

0 comments on commit 51c6697

Please sign in to comment.