Skip to content

Commit

Permalink
Update custom_clusters.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lboue authored Aug 1, 2024
1 parent a1e1a30 commit 5796efa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions matter_server/common/custom_clusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ def descriptor(cls) -> ClusterObjectDescriptor:
ClusterObjectFieldDescriptor(
Label="current", Tag=0x130A0009, Type=float32
),
ClusterObjectFieldDescriptor(
Label="altitude", Tag=0x130A0013, Type=int
),
ClusterObjectFieldDescriptor(
Label="pressure", Tag=0x130A0014, Type=float32
),
Expand Down

0 comments on commit 5796efa

Please sign in to comment.