Skip to content

Commit

Permalink
Add manuSpecificUbisysDimmerSetup cluster (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
guydriesen authored Dec 28, 2020
1 parent 02946a9 commit b1a9379
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3778,6 +3778,19 @@ const Cluster: {
commandsResponse: {
}
},
manuSpecificUbisysDimmerSetup: {
ID: 0xfc01,
manufacturerCode: ManufacturerCode.Ubisys,
attributes: {
capabilities: {ID: 0x0000, type: DataType.bitmap8},
status: {ID: 0x0001, type: DataType.bitmap8},
mode: {ID: 0x0002, type: DataType.bitmap8},
},
commands: {
},
commandsResponse: {
}
},
manuSpecificLegrandDevices: {
ID: 0xfc01,
manufacturerCode: ManufacturerCode.LegrandNetatmo,
Expand Down

0 comments on commit b1a9379

Please sign in to comment.