From 4915931097fc482b44af37c7fd55e854ae68f938 Mon Sep 17 00:00:00 2001 From: slugzero <2014249+slugzero@users.noreply.github.com> Date: Thu, 7 Dec 2023 20:26:07 +0100 Subject: [PATCH] feat: Add `manuSpecificBosch9` cluster (#820) Co-authored-by: slugzero --- src/zcl/definition/cluster.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/zcl/definition/cluster.ts b/src/zcl/definition/cluster.ts index 619c47ef6b330e..d1bda0ebc3bd9e 100644 --- a/src/zcl/definition/cluster.ts +++ b/src/zcl/definition/cluster.ts @@ -5403,6 +5403,26 @@ const Cluster: { }, commandsResponse: {}, }, + manuSpecificBosch9: { + ID: 0xfca1, + manufacturerCode: ManufacturerCode.Bosch, + attributes: {}, + commands: { + confirmButtonPressed: { + ID: 0x0010, + parameters: [ + {name: 'data', type: BuffaloZclDataType.BUFFER}, + ], + }, + pairingCompleted: { + ID: 0x0012, + parameters: [ + {name: 'data', type: BuffaloZclDataType.BUFFER}, + ], + }, + }, + commandsResponse: {}, + }, manuSpecificAssaDoorLock: { ID: 0xFC00, attributes: {