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 9783cb6 commit e135b69
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 @@ -266,7 +266,7 @@ def attribute_type(cls) -> ClusterObjectFieldDescriptor:
"""Return attribute type."""
return ClusterObjectFieldDescriptor(Type=int)

value: int = 0
value: float32 = 0

@dataclass
class Pressure(ClusterAttributeDescriptor, CustomClusterAttributeMixin):
Expand Down

0 comments on commit e135b69

Please sign in to comment.