From 47702276b2afa7a46777bc1bef6fb5139646a8a7 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 8f40084dee7db1..10d455e3e51562 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",