From ae3fe4c37bac27e218247a4a73af87ac30c4576c Mon Sep 17 00:00:00 2001 From: Mikhail Antropov Date: Thu, 15 Aug 2024 07:39:56 +0300 Subject: [PATCH] Rebase on latest master, using ZAP v.2024.08.14 --- src/controller/python/chip/clusters/Objects.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controller/python/chip/clusters/Objects.py b/src/controller/python/chip/clusters/Objects.py index 1466d3c44b6414..6abf932457e83d 100644 --- a/src/controller/python/chip/clusters/Objects.py +++ b/src/controller/python/chip/clusters/Objects.py @@ -162,6 +162,7 @@ "EcosystemInformation", "CommissionerControl", "ElectricalMeasurement", + "MeterIdentification", "UnitTesting", "FaultInjection", "SampleMei",