Skip to content

Commit

Permalink
feat: Add manuSpecificProfalux1 cluster (#800)
Browse files Browse the repository at this point in the history
Add custom cluster for Profalux covers,
Attribute 0 is the type of covers the motor is attached to
allowing us to detect if tilt needs to be exposed
  • Loading branch information
ghoz authored Nov 13, 2023
1 parent 285e9ac commit 7347212
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5612,6 +5612,15 @@ const Cluster: {
commandsResponse: {
},
},
manuSpecificProfalux1: {
ID: 0xfc21, // Config cluster, 0xfc20 mostly for commands it seems
manufacturerCode: ManufacturerCode.PROFALUX,
attributes: {
motorCoverType: {ID: 0, type: DataType.uint8}, // 0 : rolling shutters (volet), 1 : rolling shutters with tilt (BSO), 2: shade (store)
},
commands: {},
commandsResponse: {},
},
};

export default Cluster;

0 comments on commit 7347212

Please sign in to comment.