From 2ba0048d56229b7a6f6609ebc2615246de8e541a Mon Sep 17 00:00:00 2001 From: svenjochems Date: Tue, 28 Jan 2025 19:12:23 +0100 Subject: [PATCH] fix: Move Niko custom clusters to zigbee-herdsman-converters (#1301) --- src/zspec/zcl/definition/cluster.ts | 25 ------------------------- src/zspec/zcl/definition/tstype.ts | 2 -- 2 files changed, 27 deletions(-) diff --git a/src/zspec/zcl/definition/cluster.ts b/src/zspec/zcl/definition/cluster.ts index 3877215b01..408023e157 100644 --- a/src/zspec/zcl/definition/cluster.ts +++ b/src/zspec/zcl/definition/cluster.ts @@ -4251,31 +4251,6 @@ export const Clusters: Readonly> }, 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: { diff --git a/src/zspec/zcl/definition/tstype.ts b/src/zspec/zcl/definition/tstype.ts index bd7680d128..e8b2626e33 100644 --- a/src/zspec/zcl/definition/tstype.ts +++ b/src/zspec/zcl/definition/tstype.ts @@ -204,8 +204,6 @@ export type ClusterName = | 'manuSpecificLegrandDevices' | 'manuSpecificLegrandDevices2' | 'manuSpecificLegrandDevices3' - | 'manuSpecificNiko1' - | 'manuSpecificNiko2' | 'wiserDeviceInfo' | 'manuSpecificTuya' | 'manuSpecificLumi'