From 4017d578b861a484335418a1c30944e3809ad963 Mon Sep 17 00:00:00 2001 From: Lazar Kovacic Date: Wed, 7 Aug 2024 12:07:31 +0200 Subject: [PATCH] Update object --- src/controller/python/chip/clusters/Objects.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controller/python/chip/clusters/Objects.py b/src/controller/python/chip/clusters/Objects.py index f3fc2a5a3341bb..b81eca3ed8aa50 100644 --- a/src/controller/python/chip/clusters/Objects.py +++ b/src/controller/python/chip/clusters/Objects.py @@ -45579,8 +45579,8 @@ class StatusEnum(MatterIntEnum): kInstalling = 0x05 # 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 = 6, class Bitmaps: