From 7be4c3fef98cfc8a3b1dbf55686fddd69963f4cb Mon Sep 17 00:00:00 2001 From: yunhanw Date: Thu, 15 Feb 2024 11:48:01 -0800 Subject: [PATCH 1/2] Update logEvent restriction description in doc --- .../cluster_and_device_type_dev.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/cluster_and_device_type_dev/cluster_and_device_type_dev.md b/docs/cluster_and_device_type_dev/cluster_and_device_type_dev.md index 9e34e961ae6d87..0b2bb12ca2f806 100644 --- a/docs/cluster_and_device_type_dev/cluster_and_device_type_dev.md +++ b/docs/cluster_and_device_type_dev/cluster_and_device_type_dev.md @@ -238,8 +238,9 @@ pure CommandHandlerInterface implementations. - **MatterReportingAttributeChangeCallback** - **Events** - No direct ember support - - Call LogEvent function in EventLogging.h - + - Call LogEvent function in EventLogging.h. Caller has to either lock the Matter stack lock or + queue the event to the Matter event queue when using LogEvent. + #### A note on Dynamic Endpoints - Dynamic endpoint registration From c6d7700a439d051907c17771834853200b2dbe42 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Thu, 15 Feb 2024 19:52:10 +0000 Subject: [PATCH 2/2] Restyled by prettier-markdown --- .../cluster_and_device_type_dev.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/cluster_and_device_type_dev/cluster_and_device_type_dev.md b/docs/cluster_and_device_type_dev/cluster_and_device_type_dev.md index 0b2bb12ca2f806..ca8e295a1cabf9 100644 --- a/docs/cluster_and_device_type_dev/cluster_and_device_type_dev.md +++ b/docs/cluster_and_device_type_dev/cluster_and_device_type_dev.md @@ -238,9 +238,10 @@ pure CommandHandlerInterface implementations. - **MatterReportingAttributeChangeCallback** - **Events** - No direct ember support - - Call LogEvent function in EventLogging.h. Caller has to either lock the Matter stack lock or - queue the event to the Matter event queue when using LogEvent. - + - Call LogEvent function in EventLogging.h. Caller has to either lock the + Matter stack lock or queue the event to the Matter event queue when + using LogEvent. + #### A note on Dynamic Endpoints - Dynamic endpoint registration