From 47983821968d14de4a36090b8e291a545651eb89 Mon Sep 17 00:00:00 2001 From: Tennessee Carmel-Veilleux Date: Tue, 18 Jun 2024 14:23:19 -0400 Subject: [PATCH] Fix GRPKEY cluster in PICSGenerator (#33963) * Fix GRPKEY cluster in PICSGenerator - Group Key Management cluster was incorrectly mapped, leading to errors. This PR: - Fixes the mapping of GroupKeyManagement cluster Testing done: - Ran PICSGenerator against my product after changes, got no error where there previously was one. * Fix formatting, address review comment --------- Co-authored-by: Andrei Litvin --- src/tools/PICS-generator/PICSGenerator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/PICS-generator/PICSGenerator.py b/src/tools/PICS-generator/PICSGenerator.py index 2a3f3613274245..4fd51033cc1eba 100644 --- a/src/tools/PICS-generator/PICSGenerator.py +++ b/src/tools/PICS-generator/PICSGenerator.py @@ -50,7 +50,7 @@ def GenerateDevicePicsXmlFiles(clusterName, clusterPicsCode, featurePicsList, at elif "On/Off" == clusterName: clusterName = clusterName.replace("/", "-") - elif "Group Key Management" == clusterName: + elif "GroupKeyManagement" == clusterName: clusterName = "Group Communication" elif "Wake On LAN" == clusterName or "Low Power" == clusterName: