From d06bbaa7bf588167473e2b3df73286758f80d21d Mon Sep 17 00:00:00 2001 From: Thirupathi S Date: Mon, 5 Aug 2024 11:06:32 +0530 Subject: [PATCH] ZAP issue resolved --- src/controller/python/chip/clusters/Objects.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/controller/python/chip/clusters/Objects.py b/src/controller/python/chip/clusters/Objects.py index 0cff92f5a6234a..e4299f31c697c6 100644 --- a/src/controller/python/chip/clusters/Objects.py +++ b/src/controller/python/chip/clusters/Objects.py @@ -34870,8 +34870,8 @@ class DirectionEnum(MatterIntEnum): kDown = 0x03 # All received enum values that are not listed above will be mapped # to kUnknownEnumValue. This is a helper enum value that should only - # be used by code to process how it handles receiving and unknown - # enum value. This specific should never be transmitted. + # be used by code to process how it handles receiving an unknown + # enum value. This specific value should never be transmitted. kUnknownEnumValue = 4, class DriftCompensationEnum(MatterIntEnum): @@ -34882,8 +34882,8 @@ class DriftCompensationEnum(MatterIntEnum): kOpticalColorMonitoringAndFeedback = 0x04 # All received enum values that are not listed above will be mapped # to kUnknownEnumValue. This is a helper enum value that should only - # be used by code to process how it handles receiving and unknown - # enum value. This specific should never be transmitted. + # be used by code to process how it handles receiving an unknown + # enum value. This specific value should never be transmitted. kUnknownEnumValue = 5, class EnhancedColorModeEnum(MatterIntEnum): @@ -34893,8 +34893,8 @@ class EnhancedColorModeEnum(MatterIntEnum): kEnhancedCurrentHueAndCurrentSaturation = 0x03 # All received enum values that are not listed above will be mapped # to kUnknownEnumValue. This is a helper enum value that should only - # be used by code to process how it handles receiving and unknown - # enum value. This specific should never be transmitted. + # be used by code to process how it handles receiving an unknown + # enum value. This specific value should never be transmitted. kUnknownEnumValue = 4, class MoveModeEnum(MatterIntEnum): @@ -53080,3 +53080,4 @@ def descriptor(cls) -> ClusterObjectDescriptor: count: 'uint' = 0 fabricIndex: 'uint' = 0 +