From b4c29e93c1e56ff0c99c4e9341be6a4a7d43c170 Mon Sep 17 00:00:00 2001 From: Alex Pygin Date: Fri, 10 Feb 2023 16:35:42 -0600 Subject: [PATCH] Regenerated lighting-app.matter --- examples/lighting-app/lighting-common/lighting-app.matter | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/lighting-app/lighting-common/lighting-app.matter b/examples/lighting-app/lighting-common/lighting-app.matter index cb59de6e9a90e5..fdb7fc4944321c 100644 --- a/examples/lighting-app/lighting-common/lighting-app.matter +++ b/examples/lighting-app/lighting-common/lighting-app.matter @@ -1291,6 +1291,8 @@ server cluster Switch = 59 { INT8U totalNumberOfPressesCounted = 1; } + readonly attribute int8u numberOfPositions = 0; + readonly attribute int8u currentPosition = 1; readonly attribute command_id generatedCommandList[] = 65528; readonly attribute command_id acceptedCommandList[] = 65529; readonly attribute event_id eventList[] = 65530; @@ -2189,3 +2191,5 @@ endpoint 1 { ram attribute clusterRevision default = 3; } } + +