Skip to content

Commit

Permalink
Add attribute to enable state reporting for Niko switches
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjochems committed Jan 18, 2025
1 parent 5f48bd5 commit 1444615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zspec/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4271,6 +4271,7 @@ export const Clusters: Readonly<Record<ClusterName, Readonly<ClusterDefinition>>
ID: 0xfc01,
manufacturerCode: ManufacturerCode.NIKO_NV,
attributes: {
switchActionReporting: {ID: 0x0001, type: DataType.BITMAP8},
switchAction: {ID: 0x0002, type: DataType.UINT8},
},
commands: {},
Expand Down

0 comments on commit 1444615

Please sign in to comment.