From 34379205c8616a7a61569e3c9a561b2625c0f239 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Wed, 12 Apr 2023 12:22:36 -0400 Subject: [PATCH] Fix ZAP CI job. (#26071) Looks like a bad merge between https://github.com/project-chip/connectedhomeip/pull/26016 and https://github.com/project-chip/connectedhomeip/pull/26025 --- .../bouffalolab/data_model/lighting-app-wifi.matter | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/examples/lighting-app/bouffalolab/data_model/lighting-app-wifi.matter b/examples/lighting-app/bouffalolab/data_model/lighting-app-wifi.matter index ae2f8892c178e2..7cc2012ef8c2c4 100644 --- a/examples/lighting-app/bouffalolab/data_model/lighting-app-wifi.matter +++ b/examples/lighting-app/bouffalolab/data_model/lighting-app-wifi.matter @@ -987,6 +987,14 @@ server cluster SoftwareDiagnostics = 52 { kWaterMarks = 0x1; } + struct ThreadMetricsStruct { + int64u id = 0; + optional char_string<8> name = 1; + optional int32u stackFreeCurrent = 2; + optional int32u stackFreeMinimum = 3; + optional int32u stackSize = 4; + } + info event SoftwareFault = 0 { INT64U id = 0; optional CHAR_STRING name = 1;