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 e135b69 commit 1e166ff
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 @@ -264,7 +264,7 @@ def attribute_id(cls) -> int:
@ChipUtility.classproperty
def attribute_type(cls) -> ClusterObjectFieldDescriptor:
"""Return attribute type."""
return ClusterObjectFieldDescriptor(Type=int)
return ClusterObjectFieldDescriptor(Type=float32)

value: float32 = 0

Expand Down

0 comments on commit 1e166ff

Please sign in to comment.