Skip to content

Commit

Permalink
fix: Add flowMeterConfig to manuSpecificSinope (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdallaire authored Apr 21, 2024
1 parent 181703b commit 47cd267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4311,6 +4311,7 @@ const Cluster: {
// attribute ID: 300's readable, returns a buffer
reportLocalTemperature: {ID: 301, type: DataType.int16},
// attribute ID: 512's readable
flowMeterConfig: {ID: 576, type: DataType.array},
coldLoadPickupStatus: {ID: 643, type: DataType.uint8},
},
commands: {
Expand Down

0 comments on commit 47cd267

Please sign in to comment.