From 2051348b28b6728202ae4307a14810cca247b36b Mon Sep 17 00:00:00 2001 From: liyashuai Date: Tue, 5 Mar 2024 09:59:28 +0800 Subject: [PATCH] update scene management revision --- components/esp_matter/esp_matter_cluster.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_matter/esp_matter_cluster.h b/components/esp_matter/esp_matter_cluster.h index db993d276..9ce0ba8c2 100644 --- a/components/esp_matter/esp_matter_cluster.h +++ b/components/esp_matter/esp_matter_cluster.h @@ -297,7 +297,7 @@ namespace scenes_management { typedef struct config { uint16_t cluster_revision; uint16_t scene_table_size; - config() : cluster_revision(6), scene_table_size(16) {} + config() : cluster_revision(1), scene_table_size(16) {} } config_t; cluster_t *create(endpoint_t *endpoint, config_t *config, uint8_t flags);