Skip to content

Commit

Permalink
fix: Add more attributes to clipsalWiserSwitchConfigurationClusterSer…
Browse files Browse the repository at this point in the history
…ver (#915)
  • Loading branch information
Nailik committed Feb 12, 2024
1 parent fc19b3d commit 472bce9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5020,6 +5020,10 @@ const Cluster: {
manufacturerCode: ManufacturerCode.SCHNEIDER,
attributes: {
SwitchIndication: {ID: 0x0000, type: DataType.enum8},
UpSceneID: {ID: 0x0010, type: DataType.uint8},
UpGroupID: {ID: 0x0011, type: DataType.uint16},
DownSceneID: {ID: 0x0020, type: DataType.uint8},
DownGroupID: {ID: 0x0021, type: DataType.uint16},
SwitchActions: {ID: 0x0001, type: DataType.enum8},
},
commands: {},
Expand Down

0 comments on commit 472bce9

Please sign in to comment.