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 717167a commit 9783cb6
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 @@ -99,7 +99,7 @@ def descriptor(cls) -> ClusterObjectDescriptor:
wattAccumulatedControlPoint: float32 | None = None
voltage: float32 | None = None
current: float32 | None = None
altitude: int | None = None
altitude: float32 | None = None
pressure: float32 | None = None

class Attributes:
Expand Down

0 comments on commit 9783cb6

Please sign in to comment.