From ce20d0ca5f9af78b1a1218f9b736599677a8f319 Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Fri, 4 Mar 2022 14:26:53 -0500 Subject: [PATCH] regen --- .../light-switch-common/light-switch-app.matter | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/light-switch-app/light-switch-common/light-switch-app.matter b/examples/light-switch-app/light-switch-common/light-switch-app.matter index 1016a475bdcee7..6a3bb56e8b50f4 100644 --- a/examples/light-switch-app/light-switch-common/light-switch-app.matter +++ b/examples/light-switch-app/light-switch-common/light-switch-app.matter @@ -611,8 +611,8 @@ server cluster GeneralDiagnostics = 51 { server cluster GroupKeyManagement = 63 { enum GroupKeySecurityPolicy : ENUM8 { - kStandard = 0; - kTrustFirst = 1; + kTrustFirst = 0; + kCacheAndSync = 1; } struct GroupKeyMapStruct {