From fe70259937288017738c7af9a1ad743103a9498f Mon Sep 17 00:00:00 2001 From: James Swan <122404367+swan-amazon@users.noreply.github.com> Date: Tue, 7 May 2024 18:31:54 +0000 Subject: [PATCH] Add new error codes, attributes, and commands to GeneralCommissioningCluster This commit adds the following enhancements to the GeneralCommissioningCluster: - Added error codes: - RequiredTCNotAccepted (0x5) - TCAcknowledgementsNotReceived (0x6) - TCMinVersionNotMet (0x7) - Added attributes: - TC_ACCEPTED_VERSION (0x05) - TC_MIN_REQUIRED_VERSION (0x06) - TC_ACKNOWLEDGEMENTS (0x07) - TC_ACKNOWLEDGEMENTS_REQUIRED (0x08) - Added command: - SetTCAcknowledgements (0x06) - Added command response: - SetTCAcknowledgementsResponse (0x05) --- .../chip/general-commissioning-cluster.xml | 30 ++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/src/app/zap-templates/zcl/data-model/chip/general-commissioning-cluster.xml b/src/app/zap-templates/zcl/data-model/chip/general-commissioning-cluster.xml index eabc56a4d95916..06b2d339fc7128 100644 --- a/src/app/zap-templates/zcl/data-model/chip/general-commissioning-cluster.xml +++ b/src/app/zap-templates/zcl/data-model/chip/general-commissioning-cluster.xml @@ -1,6 +1,6 @@