Skip to content

Commit

Permalink
fix: Move Niko custom clusters to zigbee-herdsman-converters (#1301)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjochems authored Jan 28, 2025
1 parent 8fee7b1 commit 2ba0048
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
25 changes: 0 additions & 25 deletions src/zspec/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4251,31 +4251,6 @@ export const Clusters: Readonly<Record<ClusterName, Readonly<ClusterDefinition>>
},
commandsResponse: {},
},
manuSpecificNiko1: {
ID: 0xfc00,
manufacturerCode: ManufacturerCode.NIKO_NV,
attributes: {
/* WARNING: 0x0000 has different datatypes!
* enum8 (switch) vs. bitmap8 (outlet)
* unknown usage/function on outlet
*/
switchOperationMode: {ID: 0x0000, type: DataType.ENUM8},
outletLedColor: {ID: 0x0100, type: DataType.UINT24},
outletChildLock: {ID: 0x0101, type: DataType.UINT8},
outletLedState: {ID: 0x0104, type: DataType.UINT8},
},
commands: {},
commandsResponse: {},
},
manuSpecificNiko2: {
ID: 0xfc01,
manufacturerCode: ManufacturerCode.NIKO_NV,
attributes: {
switchAction: {ID: 0x0002, type: DataType.UINT8},
},
commands: {},
commandsResponse: {},
},
wiserDeviceInfo: {
ID: 0xfe03, // 65027
attributes: {
Expand Down
2 changes: 0 additions & 2 deletions src/zspec/zcl/definition/tstype.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ export type ClusterName =
| 'manuSpecificLegrandDevices'
| 'manuSpecificLegrandDevices2'
| 'manuSpecificLegrandDevices3'
| 'manuSpecificNiko1'
| 'manuSpecificNiko2'
| 'wiserDeviceInfo'
| 'manuSpecificTuya'
| 'manuSpecificLumi'
Expand Down

0 comments on commit 2ba0048

Please sign in to comment.